A B C F G I M O P Q R S T V 
所有类 所有程序包

A

APPID_ERROR - pro.yinghuo.common.response.CommonCode
Appid error common code.

B

BIND_INFORMATION - pro.yinghuo.common.response.CommonCode
Bind information common code.

C

code() - 枚举 中的方法pro.yinghuo.common.response.CommonCode
 
code() - 接口 中的方法pro.yinghuo.common.response.ResultCode
操作代码
CommonCode - pro.yinghuo.common.response中的枚举
2020.9.19

F

fail() - 类 中的静态方法pro.yinghuo.common.response.ResponseResult
Fail response result.
FAIL - pro.yinghuo.common.response.CommonCode
Fail common code.

G

getEmpty() - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
封装返回对象
getEmptyList() - 类 中的方法pro.yinghuo.common.response.QueryResponseResult
Gets empty list.
getIndex0() - 类 中的方法pro.yinghuo.common.response.QueryResponseResult
获取当前列表中的第一个值(用于list中只有一个值的情况)
getList() - 类 中的方法pro.yinghuo.common.response.QueryResult
 
getModifyPojoToVo(List<T>, Class<V>, Function<V, V>...) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo
getModifyPojoToVoToResponse(List<T>, Class<V>, long, Function<V, V>...) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo
getPojoToVo(List<T>, Class<V>) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo
getPojoToVoToResponse(List<T>, Class<V>, long) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo
getSimpleResponse(List<T>, long) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
封装返回对象
getSingleton(T) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
封装返回对象
getSingleton(T, Class<V>) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
封装返回对象
getSingleton(T, ResultCode) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
封装返回对象
getSingletonResponse(T) - 类 中的方法pro.yinghuo.common.response.QueryResponseResult
Gets singleton response.
getTotal() - 类 中的方法pro.yinghuo.common.response.QueryResult
 

I

INVALID_PARAM - pro.yinghuo.common.response.CommonCode
Invalid param common code.
isEmpty(Object) - 类 中的静态方法pro.yinghuo.common.utils.ObjectUtils
判空:1.
isNotEmpty(Object) - 类 中的静态方法pro.yinghuo.common.utils.ObjectUtils
 

M

message() - 枚举 中的方法pro.yinghuo.common.response.CommonCode
 
message() - 接口 中的方法pro.yinghuo.common.response.ResultCode
提示信息
modifyConvert(List<T>, Class<V>, long, Function<T, V>) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
Modify convert query response result.
modifyConvert(List<T>, Class<V>, Function<T, V>) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo

O

ObjectUtils - pro.yinghuo.common.utils中的类
 
ObjectUtils() - 类 的构造器pro.yinghuo.common.utils.ObjectUtils
 
oneConvertModify(Object, String, Object) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
One convert modify.

P

PageParent - pro.yinghuo.common.model中的类
 
PageParent() - 类 的构造器pro.yinghuo.common.model.PageParent
 
PageParent(Integer, Integer) - 类 的构造器pro.yinghuo.common.model.PageParent
 
pro.yinghuo.common.model - 程序包 pro.yinghuo.common.model
 
pro.yinghuo.common.response - 程序包 pro.yinghuo.common.response
 
pro.yinghuo.common.utils - 程序包 pro.yinghuo.common.utils
 

Q

QueryResponseResult<T> - pro.yinghuo.common.response中的类
The type Query response result.
QueryResponseResult(ResultCode) - 类 的构造器pro.yinghuo.common.response.QueryResponseResult
Instantiates a new Query response result.
QueryResponseResult(ResultCode, QueryResult<T>) - 类 的构造器pro.yinghuo.common.response.QueryResponseResult
Instantiates a new Query response result.
QueryResponseResult(ResultCode, T) - 类 的构造器pro.yinghuo.common.response.QueryResponseResult
Instantiates a new Query response result.
QueryResult<T> - pro.yinghuo.common.response中的类
用来存放返回的数据
QueryResult() - 类 的构造器pro.yinghuo.common.response.QueryResult
 
QueryResult(List<T>) - 类 的构造器pro.yinghuo.common.response.QueryResult
 

R

Response - pro.yinghuo.common.response中的接口
The interface Response.
ResponseResult - pro.yinghuo.common.response中的类
The type Response result.
ResponseResult(ResultCode) - 类 的构造器pro.yinghuo.common.response.ResponseResult
Instantiates a new Response result.
ResultCode - pro.yinghuo.common.response中的接口
The interface Result code.

S

SERVER_ERROR - pro.yinghuo.common.response.CommonCode
Server error common code.
setList(List<T>) - 类 中的方法pro.yinghuo.common.response.QueryResult
 
setTotal(long) - 类 中的方法pro.yinghuo.common.response.QueryResult
 
simpleConvert(T, Class<V>) - 类 中的静态方法pro.yinghuo.common.utils.StreamUtils
将pojo类转换为vo
StreamUtils - pro.yinghuo.common.utils中的类
The type Stream utils.
StreamUtils() - 类 的构造器pro.yinghuo.common.utils.StreamUtils
 
success() - 枚举 中的方法pro.yinghuo.common.response.CommonCode
 
success() - 类 中的静态方法pro.yinghuo.common.response.ResponseResult
Success response result.
success() - 接口 中的方法pro.yinghuo.common.response.ResultCode
操作是否成功,true为成功,false操作失败
SUCCESS - pro.yinghuo.common.response.CommonCode
Success common code.
SUCCESS - 接口 中的静态变量pro.yinghuo.common.response.Response
The constant SUCCESS.
SUCCESS_CODE - 接口 中的静态变量pro.yinghuo.common.response.Response
The constant SUCCESS_CODE.

T

TEST_PIC_FAILED - pro.yinghuo.common.response.CommonCode
Test pic failed common code.
toString() - 类 中的方法pro.yinghuo.common.model.PageParent
 

V

valueOf(String) - 枚举 中的静态方法pro.yinghuo.common.response.CommonCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法pro.yinghuo.common.response.CommonCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C F G I M O P Q R S T V 
所有类 所有程序包