- getAccessibleField(Object, String) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
- getAccessibleMethod(Object, String, Class<?>...) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAccessibleMethodByName(Object, String) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAlgorithm() - 枚举 中的方法top.potens.core.enums.EncryptAlgorithmEnum
-
- getBean(String, Class<T>) - 类 中的静态方法top.potens.core.util.SpringUtil
-
根据beanId获取实体对象
- getBean(Class<T>) - 类 中的静态方法top.potens.core.util.SpringUtil
-
根据类型获取实体对象
- getClassGenricType(Class) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处 如无法找到, 返回Object.class. eg.
- getClassGenricType(Class, int) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
- 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
-
- getFieldValue(Object, String) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
直接读取对象属性值, 无视private/protected修饰符, 不经过getter函数.
- 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
-
- getUserClass(Object) - 类 中的静态方法top.potens.core.util.ReflectionsUtil
-
- 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
-