- get(String) - 枚举 中的静态方法icu.easyj.core.env.EnvironmentType
-
根据枚举名获取枚举
- get(String) - 枚举 中的静态方法icu.easyj.core.env.RunMode
-
根据枚举名获取枚举
- get(String) - 类 中的静态方法icu.easyj.core.util.DateFormatFactory
-
获取当前线程的时间格式化实例
- get(DateFormatType) - 类 中的静态方法icu.easyj.core.util.DateFormatFactory
-
获取当前线程的常用时间格式化实例(时间格式)
- getAllFields(Class<?>) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
Gets all fields, excluding static or synthetic fields
- getAnnotation(Method, Class<T>) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get annotation from the method or super class method
- getAnnotationValue(Annotation, String) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get annotation value
- getAnnotationValues(Annotation) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get annotation values
- getAttribute(Attributes.Name) - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getAttribute(String) - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getAttributes() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getBaseEpochMicros() - 接口 中的方法icu.easyj.core.clock.ITickClock
-
获取基准微秒数
- getBaseEpochMicros() - 类 中的方法icu.easyj.core.clock.TickClock
-
- getBaseTickNanos() - 接口 中的方法icu.easyj.core.clock.ITickClock
-
获取基准记号纳秒数
- getBaseTickNanos() - 类 中的方法icu.easyj.core.clock.TickClock
-
- getByClass(Class<?>) - 枚举 中的静态方法icu.easyj.core.enums.DataType
-
根据数据类获取枚举
- getByCode(int) - 枚举 中的静态方法icu.easyj.core.enums.DataType
-
根据代码获取枚举
- getByType(String) - 枚举 中的静态方法icu.easyj.core.enums.DataType
-
根据类型字符串获取枚举
- getClassByName(String, ClassLoader) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
Gets class by name.
- getClassByName(String) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
Gets class by name.
- getClazz() - 枚举 中的方法icu.easyj.core.enums.DataType
-
- getClock(K) - 类 中的方法icu.easyj.core.clock.factory.AbstractRemotingClockFactory
-
获取远端时钟
- getClock(K) - 接口 中的方法icu.easyj.core.clock.factory.IRemotingClockFactory
-
获取远端时钟
- getCode() - 枚举 中的方法icu.easyj.core.enums.DataType
-
- getCoder(CharSequence) - 接口 中的方法icu.easyj.core.util.string.IStringService
-
获取String的coder属性值
- getCoder(CharSequence) - 类 中的静态方法icu.easyj.core.util.StringUtils
-
获取String的coder属性值
- getConversionService() - 类 中的静态方法icu.easyj.core.convert.ConvertUtils
-
获取转换服务
- getDate(Date) - 类 中的静态方法icu.easyj.core.util.DateUtils
-
获取指定时间的日期
- getErrorCode() - 异常错误 中的方法icu.easyj.core.exception.BaseException
-
获取错误码
- getErrorCode() - 异常错误 中的方法icu.easyj.core.exception.BaseRuntimeException
-
获取错误码
- getField(Class<?>, String) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get Field
- getFieldName() - 类 中的方法icu.easyj.core.code.analysis.CodeAnalysisResult
-
- getFieldValue(Object, Field) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get field value
- getFieldValue(Object, String) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get field value
- getFirst(List<T>) - 类 中的静态方法icu.easyj.core.util.CollectionUtils
-
获取列表的第一项,并保证线程安全。
- getFormat() - 枚举 中的方法icu.easyj.core.enums.DateFormatType
-
获取时间格式
- getInterfaces(Class<?>) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get all interface of the clazz
- getIp() - 类 中的静态方法icu.easyj.core.util.NetUtils
-
获取当前主机的 IP地址(多个网卡时,自动取第一个)
注:该方法有时候会获取到127.0.0.1,不建议使用,建议使用getInnerIp();
- getIpList() - 类 中的静态方法icu.easyj.core.util.NetUtils
-
获取所有网卡IP列表
- getJar(String, ClassLoader) - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取JAR信息
- getJar(String) - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取当前类加载器中的JAR信息
- getJarList(ClassLoader) - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取JAR列表(使用缓存)
- getJarList() - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取当前类加载器中的JAR列表(使用缓存)
- getJarMap(ClassLoader) - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取JAR集合
- getJarMap() - 类 中的静态方法icu.easyj.core.util.jar.JarUtils
-
获取当前类加载器中的JAR集合(使用缓存)
- getLast(List<T>) - 类 中的静态方法icu.easyj.core.util.CollectionUtils
-
获取列表的最后一项,并保证线程安全。
- getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get method
- getMethod(Class<?>, String) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get method
- getMethodName() - 类 中的方法icu.easyj.core.code.analysis.CodeAnalysisResult
-
- getName() - 接口 中的方法icu.easyj.core.json.IJSONService
-
获取服务名
- getName() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getParameters() - 类 中的方法icu.easyj.core.code.analysis.CodeAnalysisResult
-
- getPassedNanos() - 接口 中的方法icu.easyj.core.clock.ITickClock
-
获取已经过的纳秒数
说明:以baseTickNanos为基准,经过的纳秒数
- getResources(String) - 类 中的静态方法icu.easyj.core.util.ResourceUtils
-
获取位置下的所有文件资源
- getResources(String...) - 类 中的静态方法icu.easyj.core.util.ResourceUtils
-
获取所有位置下的所有文件资源
- getResourceUri(Resource) - 类 中的静态方法icu.easyj.core.util.ResourceUtils
-
获取资源路径
- getSingleton(Class<T>) - 类 中的静态方法icu.easyj.core.util.ReflectionUtils
-
get singleton for the class
- getSourceType() - 异常错误 中的方法icu.easyj.core.exception.ConverterNotFoundException
-
- getTargetType() - 异常错误 中的方法icu.easyj.core.exception.ConverterNotFoundException
-
- getTomorrowDate(Date) - 类 中的静态方法icu.easyj.core.util.DateUtils
-
获取指定时间的明天的日期
- getTypeDesc() - 枚举 中的方法icu.easyj.core.enums.DataType
-
- getUrl() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getValue(CharSequence) - 接口 中的方法icu.easyj.core.util.string.IStringService
-
获取String的value属性值
部分场景下,我们获取字符串的char数组,只是为了校验字符串,并没有任何修改、删除操作。
- getValue(CharSequence) - 类 中的静态方法icu.easyj.core.util.StringUtils
-
获取String的value属性值
部分场景下,我们获取字符串的char数组,只是为了校验字符串,并没有任何修改、删除操作。
- getVariableName() - 类 中的方法icu.easyj.core.code.analysis.CodeAnalysisResult
-
- getVersion() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getVersion() - 类 中的方法icu.easyj.core.util.version.VersionInfo
-
- getVersionInfo() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getVersionLong() - 类 中的方法icu.easyj.core.util.jar.JarInfo
-
- getVersionLong() - 类 中的方法icu.easyj.core.util.version.VersionInfo
-
- GSON - 接口 中的静态变量icu.easyj.core.loader.ServiceProviders
-
提供的服务有:JSON服务
开发者:谷歌(Google)