A B C D E F G H I J M N P R S T U V W
A
- AbstractSimpleTableCommonServiceImpl<Model,PrimaryKey> - top.potens.core.service.impl中的类
-
功能描述:
- AbstractSimpleTableCommonServiceImpl() - 类 的构造器top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
- addInterceptors(InterceptorRegistry) - 类 中的方法top.potens.core.config.WebMvcConfiguration
-
addInterceptor()的顺序需要严格按照程序的执行的顺序
- addResultCodeDefinitionClass(Class<?>) - 类 中的静态方法top.potens.core.response.ResultCodeInit
-
- addResultCodeDefinitionClassByPackage(String...) - 类 中的静态方法top.potens.core.response.ResultCodeInit
-
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法top.potens.core.interceptor.UserAuthorizationInterceptor
-
- ApiException - top.potens.core.exception中的异常错误
-
Created by yanshaowen on 2019/6/16.
- ApiException(CommonExceptionCodeEnums) - 异常错误 的构造器top.potens.core.exception.ApiException
-
- ApiException(String, String) - 异常错误 的构造器top.potens.core.exception.ApiException
-
- ApiException(String, Object...) - 异常错误 的构造器top.potens.core.exception.ApiException
-
- apiExceptionHandler(HttpServletRequest, ApiException) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- ApiResult<T> - top.potens.core.model中的类
-
Created by yanshaowen on 2019/6/16.
- ApiResult() - 类 的构造器top.potens.core.model.ApiResult
-
- ApiUtil - top.potens.core.util中的类
-
功能描述:
- ApiUtil() - 类 的构造器top.potens.core.util.ApiUtil
-
B
- BeanCopierUtil - top.potens.core.util中的类
-
Bean浅拷贝
- BeanCopierUtil() - 类 的构造器top.potens.core.util.BeanCopierUtil
-
- BEANS_EXCEPTION - 类 中的静态变量top.potens.core.constant.RestConstant
-
- beansException(BeansException) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- buildDocket() - 类 中的方法top.potens.core.config.Swagger2Configuration
-
- byPrimaryKey(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
- byPrimaryKey(PrimaryKey) - 接口 中的方法top.potens.core.service.TableCommonService
-
方法功能描述: 按表的主键查询一条记录 不返回异常 不存在返回null
- byPrimaryKeyException(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
- byPrimaryKeyException(PrimaryKey) - 接口 中的方法top.potens.core.service.TableCommonService
-
方法功能描述: 按表的主键查询一条记录 不存在返回异常
- bySecondPrimaryKey(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
- bySecondPrimaryKey(PrimaryKey) - 接口 中的方法top.potens.core.service.TableCommonService
-
方法功能描述: 按第二业务主键查询
- bySecondPrimaryKeyException(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
- bySecondPrimaryKeyException(PrimaryKey) - 接口 中的方法top.potens.core.service.TableCommonService
-
方法功能描述: 按第二业务主键查询
C
- CollectionUtil - top.potens.core.util中的类
-
功能描述:
- CollectionUtil() - 类 的构造器top.potens.core.util.CollectionUtil
-
- CommonConstant - top.potens.core.constant中的类
-
Created by yanshaowen on 2019/6/15.
- CommonConstant() - 类 的构造器top.potens.core.constant.CommonConstant
-
- CommonExceptionCodeEnums - top.potens.core.enums中的枚举
-
功能描述:
- constraintViolationException(HttpServletResponse, HttpServletRequest, Exception) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- ControllerTokenAspect - top.potens.core.aop中的类
-
功能描述:
- ControllerTokenAspect() - 类 的构造器top.potens.core.aop.ControllerTokenAspect
-
- ControllerVisitAspect - top.potens.core.aop中的类
-
功能描述:
- ControllerVisitAspect() - 类 的构造器top.potens.core.aop.ControllerVisitAspect
-
- convert(Object, Class<T>) - 类 中的静态方法top.potens.core.util.BeanCopierUtil
-
Bean 拷贝对象
- convert(Object, Object) - 类 中的静态方法top.potens.core.util.BeanCopierUtil
-
- convert(List, Class<E>) - 类 中的静态方法top.potens.core.util.BeanCopierUtil
-
集合类的转换
- convert(List, List<E>, Class<E>) - 类 中的静态方法top.potens.core.util.BeanCopierUtil
-
集合类的转换
D
- dateCompareTo(String, String) - 类 中的静态方法top.potens.core.util.DateUtil
-
计算两个日期之间相差的天数
- DateScope - top.potens.core.model中的类
-
功能描述:
- DateScope() - 类 的构造器top.potens.core.model.DateScope
-
- DateUtil - top.potens.core.util中的类
-
Created by yanshaowen on 2019/6/15.
- DateUtil() - 类 的构造器top.potens.core.util.DateUtil
-
- doAfterEx(JoinPoint, Throwable) - 类 中的方法top.potens.core.aop.ControllerVisitAspect
-
E
- encrypt(String, EncryptAlgorithmEnum) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- encrypt(String, String, EncryptAlgorithmEnum) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- EncryptAlgorithmEnum - top.potens.core.enums中的枚举
-
功能描述:
- EncryptUtil - top.potens.core.util中的类
-
功能描述:
- EncryptUtil() - 类 的构造器top.potens.core.util.EncryptUtil
-
- exceptionHandler(HttpServletRequest, Exception) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
F
- formatDateTime(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
将yyyy-MM-dd HH:mm:ss转为 yyyyMMddHHmmss
- formatDateTimestamp(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
将yyyyMMddHHmmss转为 yyyy-MM-dd HH:mm:ss
- FORMATTER_DATE - 类 中的静态变量top.potens.core.util.DateUtil
-
yyyy-MM-dd
- FORMATTER_DATETIME - 类 中的静态变量top.potens.core.util.DateUtil
-
yyyy-MM-dd HH:mm:ss.SSS
- FORMATTER_DATETIMESTAMP - 类 中的静态变量top.potens.core.util.DateUtil
-
yyyyMMddHHmmssSSS
G
- getAlgorithm() - 枚举 中的方法top.potens.core.enums.EncryptAlgorithmEnum
-
- getBean(String, Class<T>) - 类 中的静态方法top.potens.core.util.SpringUtil
-
根据beanId获取实体对象
- getBean(Class<T>) - 类 中的静态方法top.potens.core.util.SpringUtil
-
根据类型获取实体对象
- getClassSet() - 类 中的方法top.potens.core.plugin.PackageClassesLoader
-
将符合条件的Bean以Class集合的形式返回
- getClockMillis() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取当前的微秒数
- getCode() - 枚举 中的方法top.potens.core.enums.CommonExceptionCodeEnums
-
- getCode() - 异常错误 中的方法top.potens.core.exception.ApiException
-
- getCode() - 类 中的方法top.potens.core.model.ApiResult
-
- getData() - 类 中的方法top.potens.core.model.ApiResult
-
- getData(ApiResult<T>) - 类 中的静态方法top.potens.core.util.ApiUtil
-
- getDataNotNull(ApiResult<T>) - 类 中的静态方法top.potens.core.util.ApiUtil
-
- getDate() - 类 中的静态方法top.potens.core.util.DateUtil
-
返回当前时间yyyy-MM-dd
- getDateByLocalDate(LocalDate) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getDateScope(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getDateTime() - 类 中的静态方法top.potens.core.util.DateUtil
-
返回当前系统时间 yyyy-MM-dd HH:mm:ss
- getDateTimestamp() - 类 中的静态方法top.potens.core.util.DateUtil
-
返回当前时间yyyyMMddHHmmss
- getEndDate() - 类 中的方法top.potens.core.model.DateScope
-
- getFirstDayOfMonth() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取当月第一天 yyyy-MM-dd
- getLastDayOfMonth() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取本月最后一天 yyyy-MM-dd
- getList() - 类 中的方法top.potens.core.model.PageResponse
-
- getLocalDate() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取当前日期
- getLocalDate(String, DateTimeFormatter) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalDate(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalDateStr(Date) - 类 中的静态方法top.potens.core.util.DateUtil
-
date to string
- getLocalDateStr(Date, String) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalDateStr(Date, DateTimeFormatter) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalDateTime() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取当前日期时间
- getLocalDateTime(String, DateTimeFormatter) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalDateTime(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
- getLocalTime() - 类 中的静态方法top.potens.core.util.DateUtil
-
获取当前时间
- getMessage() - 枚举 中的方法top.potens.core.enums.CommonExceptionCodeEnums
-
- getMessage() - 异常错误 中的方法top.potens.core.exception.ApiException
-
- getMessage() - 类 中的方法top.potens.core.model.ApiResult
-
- getOrderBy() - 类 中的方法top.potens.core.model.PageRequest
-
- getPageNum() - 类 中的方法top.potens.core.model.PageRequest
-
- getPageSize() - 类 中的方法top.potens.core.model.PageRequest
-
- getResultMsg(String, Object...) - 类 中的静态方法top.potens.core.response.ResultCodeInit
-
- getStartDate() - 类 中的方法top.potens.core.model.DateScope
-
- getTotal() - 类 中的方法top.potens.core.model.PageResponse
-
- getUserId() - 类 中的方法top.potens.core.model.TokenUser
-
- getUsername() - 类 中的方法top.potens.core.model.TokenUser
-
- getUuid() - 类 中的静态方法top.potens.core.util.StringUtil
-
- GLOBAL_EXCEPTION_PK_NAME - 类 中的静态变量top.potens.core.constant.CommonConstant
-
包名
- GlobalExceptionHandler - top.potens.core.exception中的类
-
Created by yanshaowen on 2019/6/16.
- GlobalExceptionHandler() - 类 的构造器top.potens.core.exception.GlobalExceptionHandler
-
H
- handle(ProceedingJoinPoint) - 类 中的方法top.potens.core.aop.ControllerTokenAspect
-
- handle(ProceedingJoinPoint) - 类 中的方法top.potens.core.aop.ControllerVisitAspect
-
I
- intercept(Invocation) - 类 中的方法top.potens.core.interceptor.MybatisLogInterceptor
-
- INTERNAL_SERVER_EXCEPTION - 类 中的静态变量top.potens.core.constant.RestConstant
-
- isDelete(Model) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
方法功能描述: 判断记录是否为删除 true: 删除 false: 未删除
J
- JSON - top.potens.core.serialization中的类
-
Created by yanshaowen on 2019/6/15.
- JSON() - 类 的构造器top.potens.core.serialization.JSON
-
- JsonFormatDate - top.potens.core.annotation中的注释类型
-
功能描述:
- JsonFormatDatetime - top.potens.core.annotation中的注释类型
-
功能描述:
M
- main(String[]) - 类 中的静态方法top.potens.core.util.SnowflakeIdWorker
-
测试
- mapperByPrimaryKey(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
方法功能描述: 根据id查询
- mapperBySecondPrimaryKey(PrimaryKey) - 类 中的方法top.potens.core.service.impl.AbstractSimpleTableCommonServiceImpl
-
方法功能描述: 根据id查询
- md5(String) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- md5(String, String) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- methodArgumentNotValidException(HttpServletResponse, HttpServletRequest, Exception) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- MISSING_EXCEPTION - 类 中的静态变量top.potens.core.constant.RestConstant
-
- missingServletRequestParameterException(HttpServletResponse, HttpServletRequest, Exception) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- MybatisLogInterceptor - top.potens.core.interceptor中的类
-
- MybatisLogInterceptor() - 类 的构造器top.potens.core.interceptor.MybatisLogInterceptor
-
- MyFullyQualifiesJavaTypePlugin - top.potens.core.plugin中的类
-
Created by yanshaowen on 2019/6/16.
- MyFullyQualifiesJavaTypePlugin() - 类 的构造器top.potens.core.plugin.MyFullyQualifiesJavaTypePlugin
-
N
- nextId() - 类 中的方法top.potens.core.util.SnowflakeIdWorker
-
获得下一个ID (该方法是线程安全的)
P
- PackageClassesLoader - top.potens.core.plugin中的类
-
- PackageClassesLoader(String[], Class<? extends Annotation>...) - 类 的构造器top.potens.core.plugin.PackageClassesLoader
-
构造函数
- PageRequest - top.potens.core.model中的类
-
功能描述:
- PageRequest() - 类 的构造器top.potens.core.model.PageRequest
-
- PageResponse<T> - top.potens.core.model中的类
-
功能描述:
- PageResponse() - 类 的构造器top.potens.core.model.PageResponse
-
- parseLocalDate(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
yyyy-MM-dd字符串转LocalDate
- parseLocalDateTime(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
将yyyy-MM-dd HH:mm:ss转为 LocalDateTime
- parseLocalDateTimestamp(String) - 类 中的静态方法top.potens.core.util.DateUtil
-
将yyyyMMddHHmmss转为 LocalDateTime
- plugin(Object) - 类 中的方法top.potens.core.interceptor.MybatisLogInterceptor
-
- plusDays(String, int) - 类 中的静态方法top.potens.core.util.DateUtil
-
yyyy-MM-dd 增加日期
- pointcut() - 类 中的方法top.potens.core.aop.ControllerTokenAspect
-
- pointcut() - 类 中的方法top.potens.core.aop.ControllerVisitAspect
-
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法top.potens.core.interceptor.UserAuthorizationInterceptor
-
- preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.potens.core.interceptor.UserAuthorizationInterceptor
-
R
- referenceSort(List<T>, List<Integer>, Function<T, Integer>) - 类 中的静态方法top.potens.core.util.CollectionUtil
-
方法功能描述: 以 referenceList的顺序为参照 对dataList进行排序
- REQUEST_CURRENT_KEY - 类 中的静态变量top.potens.core.constant.TokenConstant
-
session的attr
- RestConstant - top.potens.core.constant中的类
-
Created by yanshaowen on 2019/6/16.
- RestConstant() - 类 的构造器top.potens.core.constant.RestConstant
-
- restTemplate(ClientHttpRequestFactory) - 类 中的方法top.potens.core.config.RestTemplateConfig
-
- RestTemplateConfig - top.potens.core.config中的类
-
功能描述:
- RestTemplateConfig() - 类 的构造器top.potens.core.config.RestTemplateConfig
-
- ResultCodeInit - top.potens.core.response中的类
-
功能描述:
- ResultCodeInit() - 类 的构造器top.potens.core.response.ResultCodeInit
-
- ResultMessage - top.potens.core.annotation中的注释类型
-
功能描述:
S
- SERIALIZATION_EXCEPTION - 类 中的静态变量top.potens.core.constant.RestConstant
-
- SerializationException - top.potens.core.exception中的异常错误
-
Created by yanshaowen on 2019/6/15.
- SerializationException(String) - 异常错误 的构造器top.potens.core.exception.SerializationException
-
- serializationExceptionException(BeansException) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- SERVLET_EXCEPTION - 类 中的静态变量top.potens.core.constant.RestConstant
-
- servletException(ServletException) - 类 中的方法top.potens.core.exception.GlobalExceptionHandler
-
- setApplicationContext(ApplicationContext) - 类 中的方法top.potens.core.util.SpringUtil
-
- setCode(String) - 异常错误 中的方法top.potens.core.exception.ApiException
-
- setCode(String) - 类 中的方法top.potens.core.model.ApiResult
-
- setData(T) - 类 中的方法top.potens.core.model.ApiResult
-
- setEndDate(Date) - 类 中的方法top.potens.core.model.DateScope
-
- setList(List<T>) - 类 中的方法top.potens.core.model.PageResponse
-
- setMessage(String) - 异常错误 中的方法top.potens.core.exception.ApiException
-
- setMessage(String) - 类 中的方法top.potens.core.model.ApiResult
-
- setOrderBy(String) - 类 中的方法top.potens.core.model.PageRequest
-
- setPageNum(Integer) - 类 中的方法top.potens.core.model.PageRequest
-
- setPageSize(Integer) - 类 中的方法top.potens.core.model.PageRequest
-
- setProperties(Properties) - 类 中的方法top.potens.core.interceptor.MybatisLogInterceptor
-
- setScopeDate(String, Consumer<Date>, Consumer<Date>) - 类 中的静态方法top.potens.core.util.DateUtil
-
- setStartDate(Date) - 类 中的方法top.potens.core.model.DateScope
-
- setTotal(Long) - 类 中的方法top.potens.core.model.PageResponse
-
- setUserId(Long) - 类 中的方法top.potens.core.model.TokenUser
-
- setUsername(String) - 类 中的方法top.potens.core.model.TokenUser
-
- sha1(String) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- sha1(String, String) - 类 中的静态方法top.potens.core.util.EncryptUtil
-
- simpleClientHttpRequestFactory() - 类 中的方法top.potens.core.config.RestTemplateConfig
-
- SnowflakeIdWorker - top.potens.core.util中的类
-
功能描述:
- SnowflakeIdWorker(long, long) - 类 的构造器top.potens.core.util.SnowflakeIdWorker
-
构造函数
- SpringUtil - top.potens.core.util中的类
-
功能描述:
- SpringUtil() - 类 的构造器top.potens.core.util.SpringUtil
-
- StringUtil - top.potens.core.util中的类
-
Created by yanshaowen on 2019/7/21.
- StringUtil() - 类 的构造器top.potens.core.util.StringUtil
-
- Swagger2Configuration - top.potens.core.config中的类
-
Created by yanshaowen on 2019/6/15.
- Swagger2Configuration() - 类 的构造器top.potens.core.config.Swagger2Configuration
-
T
- TableCommonService<Model,PrimaryKey> - top.potens.core.service中的接口
-
功能描述:
- tilNextMillis(long) - 类 中的方法top.potens.core.util.SnowflakeIdWorker
-
阻塞到下一个毫秒,直到获得新的时间戳
- timeGen() - 类 中的方法top.potens.core.util.SnowflakeIdWorker
-
返回以毫秒为单位的当前时间
- toBean(String, Class<T>) - 类 中的静态方法top.potens.core.serialization.JSON
-
- toBeanList(String, Class<T>) - 类 中的静态方法top.potens.core.serialization.JSON
-
- toBeanListNotEx(String, Class<T>) - 类 中的静态方法top.potens.core.serialization.JSON
-
- toBeanNotEx(String, Class<T>) - 类 中的静态方法top.potens.core.serialization.JSON
-
- toJSONString(Object) - 类 中的静态方法top.potens.core.serialization.JSON
-
- toJSONStringNotEx(Object) - 类 中的静态方法top.potens.core.serialization.JSON
-
- TOKEN_BASE64_NAME - 类 中的静态变量top.potens.core.constant.TokenConstant
-
token name
- TokenConstant - top.potens.core.constant中的类
-
功能描述:
- TokenConstant() - 类 的构造器top.potens.core.constant.TokenConstant
-
- TokenUser - top.potens.core.model中的类
-
功能描述:
- TokenUser() - 类 的构造器top.potens.core.model.TokenUser
-
- toObjectNotEx(String, Class<T>) - 类 中的静态方法top.potens.core.serialization.JSON
-
已过时。
- top.potens.core.annotation - 程序包 top.potens.core.annotation
-
- top.potens.core.aop - 程序包 top.potens.core.aop
-
- top.potens.core.config - 程序包 top.potens.core.config
-
- top.potens.core.constant - 程序包 top.potens.core.constant
-
- top.potens.core.enums - 程序包 top.potens.core.enums
-
- top.potens.core.exception - 程序包 top.potens.core.exception
-
- top.potens.core.interceptor - 程序包 top.potens.core.interceptor
-
- top.potens.core.model - 程序包 top.potens.core.model
-
- top.potens.core.plugin - 程序包 top.potens.core.plugin
-
- top.potens.core.response - 程序包 top.potens.core.response
-
- top.potens.core.serialization - 程序包 top.potens.core.serialization
-
- top.potens.core.service - 程序包 top.potens.core.service
-
- top.potens.core.service.impl - 程序包 top.potens.core.service.impl
-
- top.potens.core.util - 程序包 top.potens.core.util
-
- toString() - 类 中的方法top.potens.core.model.ApiResult
-
U
- UserAuthorizationInterceptor - top.potens.core.interceptor中的类
-
功能描述:
- UserAuthorizationInterceptor() - 类 的构造器top.potens.core.interceptor.UserAuthorizationInterceptor
-
- UserAuthToken - top.potens.core.annotation中的注释类型
-
功能描述:
V
- valueOf(String) - 枚举 中的静态方法top.potens.core.enums.CommonExceptionCodeEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法top.potens.core.enums.EncryptAlgorithmEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法top.potens.core.enums.CommonExceptionCodeEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法top.potens.core.enums.EncryptAlgorithmEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WebMvcConfiguration - top.potens.core.config中的类
-
功能描述:
- WebMvcConfiguration() - 类 的构造器top.potens.core.config.WebMvcConfiguration
-
A B C D E F G H I J M N P R S T U V W
Copyright © 2020. All rights reserved.