索引

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

AbstractRequestInterceptor - cn.hamm.airpower.interceptor中的类
全局权限拦截器抽象类
AbstractRequestInterceptor() - 类的构造器 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
 
AbstractWebConfig - cn.hamm.airpower中的类
全局配置
AbstractWebConfig() - 类的构造器 cn.hamm.airpower.AbstractWebConfig
 
Access - cn.hamm.airpower.model中的类
权限控制配置类
Access() - 类的构造器 cn.hamm.airpower.model.Access
 
ACCESS_DENIED - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
AccessResolver - cn.hamm.airpower.resolver中的类
用户授权处理类
AccessResolver() - 类的构造器 cn.hamm.airpower.resolver.AccessResolver
 
AccessUtil - cn.hamm.airpower.util中的类
权限处理助手
AccessUtil() - 类的构造器 cn.hamm.airpower.util.AccessUtil
 
add(double, double, double...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数求和
add(long, long, long...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数求和
add(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
添加一条新数据接口
add(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟡添加一条数据
Add - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
添加
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类中的方法 cn.hamm.airpower.AbstractWebConfig
 
addCookie(String, String) - 类中的方法 cn.hamm.airpower.util.HttpUtil
添加Cookie
addCustomInterceptors(InterceptorRegistry) - 类中的方法 cn.hamm.airpower.AbstractWebConfig
添加自定义拦截器
addHeader(String, Object) - 类中的方法 cn.hamm.airpower.util.HttpUtil
添加Header
addInterceptors(InterceptorRegistry) - 类中的方法 cn.hamm.airpower.AbstractWebConfig
 
addPayload(String, Object) - 类中的方法 cn.hamm.airpower.util.TokenUtil
添加负载
addPredicateNonNull(Root<E>, List<Predicate>, String, BiFunction<Expression<? extends Y>, Y, Predicate>, Y) - 类中的方法 cn.hamm.airpower.root.RootService
添加查询条件(value不为null时)
addSearchPredicate(Root<E>, CriteriaBuilder, E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢添加搜索的查询条件
afterAdd(long, E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
新增后置方法
afterAdd(long, E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢添加后置方法
afterDelete(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
删除后置方法
afterDelete(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢删除后置方法
afterDisable(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
禁用后置方法
afterDisable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢禁用后置方法
afterEnable(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
启用后置方法
afterEnable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢启用后置方法
afterGet(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢详情查询后置方法
afterGetDetail(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询详情后置方法
afterGetList(List<E>) - 类中的方法 cn.hamm.airpower.root.RootService
🟢不分页查询后置方法
afterGetList(List<E>) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询不分页后置方法
afterGetPage(QueryPageResponse<E>) - 类中的方法 cn.hamm.airpower.root.RootService
🟢分页查询后置方法
afterGetPage(T) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询分页后置方法
afterSaved(long, E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
保存后置方法
afterSaved(long, E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢保存后置方法
afterUpdate(long, E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
修改后置方法
afterUpdate(long, E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢修改后置方法
AIRPOWER - 类中的静态变量 cn.hamm.airpower.config.Constant
AirPower
Api - cn.hamm.airpower.enums中的Enum Class
父类接口枚举
API_SERVICE_UNSUPPORTED - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
ApiDocument - cn.hamm.airpower.interceptor.document中的类
Api文档
ApiDocument() - 类的构造器 cn.hamm.airpower.interceptor.document.ApiDocument
 
authorize() - annotation interface 中的元素 cn.hamm.airpower.annotation.Permission
需要授权

B

badRequestHandle(ConstraintViolationException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
参数校验失败
badRequestHandle(MethodArgumentNotValidException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
参数验证失败
beforeAdd(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
新增前置方法
beforeAdd(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢添加前置方法
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类中的方法 cn.hamm.airpower.interceptor.ResponseBodyInterceptor
 
beforeDelete(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
删除前置方法
beforeDelete(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢删除前置方法
beforeDisable(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
禁用前置方法
beforeDisable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢禁用前置方法
beforeEnable(long) - 类中的方法 cn.hamm.airpower.root.RootEntityController
启用前置方法
beforeEnable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟢启用前置方法
beforeGetList(T) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询不分页前置方法
beforeGetList(T) - 类中的方法 cn.hamm.airpower.root.RootService
🟢不分页查询前置方法
beforeGetPage(T) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询分页前置方法
beforeGetPage(T) - 类中的方法 cn.hamm.airpower.root.RootService
🟢分页查询前置方法
beforeHandleRequest(HttpServletRequest, HttpServletResponse, Class<?>, Method) - 类中的方法 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
请求拦截器前置方法
beforeResponseFinished(Object, ServerHttpRequest, ServerHttpResponse) - 类中的方法 cn.hamm.airpower.interceptor.ResponseBodyInterceptor
响应结束前置方法
beforeSaveToDatabase(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢数据库操作前的最后一次确认
beforeUpdate(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
修改前置方法
beforeUpdate(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟢修改前置方法
BLOCK_SIZE_MUST_BE_GREATER_THAN_ZERO - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
bodyCachingFilterRegistration() - 类中的方法 cn.hamm.airpower.AbstractWebConfig
 
buildTreeList(List<E>) - 类中的方法 cn.hamm.airpower.util.TreeUtil
生成树结构

C

cacheManager() - 类中的方法 cn.hamm.airpower.auto.RedisConfigurer
 
cacheResolver() - 类中的方法 cn.hamm.airpower.auto.RedisConfigurer
 
ceil(double, int) - 类中的方法 cn.hamm.airpower.util.NumberUtil
向上省略
checkPermissionAccess(Long, String, HttpServletRequest) - 类中的方法 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
验证指定的用户是否有指定权限标识的权限
CHINESE - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
中文
clearAll(String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
删除所有满足条件的数据
clearDataSourceParam() - 类中的静态方法 cn.hamm.airpower.datasource.DataSourceResolver
清空数据源参数
clearFieldValue(Object, Field) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
清空对象指定属性的值
cn.hamm.airpower - 程序包 cn.hamm.airpower
 
cn.hamm.airpower.annotation - 程序包 cn.hamm.airpower.annotation
 
cn.hamm.airpower.auto - 程序包 cn.hamm.airpower.auto
 
cn.hamm.airpower.config - 程序包 cn.hamm.airpower.config
 
cn.hamm.airpower.datasource - 程序包 cn.hamm.airpower.datasource
 
cn.hamm.airpower.enums - 程序包 cn.hamm.airpower.enums
 
cn.hamm.airpower.exception - 程序包 cn.hamm.airpower.exception
 
cn.hamm.airpower.interceptor - 程序包 cn.hamm.airpower.interceptor
 
cn.hamm.airpower.interceptor.cache - 程序包 cn.hamm.airpower.interceptor.cache
 
cn.hamm.airpower.interceptor.document - 程序包 cn.hamm.airpower.interceptor.document
 
cn.hamm.airpower.interfaces - 程序包 cn.hamm.airpower.interfaces
 
cn.hamm.airpower.model - 程序包 cn.hamm.airpower.model
 
cn.hamm.airpower.model.query - 程序包 cn.hamm.airpower.model.query
 
cn.hamm.airpower.resolver - 程序包 cn.hamm.airpower.resolver
 
cn.hamm.airpower.root - 程序包 cn.hamm.airpower.root
 
cn.hamm.airpower.util - 程序包 cn.hamm.airpower.util
 
cn.hamm.airpower.validate.dictionary - 程序包 cn.hamm.airpower.validate.dictionary
 
cn.hamm.airpower.validate.phone - 程序包 cn.hamm.airpower.validate.phone
 
CODE - 类中的静态变量 cn.hamm.airpower.config.Constant
Code
CollectionUtil - cn.hamm.airpower.util中的类
内置的集合工具类
CollectionUtil() - 类的构造器 cn.hamm.airpower.util.CollectionUtil
 
COLON - 类中的静态变量 cn.hamm.airpower.config.Constant
半角冒号
COMMA - 类中的静态变量 cn.hamm.airpower.config.Constant
半角逗号
Configs - cn.hamm.airpower.config中的类
AirPower配置
ConfigurationAuto - cn.hamm.airpower.auto中的类
自动装配类
ConfigurationAuto() - 类的构造器 cn.hamm.airpower.auto.ConfigurationAuto
 
Constant - cn.hamm.airpower.config中的类
内置常量
Constant() - 类的构造器 cn.hamm.airpower.config.Constant
 
CONTENT_TYPE - 类中的静态变量 cn.hamm.airpower.config.Constant
ContentType
ContentType - cn.hamm.airpower.enums中的Enum Class
请求的数据类型
CONTINUE - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
CONTROLLER_SUFFIX - 类中的静态变量 cn.hamm.airpower.config.Constant
控制器后缀
COOKIE - 类中的静态变量 cn.hamm.airpower.config.Constant
Cookie
CookieConfig - cn.hamm.airpower.config中的类
Cookie相关配置
CookieConfig() - 类的构造器 cn.hamm.airpower.config.CookieConfig
 
CookieUtil - cn.hamm.airpower.util中的类
Cookie助手
CookieUtil() - 类的构造器 cn.hamm.airpower.util.CookieUtil
 
copy() - 类中的方法 cn.hamm.airpower.root.RootModel
复制一个新对象
copyOnlyId() - 类中的方法 cn.hamm.airpower.root.RootEntity
复制一个只包含ID的实体
create(String) - 类中的方法 cn.hamm.airpower.util.TokenUtil
创建Token
create(String, T) - 类中的静态方法 cn.hamm.airpower.model.Payload
创建一个负载实例
CREATE_TIME_FIELD - 类中的静态变量 cn.hamm.airpower.config.Constant
创建时间字段名
createAccessToken(Long) - 类中的方法 cn.hamm.airpower.util.SecurityUtil
创建一个AccessToken
createClient() - 类中的方法 cn.hamm.airpower.util.MqttUtil
创建MQTT客户端
createClient(String) - 类中的方法 cn.hamm.airpower.util.MqttUtil
创建MQTT客户端
createDatabase(DataSource) - 类中的方法 cn.hamm.airpower.datasource.DataSourceResolver
创建数据库
createDataSource(DataSource) - 类中的方法 cn.hamm.airpower.datasource.DataSourceResolver
创建数据源
createOption() - 类中的方法 cn.hamm.airpower.util.MqttUtil
创建配置

D

data(Object) - 类中的静态方法 cn.hamm.airpower.model.Json
输出数据
data(Object, String) - 类中的静态方法 cn.hamm.airpower.model.Json
输出数据
DATA_MUST_NOT_NULL - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
DATA_NOT_FOUND - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
DATA_SOURCE_LIST - 类中的静态变量 cn.hamm.airpower.datasource.DataSourceResolver
数据源列表
DATABASE_ERROR - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
DATABASE_TABLE_OR_FIELD_ERROR - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
DATABASE_UNKNOWN_FIELD - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
databaseExceptionHandle(CannotCreateTransactionException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
数据库连接发生错误
dataExceptionHandle(HttpMessageNotReadableException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
请求的数据不是标准JSON
DataSource - cn.hamm.airpower.datasource中的类
数据源信息
DataSource() - 类的构造器 cn.hamm.airpower.datasource.DataSource
 
DataSourceAspect - cn.hamm.airpower.datasource中的类
数据源切面
DataSourceAspect() - 类的构造器 cn.hamm.airpower.datasource.DataSourceAspect
 
DataSourceConfiguration - cn.hamm.airpower.datasource中的类
数据源配置类
DataSourceConfiguration() - 类的构造器 cn.hamm.airpower.datasource.DataSourceConfiguration
 
DataSourceResolver - cn.hamm.airpower.datasource中的类
数据源操作类
DataSourceResolver() - 类的构造器 cn.hamm.airpower.datasource.DataSourceResolver
初始化空列表
DAY_PER_WEEK - 类中的静态变量 cn.hamm.airpower.config.Constant
一周7天
del(String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
删除缓存
delete(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟡删除指定的数据
delete(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
删除一条已存在的数据接口
Delete - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
删除
DELETE - enum class 中的枚举常量 cn.hamm.airpower.enums.HttpMethod
DELETE
deleteById(long) - 类中的方法 cn.hamm.airpower.root.RootService
🔴删除指定的数据
deleteEntity(E) - 类中的方法 cn.hamm.airpower.util.RedisUtil
删除指定的实体缓存
deleteUsingDataException(Exception) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
删除时的数据关联校验异常
Description - cn.hamm.airpower.annotation中的Annotation Interface
类或属性的文案
determineCurrentLookupKey() - 类中的方法 cn.hamm.airpower.datasource.DataSourceResolver
 
Dictionary - cn.hamm.airpower.validate.dictionary中的Annotation Interface
标记进行字典校验
DictionaryAnnotationValidator - cn.hamm.airpower.validate.dictionary中的类
枚举字典验证实现类
DictionaryAnnotationValidator() - 类的构造器 cn.hamm.airpower.validate.dictionary.DictionaryAnnotationValidator
 
DictionaryUtil - cn.hamm.airpower.util中的类
枚举字典助手
DictionaryUtil() - 类的构造器 cn.hamm.airpower.util.DictionaryUtil
 
disable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟡禁用指定的数据
disable(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
禁用一条已存在的数据
Disable - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
禁用
disableById(long) - 类中的方法 cn.hamm.airpower.root.RootService
🔴禁用指定的数据
div(double, double, double...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相除
div(long, long, long...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相除
Document - cn.hamm.airpower.annotation中的Annotation Interface
文档说明
doFilter(ServletRequest, ServletResponse, FilterChain) - 类中的方法 cn.hamm.airpower.interceptor.cache.RequestCacheFilter
 
DOT - 类中的静态变量 cn.hamm.airpower.config.Constant

E

EMAIL - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
邮箱
EMAIL_ERROR - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
EmailUtil - cn.hamm.airpower.util中的类
邮件助手类
EmailUtil() - 类的构造器 cn.hamm.airpower.util.EmailUtil
 
EMPTY_STRING - 类中的静态变量 cn.hamm.airpower.config.Constant
空字符串
enable(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟡启用指定的数据
enable(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
启用一条已存在的数据
Enable - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
启用
enableById(long) - 类中的方法 cn.hamm.airpower.root.RootService
🔴启用指定的数据
encode(String, String) - 类中的方法 cn.hamm.airpower.util.PasswordUtil
密码和盐获取密码的散列摘要
entity(Long) - 类中的静态方法 cn.hamm.airpower.model.Json
输出实体
entity(Long, String) - 类中的静态方法 cn.hamm.airpower.model.Json
输出实体
EQUAL - 类中的静态变量 cn.hamm.airpower.config.Constant
等号
EQUALS - enum class 中的枚举常量 cn.hamm.airpower.annotation.Search.Mode
相等
equalsKey(int) - 接口中的方法 cn.hamm.airpower.interfaces.IDictionary
判断Key是否相等
error(IException, String) - 类中的静态方法 cn.hamm.airpower.model.Json
输出错误
error(IException) - 类中的静态方法 cn.hamm.airpower.model.Json
输出错误
error(String) - 类中的静态方法 cn.hamm.airpower.model.Json
输出错误
ERROR - 类中的静态变量 cn.hamm.airpower.config.Constant
Error
EXCEPTION_WHEN_GET_IP_ADDR - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
EXCEPTION_WHEN_JSON_PARSE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
EXCEPTION_WHEN_JSON_TO_STRING - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
EXCEPTION_WHEN_MQTT_PUBLISH - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
EXCEPTION_WHEN_REFLECT_FIELD - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
ExceptionInterceptor - cn.hamm.airpower.interceptor中的类
全局异常处理拦截器
ExceptionInterceptor() - 类的构造器 cn.hamm.airpower.interceptor.ExceptionInterceptor
 
exclude() - annotation interface 中的元素 cn.hamm.airpower.annotation.Extends
黑名单
Exclude - cn.hamm.airpower.annotation中的Annotation Interface
标记字段排除
excludeBaseData() - 类中的方法 cn.hamm.airpower.root.RootEntity
获取简单实体对象
execute(Runnable, Runnable...) - 接口中的方法 cn.hamm.airpower.interfaces.ITry
独立执行多段代码
Expose - cn.hamm.airpower.annotation中的Annotation Interface
暴露字段属性
Extends - cn.hamm.airpower.annotation中的Annotation Interface
继承的接口(白名单优先)

F

FAILED_TO_LOAD_CURRENT_USER_INFO - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
FALSE_STRING - 类中的静态变量 cn.hamm.airpower.config.Constant
String false
filter(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟡过滤数据
Filter - cn.hamm.airpower.annotation中的Annotation Interface
接口返回过滤器
filterResponseDataBy(Class<?>) - 类中的方法 cn.hamm.airpower.root.RootModel
通过指定的过滤器来过滤响应数据
filters() - annotation interface 中的元素 cn.hamm.airpower.annotation.Exclude
分组
filters() - annotation interface 中的元素 cn.hamm.airpower.annotation.Expose
过滤器列表
floor(double, int) - 类中的方法 cn.hamm.airpower.util.NumberUtil
向下省略
FORBIDDEN - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORBIDDEN_DELETE - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORBIDDEN_DELETE_USED - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORBIDDEN_EDIT - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORBIDDEN_EXIST - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORBIDDEN_UPLOAD_MAX_SIZE - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
FORM_URLENCODED - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
FORM_URLENCODED

G

get() - 类中的方法 cn.hamm.airpower.util.HttpUtil
发送GET请求
get(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟡根据ID查询对应的实体
get(String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
普通缓存获取
GET - enum class 中的枚举常量 cn.hamm.airpower.enums.HttpMethod
GET
GET_PAGE_OR_GET_LIST_USE_ONLY - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
getAccessInterceptor() - 类中的方法 cn.hamm.airpower.AbstractWebConfig
获取一个拦截器实例
getAnnotation(Class<A>, Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取指定类的注解
getAnnotation(Class<A>, Field) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取字段的注解
getAnnotation(Class<A>, Method) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取指定方法的注解
getAuthorizeCookie(String) - 类中的方法 cn.hamm.airpower.util.CookieUtil
获取一个身份验证的Cookie
getChildren() - 接口中的方法 cn.hamm.airpower.interfaces.ITree
获取树的子集列表
getCode() - 接口中的方法 cn.hamm.airpower.interfaces.IException
获取错误代码
getCollectWithoutNull(Collection<T>, Class<?>) - 类中的方法 cn.hamm.airpower.util.CollectionUtil
获取集合中的非null元素
getCookie(String, String) - 类中的方法 cn.hamm.airpower.util.CookieUtil
获取一个Cookie
getCurrentEnvironment() - 类中的静态方法 cn.hamm.airpower.util.Utils
获取当前的环境变量
getCurrentUserId() - 类中的方法 cn.hamm.airpower.root.RootController
获取当前登录用户的信息
getDataSourceParam() - 类中的静态方法 cn.hamm.airpower.datasource.DataSourceResolver
获取数据源参数
getDescription(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取类描述
getDescription(Field) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取字段描述
getDescription(Method) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取方法描述
getDetail(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
查询一条详情数据
GetDetail - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
查询详情
getDictionaryByKey(Class<D>, int) - 类中的方法 cn.hamm.airpower.util.DictionaryUtil
查询指定key的枚举字典项目
getDictionaryList(Class<D>) - 类中的方法 cn.hamm.airpower.util.DictionaryUtil
获取指定枚举类的Map数据
getDictionaryList(Class<D>, String...) - 类中的方法 cn.hamm.airpower.util.DictionaryUtil
获取指定枚举类的Map数据
getDocument(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取类的文档
getDocument(Field) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取字段的文档
getDocument(Method) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
递归获取方法的文档
getEntity(E) - 类中的方法 cn.hamm.airpower.util.RedisUtil
从缓存中获取实体
getEntity(String, E) - 类中的方法 cn.hamm.airpower.util.RedisUtil
从缓存中获取实体
getExpireSecond(String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
获取过期时间
getFieldList(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
获取指定类的字段列表
getFieldNameList(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
获取类的所有公开属性名称列表
getFieldValue(Object, Field) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
获取对象指定属性的值
getHttpUtil() - 类中的静态方法 cn.hamm.airpower.util.Utils
获取HttpUtil
getId() - 接口中的方法 cn.hamm.airpower.interfaces.IEntity
获取主键ID
getIdFromAccessToken(String) - 类中的方法 cn.hamm.airpower.util.SecurityUtil
从AccessToken中获取ID
getInputStream() - 类中的方法 cn.hamm.airpower.interceptor.cache.RequestBodyCacheWrapper
 
getIpAddress(HttpServletRequest) - 类中的方法 cn.hamm.airpower.util.RequestUtil
获取IP地址
getKey() - 接口中的方法 cn.hamm.airpower.interfaces.IDictionary
获取枚举的key
getLabel() - 接口中的方法 cn.hamm.airpower.interfaces.IDictionary
获取枚举的描述
getList(QueryRequest<E>) - 类中的方法 cn.hamm.airpower.root.RootEntityController
不分页查询
getList(QueryRequest<E>) - 类中的方法 cn.hamm.airpower.root.RootService
🟡不分页查询数据
GetList - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
列表查询
getMaybeNull(long) - 类中的方法 cn.hamm.airpower.root.RootService
🟡根据ID查询对应的实体
getMessage() - 接口中的方法 cn.hamm.airpower.interfaces.IException
获取返回信息
getName() - 接口中的方法 cn.hamm.airpower.interfaces.ITree
获取树的名称
getPage(QueryPageRequest<E>) - 类中的方法 cn.hamm.airpower.root.RootEntityController
分页查询
getPage(QueryPageRequest<E>) - 类中的方法 cn.hamm.airpower.root.RootService
🟡分页查询数据
GetPage - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
分页查询
getParentId() - 接口中的方法 cn.hamm.airpower.interfaces.ITree
获取树的父级ID
getPayload(String) - 类中的方法 cn.hamm.airpower.util.TokenUtil.VerifiedToken
获取负载
getPermissionIdentity(Class<?>, Method) - 类中的方法 cn.hamm.airpower.util.AccessUtil
获取权限标识
getReader() - 类中的方法 cn.hamm.airpower.interceptor.cache.RequestBodyCacheWrapper
 
getRequestBody(HttpServletRequest) - 类中的方法 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
从请求中获取请求的包体
getShareData(String) - 类中的方法 cn.hamm.airpower.interceptor.ResponseBodyInterceptor
获取共享数据
getTokenUtil() - 类中的静态方法 cn.hamm.airpower.util.Utils
获取TokenUtil
getUrl() - 接口中的方法 cn.hamm.airpower.interfaces.IFile
获取文件的URL
getWhatNeedAccess(Class<?>, Method) - 类中的方法 cn.hamm.airpower.util.AccessUtil
获取需要被授权的类型
groups() - annotation interface 中的元素 cn.hamm.airpower.validate.dictionary.Dictionary
验证组
groups() - annotation interface 中的元素 cn.hamm.airpower.validate.phone.Phone
验证组

H

hasKey(String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
判断key是否存在
HOUR_PER_DAY - 类中的静态变量 cn.hamm.airpower.config.Constant
一天24小时
HTML - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
HTML
httpMediaTypeNotSupportedExceptionHandle(HttpMediaTypeNotSupportedException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
不支持的数据类型
HttpMethod - cn.hamm.airpower.enums中的Enum Class
HTTP请求方式
HttpUtil - cn.hamm.airpower.util中的类
HTTP请求工具类
HttpUtil() - 类的构造器 cn.hamm.airpower.util.HttpUtil
 

I

IAction - cn.hamm.airpower.interfaces中的接口
实体的操作标准接口
IAction.WhenPayLoad - cn.hamm.airpower.interfaces中的接口
当需要过滤挂载数据时
ID - 类中的静态变量 cn.hamm.airpower.config.Constant
主键ID字段名
IDictionary - cn.hamm.airpower.interfaces中的接口
枚举字典标准接口
IEntity<E extends IEntity<E>> - cn.hamm.airpower.interfaces中的接口
标准实体接口
IEntityAction - cn.hamm.airpower.interfaces中的接口
实体的操作标准接口
IEntityAction.WhenAdd - cn.hamm.airpower.interfaces中的接口
当添加时
IEntityAction.WhenGetDetail - cn.hamm.airpower.interfaces中的接口
当查询详情时
IEntityAction.WhenGetList - cn.hamm.airpower.interfaces中的接口
不分页查询
IEntityAction.WhenGetPage - cn.hamm.airpower.interfaces中的接口
分页查询
IEntityAction.WhenIdRequired - cn.hamm.airpower.interfaces中的接口
ID必须传入的场景
IEntityAction.WhenUpdate - cn.hamm.airpower.interfaces中的接口
当更新时
IException - cn.hamm.airpower.interfaces中的接口
响应结果
IFile<E extends IFile<E>> - cn.hamm.airpower.interfaces中的接口
标准文件接口
ignoreReadOnlyFields(E) - 类中的方法 cn.hamm.airpower.root.RootService
🔴忽略只读字段
initialize(Dictionary) - 类中的方法 cn.hamm.airpower.validate.dictionary.DictionaryAnnotationValidator
 
initialize(Phone) - 类中的方法 cn.hamm.airpower.validate.phone.PhoneAnnotationValidator
 
INTEGER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
整数
invalidDataAccessResourceUsageExceptionHandle(InvalidDataAccessResourceUsageException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
数据表或字段异常
isChinese(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是中文汉字
isEmail(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是邮箱
isEntity(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
是否是继承自BaseEntity
isInteger(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是整数
isLetter(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是字母
isLetterOrNumber(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是字母+数字
isMobilePhone(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是手机号
isModel(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
是否是继承自BaseModel
isNaturalInteger(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是自然整数
isNaturalNumber(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是自然数
isNormalCode(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是普通字符
isNumber(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是数字
isOnlyNumberAndLetter(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是纯字母和数字
isTelPhone(String) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
是否是座机电话
isTheRootClass(Class<?>) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
判断是否是根类
isUploadRequest(HttpServletRequest) - 类中的方法 cn.hamm.airpower.util.RequestUtil
判断是否是上传请求
isUploadRequest(ServletRequest) - 类中的方法 cn.hamm.airpower.util.RequestUtil
判断是否是上传请求
isValid(Integer, ConstraintValidatorContext) - 类中的方法 cn.hamm.airpower.validate.dictionary.DictionaryAnnotationValidator
 
isValid(String, ConstraintValidatorContext) - 类中的方法 cn.hamm.airpower.validate.phone.PhoneAnnotationValidator
 
ITree<E extends ITree<E>> - cn.hamm.airpower.interfaces中的接口
标准树接口
ITry - cn.hamm.airpower.interfaces中的接口
异常代码执行接口

J

JOIN - enum class 中的枚举常量 cn.hamm.airpower.annotation.Search.Mode
JOIN查询
Json - cn.hamm.airpower.model中的类
简单JSON对象
JSON - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
JSON
JSON_SUCCESS_CODE - 类中的静态变量 cn.hamm.airpower.config.Constant
JSON成功状态码
JSON_SUCCESS_MESSAGE - 类中的静态变量 cn.hamm.airpower.config.Constant
JSON成功信息

K

KEY - 类中的静态变量 cn.hamm.airpower.config.Constant
Key
keyGenerator() - 类中的方法 cn.hamm.airpower.auto.RedisConfigurer
 

L

LABEL - 类中的静态变量 cn.hamm.airpower.config.Constant
Label
LETTER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
字母
LETTER_OR_NUMBER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
字母或数字
LIKE - enum class 中的枚举常量 cn.hamm.airpower.annotation.Search.Mode
字符串模糊匹配
LINE - 类中的静态变量 cn.hamm.airpower.config.Constant
横线
LOCAL_IP_ADDRESS - 类中的静态变量 cn.hamm.airpower.config.Constant
本机IP地址
login() - annotation interface 中的元素 cn.hamm.airpower.annotation.Permission
需要登录

M

MAIL_SERVER_CONFIG_MISSING - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
maxUploadSizeExceededExceptionHandle(MaxUploadSizeExceededException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
数据表或字段异常
message() - annotation interface 中的元素 cn.hamm.airpower.validate.dictionary.Dictionary
错误信息
message() - annotation interface 中的元素 cn.hamm.airpower.validate.phone.Phone
错误信息
MESSAGE - 类中的静态变量 cn.hamm.airpower.config.Constant
Message
MESSAGE_AND_DESCRIPTION - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
MessageConstant - cn.hamm.airpower.config中的类
错误信息常量
MessageConstant() - 类的构造器 cn.hamm.airpower.config.MessageConstant
 
methodExceptionHandle(HttpRequestMethodNotSupportedException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
不支持的请求方法
MISSING_FIELD_IN_DATABASE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
MISSING_ID_WHEN_QUERY - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
MISSING_ID_WHEN_UPDATE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
mobile() - annotation interface 中的元素 cn.hamm.airpower.validate.phone.Phone
是否允许手机号格式
MOBILE_PHONE - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
手机
MqttConfig - cn.hamm.airpower.config中的类
MQTT配置类
MqttConfig() - 类的构造器 cn.hamm.airpower.config.MqttConfig
 
MqttUtil - cn.hamm.airpower.util中的类
MQTT助手类
MqttUtil() - 类的构造器 cn.hamm.airpower.util.MqttUtil
 
mul(double, double, double...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相乘
mul(long, long, long...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相乘
MULTIPART_FORM_DATA - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
MULTIPART_FORM_DATA
multipleDataSource(ProceedingJoinPoint) - 类中的方法 cn.hamm.airpower.datasource.DataSourceAspect
多数据源切面方法

N

NAME - 类中的静态变量 cn.hamm.airpower.config.Constant
Name
NATURAL_INTEGER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
自然整数
NATURAL_NUMBER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
自然数
NORMAL_CODE - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
普通字符
notFoundHandle(NoHandlerFoundException, HttpServletResponse) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
访问的接口没有实现
NUMBER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
数字
NUMBER_OR_LETTER - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
数字或字母
NumberUtil - cn.hamm.airpower.util中的类
数字工具类
NumberUtil() - 类的构造器 cn.hamm.airpower.util.NumberUtil
 

O

ONE_STRING - 类中的静态变量 cn.hamm.airpower.config.Constant
String 1
ONLY_CONTENT_TYPE_JSON_SUPPORTED - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
otherExceptionHandle(Exception) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
其他异常

P

Page - cn.hamm.airpower.model中的类
分页类
Page() - 类的构造器 cn.hamm.airpower.model.Page
 
PARAM_INVALID - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
PARAM_INVALID_MAY_BE_NOT_JSON - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
PARAM_MISSING - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
parse(String, Class<E>) - 类中的静态方法 cn.hamm.airpower.model.Json
Json反序列化到指定类
parse2Map(String) - 类中的静态方法 cn.hamm.airpower.model.Json
Json反序列化位Map
parse2MapList(String) - 类中的静态方法 cn.hamm.airpower.model.Json
Json反序列化为ListMap
PASSWORD_CAN_NOT_BE_NULL - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
PASSWORD_SALT_CAN_NOT_BE_NULL - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
PasswordUtil - cn.hamm.airpower.util中的类
密码助手类
PasswordUtil() - 类的构造器 cn.hamm.airpower.util.PasswordUtil
 
PatternConstant - cn.hamm.airpower.config中的类
正则常量
PatternConstant() - 类的构造器 cn.hamm.airpower.config.PatternConstant
 
payload() - annotation interface 中的元素 cn.hamm.airpower.validate.dictionary.Dictionary
 
payload() - annotation interface 中的元素 cn.hamm.airpower.validate.phone.Phone
 
Payload<T> - cn.hamm.airpower.model中的类
负载模型
Payload - cn.hamm.airpower.annotation中的Annotation Interface
标记是挂载数据
Payload() - 类的构造器 cn.hamm.airpower.model.Payload
 
Permission - cn.hamm.airpower.annotation中的Annotation Interface
是否需要登录和授权
Phone - cn.hamm.airpower.validate.phone中的Annotation Interface
标记电话验证 座机或手机
PhoneAnnotationValidator - cn.hamm.airpower.validate.phone中的类
电话验证实现类
PhoneAnnotationValidator() - 类的构造器 cn.hamm.airpower.validate.phone.PhoneAnnotationValidator
 
PLAIN - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
PLAIN
pointCut() - 类中的方法 cn.hamm.airpower.datasource.DataSourceAspect
 
post() - 类中的方法 cn.hamm.airpower.util.HttpUtil
发送POST请求
post(String) - 类中的方法 cn.hamm.airpower.util.HttpUtil
发送POST请求
POST - enum class 中的枚举常量 cn.hamm.airpower.enums.HttpMethod
POST
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类中的方法 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
 
privateKeyDecode(String) - 类中的方法 cn.hamm.airpower.util.RsaUtil
私钥解密
privateKeyEncode(String) - 类中的方法 cn.hamm.airpower.util.RsaUtil
私钥加密
propertyReferenceExceptionHandle(PropertyReferenceException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
数据字段不存在
publicKeyDecode(String) - 类中的方法 cn.hamm.airpower.util.RsaUtil
公钥解密
publicKeyEncode(String) - 类中的方法 cn.hamm.airpower.util.RsaUtil
公钥加密
publish(String, String) - 类中的方法 cn.hamm.airpower.util.MqttUtil
发送消息
publish(String, String) - 类中的方法 cn.hamm.airpower.util.RedisUtil
发布到channel的消息
PUT - enum class 中的枚举常量 cn.hamm.airpower.enums.HttpMethod
PUT

Q

QUERY_DATA_NOT_FOUND - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
QueryPageRequest<M extends RootModel<M>> - cn.hamm.airpower.model.query中的类
查询分页请求
QueryPageRequest() - 类的构造器 cn.hamm.airpower.model.query.QueryPageRequest
 
QueryPageResponse<M extends RootModel<M>> - cn.hamm.airpower.model.query中的类
响应分页类
QueryPageResponse() - 类的构造器 cn.hamm.airpower.model.query.QueryPageResponse
 
QueryRequest<M extends RootModel<M>> - cn.hamm.airpower.model.query中的类
查询请求
QueryRequest() - 类的构造器 cn.hamm.airpower.model.query.QueryRequest
 

R

randomInt() - 类中的方法 cn.hamm.airpower.util.RandomUtil
获取一个随机整数
randomInt(int) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获得指定范围内的随机数
randomInt(int, int) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获得指定范围内的随机数
randomInt(int, int, boolean, boolean) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获得指定范围内的随机数
randomNumbers(int) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获取随机数字的字符串
randomString() - 类中的方法 cn.hamm.airpower.util.RandomUtil
获取32位随机字符串
randomString(int) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获取指定位数的随机字符串
randomString(String, int) - 类中的方法 cn.hamm.airpower.util.RandomUtil
获取指定样本的随机字符串
RandomUtil - cn.hamm.airpower.util中的类
随机助手类
RandomUtil() - 类的构造器 cn.hamm.airpower.util.RandomUtil
 
ReadOnly - cn.hamm.airpower.annotation中的Annotation Interface
只读字段
REDIS_ERROR - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
RedisConfigurer - cn.hamm.airpower.auto中的类
Redis配置
RedisConfigurer() - 类的构造器 cn.hamm.airpower.auto.RedisConfigurer
 
redisExceptionHandle(RedisConnectionFailureException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
REDIS连接发生错误
RedisUtil - cn.hamm.airpower.util中的类
Redis封装类
RedisUtil() - 类的构造器 cn.hamm.airpower.util.RedisUtil
 
ReflectUtil - cn.hamm.airpower.util中的类
反射工具类
ReflectUtil() - 类的构造器 cn.hamm.airpower.util.ReflectUtil
 
removePayload(String) - 类中的方法 cn.hamm.airpower.util.TokenUtil
移除负载
repository - 类中的变量 cn.hamm.airpower.root.RootService
 
REQUEST_CONTENT_TYPE_UNSUPPORTED - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
REQUEST_METHOD_KEY - 类中的静态变量 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
缓存的REQUEST_METHOD_KEY
REQUEST_METHOD_NOT_SUPPORTED - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
REQUEST_METHOD_UNSUPPORTED - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
RequestBodyCacheWrapper - cn.hamm.airpower.interceptor.cache中的类
请求体缓存处理类
RequestBodyCacheWrapper(HttpServletRequest) - 类的构造器 cn.hamm.airpower.interceptor.cache.RequestBodyCacheWrapper
 
RequestCacheFilter - cn.hamm.airpower.interceptor.cache中的类
缓存请求的过滤器
RequestCacheFilter() - 类的构造器 cn.hamm.airpower.interceptor.cache.RequestCacheFilter
 
RequestUtil - cn.hamm.airpower.util中的类
请求助手类
RequestUtil() - 类的构造器 cn.hamm.airpower.util.RequestUtil
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类中的方法 cn.hamm.airpower.resolver.AccessResolver
ACCESS_TOKEN换用户ID
ResponseBodyInterceptor - cn.hamm.airpower.interceptor中的类
全局拦截响应
ResponseBodyInterceptor() - 类的构造器 cn.hamm.airpower.interceptor.ResponseBodyInterceptor
 
RootController - cn.hamm.airpower.root中的类
控制器根类
RootController() - 类的构造器 cn.hamm.airpower.root.RootController
 
RootEntity<E extends RootEntity<E>> - cn.hamm.airpower.root中的类
实体根类
RootEntity() - 类的构造器 cn.hamm.airpower.root.RootEntity
 
RootEntityController<E extends RootEntity<E>,S extends RootService<E,R>,R extends RootRepository<E>> - cn.hamm.airpower.root中的类
实体控制器根类
RootEntityController() - 类的构造器 cn.hamm.airpower.root.RootEntityController
 
RootModel<M extends RootModel<M>> - cn.hamm.airpower.root中的类
数据根模型
RootModel() - 类的构造器 cn.hamm.airpower.root.RootModel
 
RootRepository<E extends RootEntity<E>> - cn.hamm.airpower.root中的接口
数据源接口
RootService<E extends RootEntity<E>,R extends RootRepository<E>> - cn.hamm.airpower.root中的类
服务根类
RootService() - 类的构造器 cn.hamm.airpower.root.RootService
 
round(double, int, RoundingMode) - 类中的方法 cn.hamm.airpower.util.NumberUtil
保留固定位数小数
RsaUtil - cn.hamm.airpower.util中的类
RSA加解密助手类
RsaUtil() - 类的构造器 cn.hamm.airpower.util.RsaUtil
 
run() - 接口中的方法 cn.hamm.airpower.util.TransactionUtil.Function
开始执行一个包含若干方法的事务
run(TransactionUtil.Function) - 类中的方法 cn.hamm.airpower.util.TransactionUtil
开始执行一个包含若干方法的事务

S

saveEntity(E) - 类中的方法 cn.hamm.airpower.util.RedisUtil
缓存实体
saveEntity(E, long) - 类中的方法 cn.hamm.airpower.util.RedisUtil
缓存实体
saveEntity(String, E) - 类中的方法 cn.hamm.airpower.util.RedisUtil
缓存实体
saveEntity(String, E, long) - 类中的方法 cn.hamm.airpower.util.RedisUtil
缓存实体
Search - cn.hamm.airpower.annotation中的Annotation Interface
标记为搜索字段
Search.Mode - cn.hamm.airpower.annotation中的Enum Class
搜索类型
SECOND_PER_DAY - 类中的静态变量 cn.hamm.airpower.config.Constant
一天的秒数
SECOND_PER_HOUR - 类中的静态变量 cn.hamm.airpower.config.Constant
一小时的秒数
SECOND_PER_MINUTE - 类中的静态变量 cn.hamm.airpower.config.Constant
一分钟
SecurityUtil - cn.hamm.airpower.util中的类
安全助手类
SecurityUtil() - 类的构造器 cn.hamm.airpower.util.SecurityUtil
 
SEMICOLON - 类中的静态变量 cn.hamm.airpower.config.Constant
分号
send() - 类中的方法 cn.hamm.airpower.util.HttpUtil
发送请求
sendCode(String, String, String, String) - 类中的方法 cn.hamm.airpower.util.EmailUtil
发送邮件验证码
sendEmail(String, String, String) - 类中的方法 cn.hamm.airpower.util.EmailUtil
发送邮件
service - 类中的变量 cn.hamm.airpower.root.RootEntityController
 
SERVICE_ERROR - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
SERVICE_MAINTAINING_AND_TRY_LATER - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
ServiceConfig - cn.hamm.airpower.config中的类
全局默认配置文件
ServiceConfig() - 类的构造器 cn.hamm.airpower.config.ServiceConfig
 
ServiceError - cn.hamm.airpower.enums中的Enum Class
系统错误代码字典
ServiceException - cn.hamm.airpower.exception中的异常错误
系统异常包装类
ServiceException(int, String) - 异常错误的构造器 cn.hamm.airpower.exception.ServiceException
直接抛出一个异常
ServiceException(ServiceError) - 异常错误的构造器 cn.hamm.airpower.exception.ServiceException
直接抛出一个异常
ServiceException(ServiceError, String) - 异常错误的构造器 cn.hamm.airpower.exception.ServiceException
直接抛出一个异常
ServiceException(Exception) - 异常错误的构造器 cn.hamm.airpower.exception.ServiceException
直接抛出一个异常
ServiceException(String) - 异常错误的构造器 cn.hamm.airpower.exception.ServiceException
抛出一个自定义错误信息的默认异常
set(String, Object) - 类中的方法 cn.hamm.airpower.util.RedisUtil
普通缓存放入
set(String, Object, long) - 类中的方法 cn.hamm.airpower.util.RedisUtil
普通缓存放入并设置时间
setChildren(List<E>) - 接口中的方法 cn.hamm.airpower.interfaces.ITree
设置树的子集列表
setCreateTime(Long) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置创建时间
setCreateUserId(Long) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置创建人ID
setDataSourceParam(String) - 类中的静态方法 cn.hamm.airpower.datasource.DataSourceResolver
设置数据源参数
setExpireMillisecond(long) - 类中的方法 cn.hamm.airpower.util.TokenUtil
设置过期时间(毫秒)
setExpireSecond(String, long) - 类中的方法 cn.hamm.airpower.util.RedisUtil
指定缓存失效时间
setFieldValue(Object, Field, Object) - 类中的方法 cn.hamm.airpower.util.ReflectUtil
设置对象指定属性的值
setFilter(M) - 类中的方法 cn.hamm.airpower.model.query.QueryRequest
设置过滤器
setId(Long) - 接口中的方法 cn.hamm.airpower.interfaces.IEntity
设置实体主键ID
setId(Long) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置ID
setIsDisabled(Boolean) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置是否禁用
setKey(String) - 类中的方法 cn.hamm.airpower.model.Payload
设置键名
setKeyword(String) - 类中的方法 cn.hamm.airpower.model.query.QueryRequest
设置查询关键词
setName(String) - 接口中的方法 cn.hamm.airpower.interfaces.ITree
设置树名称
setParentId(Long) - 接口中的方法 cn.hamm.airpower.interfaces.ITree
设置父级ID
setPrimaryDataSource() - 类中的方法 cn.hamm.airpower.datasource.DataSourceConfiguration
设置主要的数据源
setRemark(String) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置备注
setShareData(String, Object) - 类中的方法 cn.hamm.airpower.interceptor.AbstractRequestInterceptor
设置共享数据提供给其他拦截器实用
setSort(Sort) - 类中的方法 cn.hamm.airpower.model.query.QueryRequest
设置排序
setUpdateTime(Long) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置更新时间
setUpdateUserId(Long) - 类中的方法 cn.hamm.airpower.root.RootEntity
设置修改人ID
setUrl(String) - 接口中的方法 cn.hamm.airpower.interfaces.IFile
设置文件的URL
setValue(T) - 类中的方法 cn.hamm.airpower.model.Payload
设置负载的值
show() - 接口中的方法 cn.hamm.airpower.interfaces.IException
抛出异常
show(int, String, Object) - 类中的静态方法 cn.hamm.airpower.model.Json
输出Json
show(String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
抛出异常
show(String, Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
抛出异常
SLASH - 类中的静态变量 cn.hamm.airpower.config.Constant
斜线
Sort - cn.hamm.airpower.model中的类
查询排序
Sort() - 类的构造器 cn.hamm.airpower.model.Sort
 
SPACE - 类中的静态变量 cn.hamm.airpower.config.Constant
半角空格
sub(double, double, double...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相减
sub(long, long, long...) - 类中的方法 cn.hamm.airpower.util.NumberUtil
多个数相减
success(String) - 类中的静态方法 cn.hamm.airpower.model.Json
输出提示信息
SUCCESS - 类中的静态变量 cn.hamm.airpower.config.Constant
Success
SUCCESS_TO_ADD - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
SUCCESS_TO_DELETE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
SUCCESS_TO_DISABLE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
SUCCESS_TO_ENABLE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
SUCCESS_TO_UPDATE - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类中的方法 cn.hamm.airpower.interceptor.ResponseBodyInterceptor
 
supportsParameter(MethodParameter) - 类中的方法 cn.hamm.airpower.resolver.AccessResolver
 
systemExceptionHandle(ServiceException) - 类中的方法 cn.hamm.airpower.interceptor.ExceptionInterceptor
系统自定义异常

T

TARGET_DATA_EXIST - 类中的静态变量 cn.hamm.airpower.config.MessageConstant
 
tel() - annotation interface 中的元素 cn.hamm.airpower.validate.phone.Phone
是否允许座机电话格式
TEL_PHONE - 类中的静态变量 cn.hamm.airpower.config.PatternConstant
座机电话
TokenUtil - cn.hamm.airpower.util中的类
TokenUtil
TokenUtil() - 类的构造器 cn.hamm.airpower.util.TokenUtil
 
TokenUtil.VerifiedToken - cn.hamm.airpower.util中的类
已验证的身份令牌
toString(Object) - 类中的静态方法 cn.hamm.airpower.model.Json
Json序列化到字符串
TransactionUtil - cn.hamm.airpower.util中的类
事务助手类
TransactionUtil() - 类的构造器 cn.hamm.airpower.util.TransactionUtil
 
TransactionUtil.Function - cn.hamm.airpower.util中的接口
 
TreeUtil - cn.hamm.airpower.util中的类
树结构处理助手
TreeUtil() - 类的构造器 cn.hamm.airpower.util.TreeUtil
 
TRUE_STRING - 类中的静态变量 cn.hamm.airpower.config.Constant
String true
tryToGetCurrentUserId() - 类中的方法 cn.hamm.airpower.root.RootService
尝试获取当前登录用户ID

U

UNAUTHORIZED - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
UNDERLINE - 类中的静态变量 cn.hamm.airpower.config.Constant
下划线
update(E) - 类中的方法 cn.hamm.airpower.root.RootEntityController
修改一条已存在的数据接口
update(E) - 类中的方法 cn.hamm.airpower.root.RootService
🟡修改一条已经存在的数据
Update - enum class 中的枚举常量 cn.hamm.airpower.enums.Api
修改
UPDATE_TIME_FIELD - 类中的静态变量 cn.hamm.airpower.config.Constant
修改时间字段名
updateToDatabase(E) - 类中的方法 cn.hamm.airpower.root.RootService
🔴更新到数据库
updateToDatabase(E, boolean) - 类中的方法 cn.hamm.airpower.root.RootService
🔴更新到数据库
updateWithNull(E) - 类中的方法 cn.hamm.airpower.root.RootService
🔴修改一条已经存在的数据
UPGRADE_CLIENT_NECESSARY - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
UPGRADE_CLIENT_OPTIONAL - enum class 中的枚举常量 cn.hamm.airpower.enums.ServiceError
 
Utils - cn.hamm.airpower.util中的类
AirPower工具包

V

ValidateUtil - cn.hamm.airpower.util中的类
验证器工具类
ValidateUtil() - 类的构造器 cn.hamm.airpower.util.ValidateUtil
 
validRegex(String, Pattern) - 类中的方法 cn.hamm.airpower.util.ValidateUtil
正则校验
value() - annotation interface 中的元素 cn.hamm.airpower.annotation.Description
文案
value() - annotation interface 中的元素 cn.hamm.airpower.annotation.Document
文档说明
value() - annotation interface 中的元素 cn.hamm.airpower.annotation.Extends
白名单
value() - annotation interface 中的元素 cn.hamm.airpower.annotation.Filter
使用的过滤器
value() - annotation interface 中的元素 cn.hamm.airpower.annotation.Search
搜索方式
value() - annotation interface 中的元素 cn.hamm.airpower.validate.dictionary.Dictionary
使用的枚举类
VALUE - 类中的静态变量 cn.hamm.airpower.config.Constant
Value
valueOf(String) - enum class中的静态方法 cn.hamm.airpower.annotation.Search.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.hamm.airpower.enums.Api
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.hamm.airpower.enums.ContentType
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.hamm.airpower.enums.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.hamm.airpower.enums.ServiceError
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.hamm.airpower.annotation.Search.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.hamm.airpower.enums.Api
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.hamm.airpower.enums.ContentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.hamm.airpower.enums.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.hamm.airpower.enums.ServiceError
Returns an array containing the constants of this enum class, in the order they are declared.
VerifiedToken() - 类的构造器 cn.hamm.airpower.util.TokenUtil.VerifiedToken
 
verify(String, String) - 类中的方法 cn.hamm.airpower.util.TokenUtil
验证AccessToken并返回一个已验证的Token
VERTICAL_LINE - 类中的静态变量 cn.hamm.airpower.config.Constant
竖线

W

when(boolean) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当满足条件时抛出异常
when(boolean, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当满足条件时抛出异常
when(boolean, String, Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当满足条件时抛出异常
whenEmpty(Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当为null或空字符串时抛出异常
whenEmpty(Object, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当为null或空字符串时抛出异常
whenEquals(Object, Object, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两者相同时抛出异常
whenEquals(String, String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串相同时抛出异常
whenEquals(Object, Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两者相同时抛出异常
whenEquals(String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串相同时抛出异常
whenEqualsIgnoreCase(String, String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串忽略大小写相同时抛出异常
whenEqualsIgnoreCase(String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串忽略大小写相同时抛出异常
whenNotEquals(Object, Object, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两者不相同时抛出异常
whenNotEquals(String, String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串不相同时抛出异常
whenNotEquals(Object, Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两者不相同时抛出异常
whenNotEquals(String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串不相同时抛出异常
whenNotEqualsIgnoreCase(String, String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串忽略大小写还不相同时抛出异常
whenNotEqualsIgnoreCase(String, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当两个字符串忽略大小写还不相同时抛出异常
whenNotNull(Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当不为null时抛出异常
whenNotNull(Object, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当不为null时抛出异常
whenNull(Object) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当为null时抛出异常
whenNull(Object, String) - 接口中的方法 cn.hamm.airpower.interfaces.IException
当为null时抛出异常
writeApiDocument(HttpServletResponse, Class<?>, Method) - 类中的静态方法 cn.hamm.airpower.interceptor.document.ApiDocument
输出接口文档
writeEntityDocument(String, HttpServletResponse) - 类中的静态方法 cn.hamm.airpower.interceptor.document.ApiDocument
 

X

XML - enum class 中的枚举常量 cn.hamm.airpower.enums.ContentType
XML

Z

ZERO_DOUBLE - 类中的静态变量 cn.hamm.airpower.config.Constant
Double 0
ZERO_LONG - 类中的静态变量 cn.hamm.airpower.config.Constant
Long 0
ZERO_STRING - 类中的静态变量 cn.hamm.airpower.config.Constant
String 0
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格