A B C D E F G H I J L P Q R S U V W 
所有类 所有程序包

A

AbstractDynamicController<E extends win.doyto.query.entity.Persistable<I>,​I extends java.io.Serializable,​Q extends win.doyto.query.core.PageQuery,​R,​S,​W extends win.doyto.query.core.IdWrapper<I>> - win.doyto.query.web.controller中的类
AbstractRestController
AbstractDynamicController(DynamicService<E, I, Q>, TypeReference<W>) - 类 的构造器win.doyto.query.web.controller.AbstractDynamicController
 
AbstractIQEEController<E extends win.doyto.query.entity.Persistable<I>,​I extends java.io.Serializable,​Q extends win.doyto.query.core.PageQuery> - win.doyto.query.web.controller中的类
AbstractIQEEController
AbstractIQEEController() - 类 的构造器win.doyto.query.web.controller.AbstractIQEEController
 
AbstractIQRSController<E extends win.doyto.query.entity.Persistable<I>,​I extends java.io.Serializable,​Q extends win.doyto.query.core.PageQuery,​R,​S> - win.doyto.query.web.controller中的类
AbstractIQRSController
AbstractIQRSController() - 类 的构造器win.doyto.query.web.controller.AbstractIQRSController
 
AbstractIQRSController(int) - 类 的构造器win.doyto.query.web.controller.AbstractIQRSController
 
AbstractRestController<E extends win.doyto.query.entity.Persistable<I>,​I extends java.io.Serializable,​Q extends win.doyto.query.core.PageQuery,​R,​S> - win.doyto.query.web.controller中的类
AbstractRestController
AbstractRestController(CrudService<E, I, Q>) - 类 的构造器win.doyto.query.web.controller.AbstractRestController
 
add(List<R>) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
add(R) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法win.doyto.query.web.WebMvcConfigurerAdapter
 
ARGUMENT_FORMAT_ERROR - win.doyto.query.web.response.PresetErrorCode
 
ARGUMENT_TYPE_MISMATCH - win.doyto.query.web.response.PresetErrorCode
 
ARGUMENT_VALIDATION_FAILED - win.doyto.query.web.response.PresetErrorCode
 
assertFalse(boolean, ErrorCode, Object...) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
assertNotNull(Object, ErrorCode, Object...) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
assertTrue(boolean, ErrorCode, Object...) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 

B

build(D) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
build(Integer, String) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
build(Object...) - 枚举 中的方法win.doyto.query.web.response.PresetErrorCode
 
build(String) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
build(ErrorCode) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
buildEntity(E) - 类 中的方法win.doyto.query.web.controller.AbstractIQEEController
 
buildEntity(E, R) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
buildEntity(R) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
buildResponse(E) - 类 中的方法win.doyto.query.web.controller.AbstractIQEEController
 
buildResponse(E) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 

C

checkResult(I, E) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
configMappingJackson2HttpMessageConverter(MappingJackson2HttpMessageConverter) - 类 中的方法win.doyto.query.web.WebMvcConfigurerAdapter
 
configObjectMapper(ObjectMapper) - 类 中的静态方法win.doyto.query.web.WebMvcConfigurerAdapter
 
create(List<R>) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
create(R) - 接口 中的方法win.doyto.query.web.controller.RestApi
 

D

delete(I) - 类 中的方法win.doyto.query.web.controller.AbstractRestController
 
delete(I) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
delete(W) - 类 中的方法win.doyto.query.web.controller.AbstractDynamicController
 
deleteById(I) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
DUPLICATE_KEY_EXCEPTION - win.doyto.query.web.response.PresetErrorCode
 

E

ENTITY_NOT_FOUND - win.doyto.query.web.response.PresetErrorCode
 
ERROR - win.doyto.query.web.response.PresetErrorCode
 
ErrorCode - win.doyto.query.web.response中的接口
ErrorCode
ErrorCodeException - win.doyto.query.web.response中的异常错误
BusinessException
ErrorCodeException(ErrorCode) - 异常错误 的构造器win.doyto.query.web.response.ErrorCodeException
 
ErrorResponse - win.doyto.query.web.response中的类
返回给移动客户端的JSON对象的结构
ErrorResponse(ErrorCode, List<BindingResult>) - 类 的构造器win.doyto.query.web.response.ErrorResponse
 
ErrorResponse(ErrorCode, Set<ConstraintViolation<?>>) - 类 的构造器win.doyto.query.web.response.ErrorResponse
 
ErrorResponse(ErrorCode, BindingResult) - 类 的构造器win.doyto.query.web.response.ErrorResponse
 
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法win.doyto.query.web.WebMvcConfigurerAdapter
 

F

fail(ErrorCode, Object...) - 接口 中的静态方法win.doyto.query.web.response.ErrorCode
 
FILE_UPLOAD_OVER_MAX_SIZE - win.doyto.query.web.response.PresetErrorCode
 

