Skip navigation links
A C D E F G H I M N R S T V 

A

assertIsNull(Object) - Method in interface com.eboy.honey.response.core.HoneyAssert
断言 为空
assertIsTrue(boolean) - Method in interface com.eboy.honey.response.core.HoneyAssert
断言表达式
assertNotEmpty(Collection<?>) - Method in interface com.eboy.honey.response.core.HoneyAssert
断言集合非空
assertNotEmpty(Map<?, ?>) - Method in interface com.eboy.honey.response.core.HoneyAssert
断言map非空
assertNotNull(Object) - Method in interface com.eboy.honey.response.core.HoneyAssert
断言对象非空

C

com.eboy.honey.response - package com.eboy.honey.response
 
com.eboy.honey.response.autoconfigure.annotaion - package com.eboy.honey.response.autoconfigure.annotaion
 
com.eboy.honey.response.autoconfigure.condition - package com.eboy.honey.response.autoconfigure.condition
 
com.eboy.honey.response.autoconfigure.config - package com.eboy.honey.response.autoconfigure.config
 
com.eboy.honey.response.commmon - package com.eboy.honey.response.commmon
 
com.eboy.honey.response.constant - package com.eboy.honey.response.constant
 
com.eboy.honey.response.core - package com.eboy.honey.response.core
 
com.eboy.honey.response.core.impl - package com.eboy.honey.response.core.impl
 
com.eboy.honey.response.exception - package com.eboy.honey.response.exception
 
com.eboy.honey.response.handler - package com.eboy.honey.response.handler
 

D

DefaultHoneyMessage - Class in com.eboy.honey.response.core.impl
 
DefaultHoneyMessage() - Constructor for class com.eboy.honey.response.core.impl.DefaultHoneyMessage
 

E

EnableHoneyResponse - Annotation Type in com.eboy.honey.response.autoconfigure.annotaion
 
ERROR_I18N - Static variable in class com.eboy.honey.response.commmon.HoneyGlobalConstant
 

F

failure(Response) - Static method in class com.eboy.honey.response.commmon.HoneyResponse
通用返回失败

G

getCode() - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
getCode() - Method in interface com.eboy.honey.response.core.Response
获取code值
getData() - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
getEnv() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
getEnvProd() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class com.eboy.honey.response.autoconfigure.condition.HoneyOnPropertyCondition
 
getMessage() - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
getMessage(HoneyBaseException) - Method in interface com.eboy.honey.response.core.HoneyMessage
定义消息
getMessage(HoneyBaseException) - Method in class com.eboy.honey.response.core.impl.DefaultHoneyMessage
 
getMessage() - Method in interface com.eboy.honey.response.core.Response
获取具体信息
getSuccess() - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
getSystemEnv() - Method in interface com.eboy.honey.response.core.HoneyEnvConfig
获取当前环境
getSystemEnv() - Method in class com.eboy.honey.response.core.impl.HoneyDefaultEnvConfig
 

H

handleBaseException(HoneyBaseException) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
自定义异常处理
handleBaseException(HoneyBaseException) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
自定义异常
handleBindException(BindException) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
参数绑定异常
handleBindException(BindException) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
参数绑定异常
handleBusinessException(HoneyBaseException) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
业务异常处理
handleBusinessException(HoneyBaseException) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
业务异常
handleException(Exception) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
未定义异常
handleException(Exception) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
未定义异常
handleServletException(Exception) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
servlet异常处理
handleServletException(Exception) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
Controller上一层相关异常
handleValidException(MethodArgumentNotValidException) - Method in interface com.eboy.honey.response.core.HoneyExceptionHandler
参数校验异常
handleValidException(MethodArgumentNotValidException) - Method in class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
参数校验异常,将校验失败的所有异常组合成一条错误信息
HoneyArgsExceptionException - Enum in com.eboy.honey.response.constant
 
HoneyAssert - Interface in com.eboy.honey.response.core
 
HoneyAutoConfiguration - Class in com.eboy.honey.response.autoconfigure.config
 
HoneyAutoConfiguration() - Constructor for class com.eboy.honey.response.autoconfigure.config.HoneyAutoConfiguration
 
HoneyBaseException - Exception in com.eboy.honey.response.exception
 
HoneyBaseException(Response) - Constructor for exception com.eboy.honey.response.exception.HoneyBaseException
 
HoneyBaseException(Response, Object[], String) - Constructor for exception com.eboy.honey.response.exception.HoneyBaseException
 
HoneyBaseException(Response, Throwable, Object[], String) - Constructor for exception com.eboy.honey.response.exception.HoneyBaseException
 
HoneyBusinessException - Exception in com.eboy.honey.response.exception
 
HoneyBusinessException(Response, Object[], String) - Constructor for exception com.eboy.honey.response.exception.HoneyBusinessException
 
HoneyBusinessException(Response, Object[], String, Throwable) - Constructor for exception com.eboy.honey.response.exception.HoneyBusinessException
 
HoneyCommonExceptionException - Enum in com.eboy.honey.response.constant
 
