A G N P Y 
All Classes All Packages

A

addFormatters(FormatterRegistry) - Method in class y9.autoconfiguration.web.Y9WebConfiguration
 

G

getConverter(Class<T>) - Method in class net.risesoft.web.Y9LaxStringToEnumConverterFactory
 

N

net.risesoft.web - package net.risesoft.web
 
net.risesoft.web.handler - package net.risesoft.web.handler
 

P

processException(Throwable) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
通用的错误异常
对异常处理得当的应用理论上不会走这里 而是走上方更具体的异常 如果走到了这里应用应处理掉能处理的异常
processException(ConstraintViolationException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
参数校验失败 例如 NotBlank
processException(Y9BusinessException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
业务异常
统一返回 http 的状态码为 400
processException(Y9PermissionException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
y9 权限异常
processException(BindException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
参数绑定异常
processException(MissingPathVariableException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
缺少路径参数
processException(MissingServletRequestParameterException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
缺少参数
processException(MethodArgumentTypeMismatchException) - Method in class net.risesoft.web.handler.Y9ControllerAdvice
参数类型不匹配

Y

y9.autoconfiguration.web - package y9.autoconfiguration.web
 
y9ControllerAdvice() - Method in class y9.autoconfiguration.web.Y9WebConfiguration
 
Y9ControllerAdvice - Class in net.risesoft.web.handler
全局的异常处理器
Y9ControllerAdvice() - Constructor for class net.risesoft.web.handler.Y9ControllerAdvice
 
Y9LaxStringToEnumConverterFactory - Class in net.risesoft.web
字符串转枚举的转换器
Y9LaxStringToEnumConverterFactory() - Constructor for class net.risesoft.web.Y9LaxStringToEnumConverterFactory
 
Y9WebConfiguration - Class in y9.autoconfiguration.web
web 配置
Y9WebConfiguration() - Constructor for class y9.autoconfiguration.web.Y9WebConfiguration
 
A G N P Y 
All Classes All Packages