G

get(I) - 类 中的方法win.doyto.query.web.controller.AbstractRestController
 
get(I) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
get(W) - 类 中的方法win.doyto.query.web.controller.AbstractDynamicController
 
getById(I) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
getCode() - 接口 中的方法win.doyto.query.web.response.ErrorCode
 
getCode() - 类 中的方法win.doyto.query.web.response.ErrorResponse
 
getCode() - 类 中的方法win.doyto.query.web.response.JsonResponse
 
getCode() - 枚举 中的方法win.doyto.query.web.response.PresetErrorCode
 
getData() - 类 中的方法win.doyto.query.web.response.JsonResponse
 
getErrorCode() - 异常错误 中的方法win.doyto.query.web.response.ErrorCodeException
 
getHeader(HttpServletRequest, String) - 类 中的静态方法win.doyto.query.web.util.HttpUtil
获取header信息,名字大小写无关.
getHints() - 类 中的方法win.doyto.query.web.response.ErrorResponse
 
getMessage() - 接口 中的方法win.doyto.query.web.response.ErrorCode
 
getMessage() - 类 中的方法win.doyto.query.web.response.ErrorResponse
 
getMessage() - 类 中的方法win.doyto.query.web.response.JsonResponse
 
getMessage() - 枚举 中的方法win.doyto.query.web.response.PresetErrorCode
 

H

HTTP_METHOD_NOT_SUPPORTED - win.doyto.query.web.response.PresetErrorCode
 
HttpUtil - win.doyto.query.web.util中的类
Created by IntelliJ IDEA.

I

isSuccess() - 接口 中的方法win.doyto.query.web.response.ErrorCode
 
isSuccess() - 类 中的方法win.doyto.query.web.response.ErrorResponse
 

J

JsonBody - win.doyto.query.web.response中的注释类型
ErrorCode
JsonResponse<T> - win.doyto.query.web.response中的类
返回给移动客户端的JSON对象的结构
JsonResponse() - 类 的构造器win.doyto.query.web.response.JsonResponse
 

L

ListValidator - win.doyto.query.web.component中的类
ListValidator
ListValidator() - 类 的构造器win.doyto.query.web.component.ListValidator
 

P

page(Q) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
paging(Q) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
patch(I, R) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
patch(R) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
PresetErrorCode - win.doyto.query.web.response中的枚举
PresetErrorCode

Q

query(Q) - 接口 中的方法win.doyto.query.web.controller.RestApi
 

R

REQUEST_BODY_ERROR - win.doyto.query.web.response.PresetErrorCode
 
RestApi<I,​Q extends win.doyto.query.core.PageQuery,​R,​S> - win.doyto.query.web.controller中的接口
RestApi

S

service - 类 中的变量win.doyto.query.web.controller.AbstractRestController
 
setCode(Integer) - 类 中的方法win.doyto.query.web.response.JsonResponse
 
setData(T) - 类 中的方法win.doyto.query.web.response.JsonResponse
 
setMessage(String) - 类 中的方法win.doyto.query.web.response.JsonResponse
 
SUCCESS - win.doyto.query.web.response.PresetErrorCode
 

U

UNKNOWN - 类 中的静态变量win.doyto.query.web.util.HttpUtil
 
update(I, R) - 类 中的方法win.doyto.query.web.controller.AbstractIQRSController
 
update(I, R) - 类 中的方法win.doyto.query.web.controller.AbstractRestController
 
update(I, R) - 接口 中的方法win.doyto.query.web.controller.RestApi
 
update(R) - 接口 中的方法win.doyto.query.web.controller.RestApi
 

V

validateList(List<?>) - 类 中的方法win.doyto.query.web.component.ListValidator
 
valueOf(String) - 枚举 中的静态方法win.doyto.query.web.response.PresetErrorCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法win.doyto.query.web.response.PresetErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebMvcConfigurerAdapter - win.doyto.query.web中的类
WebMvcConfigurerAdapter
WebMvcConfigurerAdapter() - 类 的构造器win.doyto.query.web.WebMvcConfigurerAdapter
 
win.doyto.query.web - 程序包 win.doyto.query.web
 
win.doyto.query.web.component - 程序包 win.doyto.query.web.component
 
win.doyto.query.web.controller - 程序包 win.doyto.query.web.controller
 
win.doyto.query.web.response - 程序包 win.doyto.query.web.response
 
win.doyto.query.web.util - 程序包 win.doyto.query.web.util
 
writeJson(HttpServletResponse, Enum<?>) - 类 中的静态方法win.doyto.query.web.util.HttpUtil
 
writeJson(HttpServletResponse, Object) - 类 中的静态方法win.doyto.query.web.util.HttpUtil
 
writeJson(HttpServletResponse, String) - 类 中的静态方法win.doyto.query.web.util.HttpUtil
 
A B C D E F G H I J L P Q R S U V W 
所有类 所有程序包