HoneyConditionalOnProperty - Annotation Type in com.eboy.honey.response.autoconfigure.annotaion
 
HoneyDefaultEnvConfig - Class in com.eboy.honey.response.core.impl
 
HoneyDefaultEnvConfig() - Constructor for class com.eboy.honey.response.core.impl.HoneyDefaultEnvConfig
 
honeyEnvConfig() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyAutoConfiguration
 
HoneyEnvConfig - Interface in com.eboy.honey.response.core
 
HoneyEnvConfigProperties - Class in com.eboy.honey.response.autoconfigure.config
 
HoneyEnvConfigProperties() - Constructor for class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
HoneyErrorResponse - Class in com.eboy.honey.response.commmon
 
HoneyErrorResponse() - Constructor for class com.eboy.honey.response.commmon.HoneyErrorResponse
 
HoneyExceptionAssert - Interface in com.eboy.honey.response.core
 
HoneyExceptionDefaultHandler - Class in com.eboy.honey.response.handler
 
HoneyExceptionDefaultHandler() - Constructor for class com.eboy.honey.response.handler.HoneyExceptionDefaultHandler
 
honeyExceptionHandler() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyAutoConfiguration
 
HoneyExceptionHandler - Interface in com.eboy.honey.response.core
 
HoneyGlobalConstant - Class in com.eboy.honey.response.commmon
 
HoneyGlobalConstant() - Constructor for class com.eboy.honey.response.commmon.HoneyGlobalConstant
 
honeyMessage() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyAutoConfiguration
 
HoneyMessage - Interface in com.eboy.honey.response.core
 
HoneyOnPropertyCondition - Class in com.eboy.honey.response.autoconfigure.condition
 
HoneyOnPropertyCondition() - Constructor for class com.eboy.honey.response.autoconfigure.condition.HoneyOnPropertyCondition
 
HoneyResponse<T> - Class in com.eboy.honey.response.commmon
 
HoneyResponseApplication - Class in com.eboy.honey.response
 
HoneyResponseApplication() - Constructor for class com.eboy.honey.response.HoneyResponseApplication
 
HoneyResponseProperties - Class in com.eboy.honey.response.autoconfigure.config
 
HoneyResponseProperties() - Constructor for class com.eboy.honey.response.autoconfigure.config.HoneyResponseProperties
 
HoneyServletExceptionException - Enum in com.eboy.honey.response.constant
 
HoneyUCExceptionException - Enum in com.eboy.honey.response.constant
 

I

isEnableApollo() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
isEnableI18n() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyResponseProperties
 

M

main(String[]) - Static method in class com.eboy.honey.response.HoneyResponseApplication
 
messageSource() - Method in class com.eboy.honey.response.autoconfigure.config.HoneyAutoConfiguration
 

N

newException(Object...) - Method in interface com.eboy.honey.response.core.HoneyAssert
创建异常
newException(Throwable, Object...) - Method in interface com.eboy.honey.response.core.HoneyAssert
创建异常
newException(Object...) - Method in interface com.eboy.honey.response.core.HoneyExceptionAssert
重写自定义Assert 接口的方法
newException(Throwable, Object...) - Method in interface com.eboy.honey.response.core.HoneyExceptionAssert
重写自定义Assert接口的方法

R

Response - Interface in com.eboy.honey.response.core
 

S

setCode(int) - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
setData(T) - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
setEnableApollo(boolean) - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
setEnableI18n(boolean) - Method in class com.eboy.honey.response.autoconfigure.config.HoneyResponseProperties
 
setEnv(String) - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
setEnvProd(String) - Method in class com.eboy.honey.response.autoconfigure.config.HoneyEnvConfigProperties
 
setHoneyEnvConfig() - Method in interface com.eboy.honey.response.core.HoneyEnvConfig
设置环境配置
setHoneyEnvConfig() - Method in class com.eboy.honey.response.core.impl.HoneyDefaultEnvConfig
 
setMessage(String) - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
setSuccess(Boolean) - Method in class com.eboy.honey.response.commmon.HoneyResponse
 
success() - Static method in class com.eboy.honey.response.commmon.HoneyResponse
通用返回成功(没有返回结果)
success(T) - Static method in class com.eboy.honey.response.commmon.HoneyResponse
返回成功(有返回结果)

T

throwException() - Method in interface com.eboy.honey.response.core.HoneyAssert
扔出异常
toString() - Method in class com.eboy.honey.response.commmon.HoneyResponse
 

V

valueOf(String) - Static method in enum com.eboy.honey.response.constant.HoneyArgsExceptionException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.eboy.honey.response.constant.HoneyCommonExceptionException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.eboy.honey.response.constant.HoneyServletExceptionException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.eboy.honey.response.constant.HoneyUCExceptionException
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.eboy.honey.response.constant.HoneyArgsExceptionException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.eboy.honey.response.constant.HoneyCommonExceptionException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.eboy.honey.response.constant.HoneyServletExceptionException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.eboy.honey.response.constant.HoneyUCExceptionException
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I M N R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.