- each(T[], BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
-
Each.
- each(Iterable<T>, BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
-
Each.
- each(T[], BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
Each.
- each(Iterable<T>, BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
Each.
- each(NodeExecutor<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
该节点及其所有子节点使用传入执行器进行操作
深度优先
- each(NodeExecutor<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
-
树的所有子节点使用传入执行器进行操作
- each(NodeExecutor<T>) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
该节点及其所有子节点使用传入执行器进行操作
深度优先
- element() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
- EMPTY_BOOLEAN_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable boolean array.
- EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Boolean array.
- EMPTY_BYTE_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable byte array.
- EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Byte array.
- EMPTY_CHAR_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable char array.
- EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Character array.
- EMPTY_CLASS_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Class array.
- EMPTY_DOUBLE_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable double array.
- EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Double array.
- EMPTY_FLOAT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable float array.
- EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Float array.
- EMPTY_INT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable int array.
- EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Integer array.
- EMPTY_LONG_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable long array.
- EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Long array.
- EMPTY_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Object array.
- EMPTY_SHORT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable short array.
- EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable Short array.
- EMPTY_STRING_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
-
An empty immutable String array.
- encode(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
use ISO8859-1 as the input str charset, encode it to UTF-8.
- encode(String, Charset) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将一个字符串进行转码处理,使用系统默认字符集解码并使用传入字符集进行编码.
- encode(String, Charset, Charset) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将一个字符串进行转码处理.
- encode(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将一个字符串进行转码处理.
- encode(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将一个字符串进行转码处理.
- encode(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
use ISO8859-1 as the input str charset, encode it to UTF-8
- encode(String, Charset) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将一个字符串进行转码处理,使用系统默认字符集解码并使用传入字符集进行编码.
- encode(String, Charset, Charset) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将一个字符串进行转码处理.
- encode(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将一个字符串进行转码处理.
- encode(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将一个字符串进行转码处理.
- endWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断字符串是否以指定字符串结束,如果需要判断的源文本为null,返回false.
- endWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断字符串是否以指定字符串结束,如果需要判断的源文本为null,返回false.
- entrySet() - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Entry set.
- entrySet() - 类 中的方法cn.featherfly.common.structure.Groupable
-
Entry set.
- enumConvertors - 类 中的静态变量cn.featherfly.common.lang.Lang
-
- equals(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
- equals(Object, Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
安全的equals,防止空指针异常 .
- equals(Object, Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
安全的equals,防止空指针异常
.
- equals(Object) - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
- equals(Object) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
- equals(Object) - 类 中的方法cn.featherfly.common.location.LocationPoint
- equals(Object) - 类 中的方法cn.featherfly.common.location.RectangleRange
- equals(Object) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Equals.
- equals(Object) - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
- Equals - cn.featherfly.common.structure.tree.annotation中的注释类型
-
树结构对象标注判断是否相同的方法,返回boolean类型
- equals(Object) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
- equalsDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以日为最小单位判断第一个日期是否等于第二个日期
.
- equalsDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以日为最小单位判断第一个日期是否等于第二个日期
- equalsHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以小时为最小单位判断第一个日期是否等于第二个日期
.
- equalsHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以小时为最小单位判断第一个日期是否等于第二个日期
- equalsMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以分钟为最小单位判断第一个日期是否等于第二个日期
.
- equalsMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以分钟为最小单位判断第一个日期是否等于第二个日期
- equalsMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以月为最小单位判断第一个日期是否等于第二个日期
.
- equalsMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以月为最小单位判断第一个日期是否等于第二个日期
- equalsSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以秒为最小单位判断第一个日期是否等于第二个日期
.
- equalsSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以秒为最小单位判断第一个日期是否等于第二个日期
- equalsYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
以年为最小单位判断第一个日期是否等于第二个日期
.
- equalsYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
以年为最小单位判断第一个日期是否等于第二个日期
- error(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
-
error.
- error(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
-
记录日志(error级别)
.
- Errors - cn.featherfly.common.validate中的类
-
- Errors() - 类 的构造器cn.featherfly.common.validate.Errors
-
- exception - 类 中的变量cn.featherfly.common.exception.ExceptionWrapper
-
exception type.
- exception - 类 中的变量cn.featherfly.common.lang.Assert
-
exception type
- ExceptionCodeException - cn.featherfly.common.exception中的异常错误
-
ExceptionCodeException.
- ExceptionCodeException(ExceptionCode) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(ExceptionCode, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
构造方法.
- ExceptionCodeException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(String) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionCodeException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
-
Instantiates a new exception code exception.
- ExceptionWrapper<E extends java.lang.RuntimeException> - cn.featherfly.common.exception中的类
-
ExceptionWrapper
.
- ExceptionWrapper(Class<E>) - 类 的构造器cn.featherfly.common.exception.ExceptionWrapper
-
Instantiates a new exception wrapper.
- Executable - cn.featherfly.common.lang.executor中的接口
-
可执行接口
- execute(Executable) - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
-
- execute() - 接口 中的方法cn.featherfly.common.lang.executor.Executable
-
执行
- execute(Executable) - 接口 中的方法cn.featherfly.common.lang.executor.Executor
-
执行
- execute(T) - 接口 中的方法cn.featherfly.common.structure.tree.NodeExecutor
-
- Executor - cn.featherfly.common.lang.executor中的接口
-
执行者
- exists(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
-
判断是否存在.
- exists(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
判断是否存在.
- exists(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
-
判断是否存在.
- exists(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
-
判断是否存在.
- exists(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
-
判断是否存在.
- GB18030 - 接口 中的静态变量cn.featherfly.common.constant.Charset
-
- GB18030 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
-
GB18030
- GB2312 - 接口 中的静态变量cn.featherfly.common.constant.Charset
-
- GB2312 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
-
GB2312
- GBK - 接口 中的静态变量cn.featherfly.common.constant.Charset
-
- GBK - 接口 中的静态变量cn.featherfly.common.constant.Charsets
-
GBK
- generate() - 类 中的方法cn.featherfly.common.validate.CountValidateCodeGenerator
- generate(int) - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
-
使用系统默认字符源生成验证码.
- generate(int, String) - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
-
使用指定源生成验证码.
- generate() - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
- generate() - 接口 中的方法cn.featherfly.common.validate.ValidateCodeGenerator
-
- generateUUID() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
-
返回默认的UUID字符串(长度32位)
- generateUUID22Chars() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
-
生成长度为22的UUID.包含字符( a到z,`1234567890-=~!
- generateUUID22Letters() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
-
生成长度为22的UUID.包含字符( a到z,A到Z,0到9,-_ ).
- generateUUID32() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
-
生成长度为32的UUID
- generateUUID36() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
-
生成长度为36的UUID
- generateVerifyCode(int) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
-
使用系统默认字符源生成验证码
- generateVerifyCode(int, String) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
-
使用指定源生成验证码
- GenericClass<T> - cn.featherfly.common.lang.reflect中的类
-
GenericClass
.
- GenericClass(Class<T>) - 类 的构造器cn.featherfly.common.lang.reflect.GenericClass
-
Instantiates a new generic class.
- GenericType<T> - cn.featherfly.common.lang中的接口
-
GenericType.
- get(String, Class<T>) - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取参数
- get() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializableSupplierLambdaInfo
- get(List<T>) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
以给定的列表为源,随机抽取其中一个元素返回
- get(Object) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Gets the.
- get(K) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
-
Gets the key of value.
- getAge(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
使用系统当前日期与传入出生日期比较获得年龄
.
- getAge(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
使用传入比较日期与传入出生日期比较获得年龄.参数只要有一个为null,则返回null
- getAge(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
使用系统当前日期与传入出生日期比较获得年龄
- getAge(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
使用传入比较日期与传入出生日期比较获得年龄.参数只要有一个为null,则返回null
- getAncestors() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回当前节点的所有祖先节点.
- getAncestors() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回当前节点的所有祖先节点.
- getAnnotatedFields(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)被指定注解(annotationType)标注的所有字段【成员变量】(field)
会把父类里有被标注的字段也进行返回.
- getAnnotatedFields(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)被指定注解(annotationType)标注的所有字段【成员变量】(field) fromSuper 为
true 时会把父类里有被标注的字段也进行返回,为false则只返回本类的.
- getAnnotatedMethods(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)被指定注解(annotationType)标注的公共(public)方法(method).
- getAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回当前对象的指定类型注解.
- getAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回当前属性的指定类型注解.
- getAnnotation(A1, Class<A2>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获取标注的注解实力对象,如果没有标注,返回null.
- getAnnotation(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)的指定注解类型(annotationType), 会把父类里有被标注的字段也进行返回.
- getAnnotation(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)的指定注解类型(annotationType), fromSuper 为 true
时如果没有找到annotionType,则继续从父类查找.
- getAnnotations() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回当前对象的所有注解
.
- getAnnotations() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回当前属性的所有注解
- getAnnotations(A1, Class<A2>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获取标注的注解实力对象,如果没有标注,返回null.
- getAnnotations(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)的指定注解类型(annotationType), 会把父类里有被标注的字段也进行返回.
- getAnnotations(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回指定类型(objectType)的指定注解类型(annotationType), fromSuper 为 true
时如果没有找到annotionType,则继续从父类查找.
- getAnnotations() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
-
返回annotations
- getArgus() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
- getBaseDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
返回baseDir
- getBaseDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
-
返回baseDir
- getBeanDescriptor(Class<T>) - 类 中的静态方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定类型的描述.
- getBeanProperties() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
Gets the bean properties.
- getBeanProperty(int) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定索引属性.
- getBeanProperty(String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定属性.
- getBeanProperty(SerializableFunction<E, R>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定属性.
- getBeanProperty(SerializableBiConsumer<E, R>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定属性.
- getBeanProperty(SerializableConsumer<R>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定属性.
- getBeanProperty(SerializableSupplier<R>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定属性.
- getBeanProperty() - 类 中的方法cn.featherfly.common.bean.BeanPropertyValue
-
get beanProperty value.
- getBlackList() - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
-
获取黑名单集合
- getBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回blackList
- getBoolean() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个布尔值
- getBundle(String, Locale) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleFactory
-
getBundle
- getBundle(String, Locale, Charset) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleFactory
-
getBundle
- getBundle(String, Locale) - 接口 中的方法cn.featherfly.common.locale.ResourceBundleFactory
-
getBundle
- getBundle(String, Locale, Charset) - 接口 中的方法cn.featherfly.common.locale.ResourceBundleFactory
-
getBundle
- getBundle(String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getBundle,use default locale
- getBundle(String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getBundle,use default locale
- getBundle(String, Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getBundle
- getBundle(String, Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getBundle
- getCharset() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
-
返回charset.
- getCharset() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getCharset() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getChildBeanProperty(String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回指定子孙属性.
- getChildNodes() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回直属下级
- getChildNodes() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回直属下级
- getChildSize() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回子节点的数量
- getChildSize() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回子节点的数量
- getChineseNumber(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
-
Gets the chinese number.
- getClassPathInJar(URL) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
获取jar包内的path.
- getCode() - 类 中的方法cn.featherfly.common.validate.Errors
-
返回code
- getContentType() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
- getCopyRule() - 枚举 中的方法cn.featherfly.common.bean.rule.CopyRuleEnum
-
返回复制规则
- getCurrentDayOfMonth() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前日期(一月中的哪天).
- getCurrentDayOfMonth() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前日期(一月中的哪天)
- getCurrentDayOfWeek() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前是星期几. 1 - 7.
- getCurrentDayOfWeek() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前是星期几
- getCurrentHour() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前小时(24小时制).
- getCurrentHour() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前小时(24小时制)
- getCurrentMinute() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前分钟.
- getCurrentMinute() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前分钟
- getCurrentMonth() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前月,与Date和Calendar的0-11不同,返回的是1-12.
- getCurrentMonth() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前月,与Date和Calendar的0-11不同,返回的是1-12
- getCurrentSecond() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前秒.
- getCurrentSecond() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前秒
- getCurrentYear() - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回当前年.
- getCurrentYear() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回当前年
- getData(P) - 接口 中的方法cn.featherfly.common.data.Collector
-
返回数据
- getDate(int, int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
根据指定的 year,month,day 返回Date实例.
- getDate(int, int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
根据指定的 year,month,day 返回Date实例
- getDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的天数.
- getDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的天数.
- getDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期的日(一月中的哪天).
- getDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期的日(一月中的哪天)
- getDayOfWeek(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期是星期几,星期一是1,星期日是7.
- getDayOfWeek(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期是星期几,星期一是1,星期日是7
- getDayOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期是当年的第几天.
- getDayOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期是当年的第几天
- getDeclaringType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回declaringType
- getDepth() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回depth
- getDepth() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回depth
- getDirectory() - 类 中的方法cn.featherfly.common.io.Watcher
-
返回directory.
- getDistance(LocationPoint, LocationPoint) - 类 中的静态方法cn.featherfly.common.location.LocationUtils
-
Gets distance.
- getDouble() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
返回一个随机double
- getEndSymbol() - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
-
返回endSymbol.
- getErrorMessages() - 类 中的方法cn.featherfly.common.validate.Errors
-
返回errorMessages
- getEvents() - 类 中的方法cn.featherfly.common.io.Watcher
-
返回events.
- getEveryNode() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回该节点及其所有子孙节点(包含该节点)
- getEveryNode() - 类 中的方法cn.featherfly.common.structure.tree.Tree
-
返回该树所有节点的列表
- getEveryNode() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回该节点及其所有子孙节点(包含该节点)
- getExceptionCode() - 异常错误 中的方法cn.featherfly.common.exception.ExceptionCodeException
-
返回exceptionCode.
- getExceptionCode() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedCodeException
-
返回exceptionCode.
- getExecutorService() - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
-
返回executorService
- getExtDir() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
-
创建扩展目录
- getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
-
创建扩展目录
- getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
创建扩展目录
- getExtDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
-
创建扩展目录
- getExtDirs() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 ExtDirs
- getExtName() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
返回extName
- getField() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
- getField(E, String) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
-
返回字段值(绕过访问控制,可以访问私有字段)
- getField(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回目标类型的指定名称的字段,支持多层嵌套 例如, user.address.no
- getFieldErrors() - 类 中的方法cn.featherfly.common.validate.Errors
-
返回fieldErrors
- getFieldGenericParameterType(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的第一个泛型参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldGenericParameterType(Class<?>, String, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的指定位置的泛型参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldGenericParameterType(Class<?>, Field) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的第一个泛型参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldGenericParameterType(Class<?>, Field, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的泛型参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldGenericParameterTypes(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的所有泛型参数的实际类型列表,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldGenericParameterTypes(Class<?>, Field) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field的所有泛型参数的实际类型列表,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldType(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldType(Class<?>, Field) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得Field参数的实际类型,如果是已经具现化的泛型,则返回具现化的类型.
- getFieldValue(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回目标类型的指定类型的静态字段值,支持多层嵌套 例如, user.address.no
- getFieldValue(Object, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回目标对象的指定类型的字段值,支持多层嵌套 例如, user.address.no
- getFile() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
- getFileContent(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
读取文档正文.
- getFileContentLines(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
读取文档正文.
- getFileExtName(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到文件的扩展名.
- getFileExtName(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到文件的扩展名.
- getFileName() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
- getFileName(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
从文件路径得到文件名。.
- getFileName(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
从文件路径得到文件名.
- getFilePath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
从文件名得到文件绝对路径。.
- getFilePath(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
从文件得到文件绝对路径。.
- getFileSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 FileSeparator
- getFirstChild() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回第一个子节点
- getFirstChild() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回第一个子节点
- getFloat() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
返回一个随机Float
- getForExceptionType() - 类 中的方法cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
返回forExceptionType
- getFromTotal(double, int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
把传入总数分解为随机的传入份数
- getGaussian() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
返回一个随机Double
- getGenericType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
如果属性是一个支持泛型的对象,返回其泛型,如属性为类型java.util.Optional<java.lang.String>,则返回java.lang.String.
- getGenericTypes() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
如果属性是一个支持泛型的对象,返回其所有泛型列表.
- getGetter(Field, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回getter方法,包括getXxx和isXxx 没有找到返回null.
- getGroupUnit(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
-
Gets the group unit.
- getHost() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
-
返回host
- getHour(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期小时(24小时制).
- getHour(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期小时(24小时制)
- getId(File, String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
获取文件存储后的唯一标示
- getId(File) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
-
获取文件存储后的唯一标示
- getId() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
获取唯一标识
- getId() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
获取唯一标识
- getInstance() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.InstanceLambdaInfo
-
返回instance.
- getInt() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个整数
- getInt(int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
返回一个不大于max的随机整数
- getInterfaceGenericType(Class<?>, int, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得指定类实现的接口的泛型参数的实际类型.
- getInterfaceGenericType(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得指定类实现的接口的第一个泛型参数的实际类型.
- getInterfaceGenericTypeMap(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
- getInterfaceGenericTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
- getInvoker() - 类 中的静态方法cn.featherfly.common.lang.Lang
-
获取调用getInvoker方法所在的方法被调用的信息(即调用方法、类等) .
- getInvoker() - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
获取调用getInvoker方法所在的方法被调用的信息(即调用方法、类等)
.
- getInvokers() - 类 中的静态方法cn.featherfly.common.lang.Lang
-
获取调用此方法的调用方法栈 .
- getInvokers() - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
获取调用此方法的调用方法栈
.
- getJar(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获取指定类所在的JAR包的JAR文件.如果不是JAR文件中的返回null
- getJar(String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获取指定类所在的JAR包的JAR文件.如果不是JAR文件中的返回null
- getJavaClassPath() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaClassPath
- getJavaClassVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaClassVersion
- getJavaCompiler() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaCompiler
- getJavaHome() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaHome
- getJavaIoTmpdir() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaIoTmpdir
- getJavaLibraryPath() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaLibraryPath
- getJavaSpecificationName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaSpecificationName
- getJavaSpecificationVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaSpecificationVendor
- getJavaSpecificationVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaSpecificationVersion
- getJavaVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVendor
- getJavaVendorUrl() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVendorUrl
- getJavaVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVersion
- getJavaVmName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmName
- getJavaVmSpecificationName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmSpecificationName
- getJavaVmSpecificationVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmSpecificationVendor
- getJavaVmSpecificationVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmSpecificationVersion
- getJavaVmVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmVendor
- getJavaVmVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 JavaVmVersion
- getKey() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
- getKeys() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
-
- getKeys() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
-
ResourceBundle.getKeys()
- getLambdaInfo(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda info.
- getLambdaMethod(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda method.
- getLambdaMethod(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda method.
- getLambdaMethodName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda method name.
- getLambdaMethodName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda method name.
- getLambdaPropertyName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda property name.
- getLambdaPropertyName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the lambda property name.
- getLastChild() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回最后一个子节点
- getLastChild() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回最后一个子节点
- getLatitude() - 类 中的方法cn.featherfly.common.location.LocationPoint
-
Gets latitude.
- getLeftBottom() - 类 中的方法cn.featherfly.common.location.RectangleRange
-
Gets left bottom.
- getLeftTop() - 类 中的方法cn.featherfly.common.location.RectangleRange
-
Gets left top.
- getLength() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
返回文件大小.
- getLength(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
返回文件大小(速度快).如果文件不存在返回-1.
- getLength(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
获取传入字符串的长度,null返回0.
- getLength(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
获取传入字符串的长度,null返回0.
- getLength(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
获取传入字符串的长度,null返回0.
- getLength(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
获取传入字符串的长度,null返回0.
- getLetter() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个字母(随机大小写)
- getLetterLowerCase() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个小写字母
- getLetterUpperCase() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个大写字母
- getLimit() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
获取限制大小
- getLimit() - 类 中的方法cn.featherfly.common.structure.page.Limit
-
返回limit
- getLineSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 LineSeparator
- getListener() - 类 中的方法cn.featherfly.common.io.Watcher
-
返回listener.
- getLocale() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
- getLocale() - 类 中的方法cn.featherfly.common.locale.DefaultLocaleManager
-
get Locale
- getLocale() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
-
- getLocale() - 接口 中的方法cn.featherfly.common.locale.LocaleManager
-
get Locale
- getLocale() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
-
ResourceBundle.getLocale()
- getLocale() - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
获取ResourceBundleUtils在没有传入Locale时使用的默认Locale,默认Locale使用LocaleManager加载
- getLocalizedMessage() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
- getLogger() - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
-
- getLogger(String) - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
-
- getLogger(Class<?>) - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
-
- getLogic() - 类 中的方法cn.featherfly.common.data.GroupMatcher
-
返回logic
- getLong() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
返回一个随机Long
- getLongitude() - 类 中的方法cn.featherfly.common.location.LocationPoint
-
Gets longitude.
- getMatchers() - 类 中的方法cn.featherfly.common.data.GroupMatcher
-
返回matchers
- getMaxDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回某年某月的最大天数
.
- getMaxDayOfMonth(int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回某年某月的最大天数
.
- getMaxDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回某年某月的最大天数
- getMaxDayOfMonth(int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回某年某月的最大天数
- getMessage() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
- getMessage() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
- getMessage(Object...) - 接口 中的方法cn.featherfly.common.locale.LocalizedMessage
-
Gets the message.
- getMessage(Locale, Object...) - 接口 中的方法cn.featherfly.common.locale.LocalizedMessage
-
Gets the message.
- getMessage() - 类 中的方法cn.featherfly.common.validate.Errors
-
返回message
- getMessage() - 类 中的方法cn.featherfly.common.validate.FieldError
-
返回message
- getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
Gets the method.
- getMethod() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回method.
- getMethod() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
-
返回method
- getMethodDeclaredClassName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回methodDeclaredClassName.
- getMethodGenericParameterType(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第一个输入参数的第一个泛型参数的实际类型.
- getMethodGenericParameterType(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第一个输入参数的第一个泛型参数的实际类型.
- getMethodGenericParameterType(Class<?>, Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第index个输入参数的第一个泛型参数的实际类型.
- getMethodGenericParameterType(Class<?>, Method, int, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
- getMethodGenericParameterTypes(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第一个输入参数的所有泛型参数的实际类型列表.
- getMethodGenericParameterTypes(Class<?>, Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
- getMethodGenericParameterTypesAll(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法所有参数的所有泛型参数的实际类型列表.
- getMethodInstanceClassName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回methodInstanceClassName.
- getMethodName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回methodName.
- getMethodParameters() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
-
返回methodParameters
- getMethodParameterType(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得第一个方法参数对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodParameterType(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得第一个方法参数对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodParameterType(Class<?>, Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得指定方法参数对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodParameterTypes(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法参数对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodParameterTypes(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法参数对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodReturnType(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodReturnType(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回对象的实际类型,如果是具现化的泛型类型,则返回具现化的类型.
- getMethodReturnTypeGenericParameterType(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回值第一个泛型参数的实际类型.
- getMethodReturnTypeGenericParameterType(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回值第一个泛型参数的实际类型.
- getMethodReturnTypeGenericParameterType(Class<?>, Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回值泛型参数的实际类型.
- getMethodReturnTypeGenericParameterTypes(Class<?>, String, Class<?>...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回对象的所有泛型参数的实际类型列表,如果是已经具现化的泛型,则返回具现化的类型.
- getMethodReturnTypeGenericParameterTypes(Class<?>, Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
获得方法返回对象的所有泛型参数的实际类型列表,如果是已经具现化的泛型,则返回具现化的类型.
- getMinute(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期分钟.
- getMinute(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期分钟
- getModifier() - 枚举 中的方法cn.featherfly.common.lang.reflect.Modifier
-
返回java.lang.reflect.Modifier对应的int值
- getModule() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
- getModule() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
-
返回module
- getModule() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
-
返回module
- getMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期的月份,与Date和Calendar的0-11不同,返回的是1-12.
- getMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期的月份,与Date和Calendar的0-11不同,返回的是1-12
- getMonthNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的月份数(包含天数计算).
- getMonthNumber(Date, Date, boolean) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的月份数.
- getMonthNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的月份数(包含天数计算).
- getMonthNumber(Date, Date, boolean) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的月份数.
- getName() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回属性名称
- getName() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
-
返回name
- getName() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
-
返回name
- getName() - 类 中的方法cn.featherfly.common.validate.FieldError
-
返回name
- getNextSibling() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回相邻的下一个节点
- getNextSibling() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回相邻的下一个节点
- getNodeObject() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回nodeObject
- getNodeObject() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNode
-
返回nodeObject
- getNum() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
- getNumber() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个数字,(0-9)
- getNumber() - 接口 中的方法cn.featherfly.common.structure.page.Page
-
获取当前页数(第几页)
- getNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
-
获取当前页数(第几页)
- getNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
获取当前页数(第几页)
- getObjectInfo(Object) - 类 中的方法cn.featherfly.common.lang.LogUtils
-
返回对象属性信息.发生异常返回null
- getOffset() - 类 中的方法cn.featherfly.common.structure.page.Limit
-
返回offset
- getOrDefault(Object, V) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Gets the or default.
- getOsArch() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 OsArch
- getOsName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 OsName
- getOsVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 OsVersion
- getOwnerType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回ownerType
- getPageNumber() - 接口 中的方法cn.featherfly.common.structure.page.Page
-
- getPageNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
-
已过时。
- getPageNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
已过时。
- getPageResults() - 接口 中的方法cn.featherfly.common.structure.page.PaginationResults
-
获取结果集
- getPageResults() - 类 中的方法cn.featherfly.common.structure.page.SimplePaginationResults
-
获取结果集
- getPageSize() - 接口 中的方法cn.featherfly.common.structure.page.Page
-
- getPageSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
-
已过时。
- getPageSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
已过时。
- getParameter(String) - 接口 中的方法cn.featherfly.common.form.Parameter
-
返回param
- getParameterMap() - 接口 中的方法cn.featherfly.common.form.Parameter
-
返回param
- getParameterNames() - 接口 中的方法cn.featherfly.common.form.Parameter
-
返回参数名集合
- getParameters(String) - 接口 中的方法cn.featherfly.common.form.Parameter
-
返回params
- getParent() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回上级
- getParent() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回上级
- getParentPath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到上级路径.
- getParentPath(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到上级路径.
- getPathIndex(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到路径分隔符在文件路径中首次出现的位置。
- getPathIndex(String, int) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到路径分隔符在文件路径中指定位置后首次出现的位置。
- getPathInJar(URL) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
获取jar包内的path.
- getPathLsatIndex(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到路径分隔符在文件路径中最后出现的位置。
- getPathLsatIndex(String, int) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到路径分隔符在文件路径中指定位置前最后出现的位置。
- getPathSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 PathSeparator
- getPort() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
-
返回port
- getPosition() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回自己的位置
- getPosition() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回自己的位置
- getPreviousSibling() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回相邻的上一个节点
- getPreviousSibling() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回相邻的上一个节点
- getPrimitiveClassValueMethodName(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
Gets the primitive wrapped.
- getPrimitiveWrapped(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
Gets the primitive wrapped.
- getProgenys() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回该节点下的所有子孙节点(包含下级的下级,不包含该节点).
- getProgenys() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回该节点下的所有子孙节点(包含下级的下级,不包含该节点).
- getProject() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
-
返回project
- getProject() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
-
返回project
- getProperty(T, String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
返回属性
.
- getProperty(E, String) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
-
返回属性值
- getProperty(T, String) - 类 中的方法cn.featherfly.common.bean.MapBeanDescriptor
-
返回属性
- getProperty(String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getProperty(String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getProperty(String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 key对应的属性
- getPropertyName() - 异常错误 中的方法cn.featherfly.common.bean.PropertyException
-
- getPropertyName(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回访问方法的属性名.
- getPropertyName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回propertyName.
- getPropertyNames() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getPropertyNames() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getPropertyPart(String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getPropertyPart(String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getPropertyParts() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- getPropertyParts() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- getPropertyType() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回propertyType
- getProtocol() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
-
获取协议
- getQueue() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
获取队列
- getRandom(List<T>) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
以给定的列表为源,随机抽取其中一个元素返回
- getRandomBoolean() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个布尔值
- getRandomDouble() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
返回一个随机double
- getRandomFloat() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
返回一个随机Float
- getRandomFromTotal(double, int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
把传入总数分解为随机的传入份数
- getRandomGaussian() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
返回一个随机Double
- getRandomInt() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个整数
- getRandomInt(int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
返回一个不大于max的随机整数
- getRandomLetter() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个字母(随机大小写)
- getRandomLetterLowerCase() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个小写字母
- getRandomLetterUpperCase() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个大写字母
- getRandomLong() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
返回一个随机Long
- getRandomNumber() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个数字,(0-9)
- getRandomString(int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个字符串(大小写字母,数字0-9)
- getRandomString(int, RandomUtils.CharType...) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个字符串,包含大写,小写还是数字又传入参数charTypes确定
- getRandomString(List<T>, int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
以给定的列表为源,随机抽取其中一个元素返回
- getRandomWord() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
-
已过时。
随机返回一个字符(大小写字母,数字0-9)
- getRawType(Type) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
getRawType.
- getRectanglePoint(LocationPoint, double) - 类 中的静态方法cn.featherfly.common.location.LocationUtils
-
Gets rectangle range.
- getRecursionLevel() - 类 中的方法cn.featherfly.common.lang.LogUtils
-
Gets the recursion level.
- getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
返回relativeDir
- getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
-
返回relativeDir
- getRelativeDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
-
返回relativeDir
- getRelativeDir() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
-
返回relativeDir
- getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
-
返回renamePolicy
- getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
-
返回renamePolicy
- getReplaceString(String, String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将字符串中的变量(以“%”为前导后接数字)使用values数组中的内容进行替换。
- getReplaceString(String, String, String[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
将字符串中的变量使用values数组中的内容进行替换。
- getReplaceString(String, String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将字符串中的变量(以“%”为前导后接数字)使用values数组中的内容进行替换。
- getReplaceString(String, String, String[]) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
将字符串中的变量使用values数组中的内容进行替换。
- getResource(String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
加载给定的资源.
- getResource(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
加载给定的资源.
- getResourceAsStream(String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
这是一个用来方便的加载流资源的方法.
- getResourceAsStream(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
这是一个用来方便的加载流资源的方法.
- getResources(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
加载给定名称的所有资源,将搜索类加载器或得的所有结果汇总.
- getResources(String, Class<?>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
加载给定名称的所有资源,将搜索类加载器或得的所有结果汇总.
- getResultSize() - 接口 中的方法cn.featherfly.common.structure.page.PaginationResults
-
获取结果集数量
- getResultSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePaginationResults
-
返回resultSize
- getReturnType() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
-
返回returnType
- getRightBottom() - 类 中的方法cn.featherfly.common.location.RectangleRange
-
Gets right bottom.
- getRightTop() - 类 中的方法cn.featherfly.common.location.RectangleRange
-
Gets right top.
- getRootDir(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
获取文件根目录
.
- getRootDir() - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
获取当前运行程序所在的文件根目录
.
- getRootNode() - 类 中的方法cn.featherfly.common.structure.tree.Tree
-
返回rootNode
- getSecond(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期秒.
- getSecond(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期秒
- getSerializableConsumerLambdaInfo(SerializableConsumer<T>) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the serializable supplier lambda info.
- getSerializableSupplierLambdaInfo(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the serializable supplier lambda info.
- getSerializedLambda(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
Gets the serialized lambda.
- getSerializedLambda() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回serializedLambda.
- getSerializedLambdaInfo() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.InstanceLambdaInfo
-
返回serializedLambdaInfo.
- getSetter(Field, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回setter方法 没有找到返回null.
- getShow() - 类 中的方法cn.featherfly.common.validate.ValidateCode
-
返回show
- getSize() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
返回文件带单位表示的大小,单位(KB,MB,GB等).
- getSize() - 接口 中的方法cn.featherfly.common.structure.page.Page
-
获取每页数量
- getSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
-
获取每页数量
- getSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
获取每页数量
- getSize() - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
-
返回size.
- getStartSymbol() - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
-
返回startSymbol.
- getStorageId() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
-
返回storageId
- getString(int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个字符串(大小写字母,数字0-9)
- getString(int, Randoms.CharType...) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个字符串,包含大写,小写还是数字又传入参数charTypes确定
- getString(List<T>, int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
以给定的列表为源,随机抽取其中一个元素返回
- getString(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
如果为null,返回空字符串,否则返回传入字符串.
- getString(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
如果为null,空字符串,返回第二个参数,否则返回第一个参数.
- getString(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
如果为null,空字符串,(当ignoreCaseNullStr为false,还要判断字符串"null"和"NULL")
返回第二个参数,否则返回第一个参数.
- getString(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
如果为null,返回空字符串,否则返回传入字符串
- getString(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
如果为null,空字符串,返回第二个参数,否则返回第一个参数
- getString(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
如果为null,空字符串,(当ignoreCaseNullStr为false,还要判断字符串"null"和"NULL")
返回第二个参数,否则返回第一个参数
- getString(String) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
-
- getString(String) - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
-
- getString(String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, Object[]) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, Object[], Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(String, String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Object[]) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Object[], Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getString(Class<?>, String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
-
getString
- getStringArray(String) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
-
- getStringArray(String) - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
-
- getSubpath(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
得到相对路径。
- getSuperClassAllGenericTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
- getSuperClassGenericType(Class<?>, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型.
- getSuperClassGenericType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的第一个泛型参数的实际类型.
- getSuperClassGenericTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
- getSuperClassGenricType(Class<?>, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
- getSuperClassGenricType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
- getSuperClassGenricTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
- getTime(LocalDateTime) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
Gets the time.
- getTime(LocalDateTime, ZoneId) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
Gets the time.
- getTime(int, int, int, int, int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
根据指定的 year,month,day,hour,minute,second 返回Date实例.
- getTime(Date, Dates.TimeType) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回给定日期按照指定单位的一个数字表示值.
- getTime(int, int, int, int, int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
根据指定的 year,month,day,hour,minute,second 返回Date实例
- getTime(Date, DateUtils.TimeType) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回给定日期按照指定单位的一个数字表示值
- getTotal() - 接口 中的方法cn.featherfly.common.structure.page.Pagination
-
获取总数
- getTotal() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
获取总数
- getTotalPage() - 接口 中的方法cn.featherfly.common.structure.page.Pagination
-
获取总页数
- getTotalPage() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
-
获取总页数
- getType() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
Gets the type.
- getType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
返回属性类型
- getType() - 接口 中的方法cn.featherfly.common.lang.GenericType
-
返回type
- getType() - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
-
返回type
- getType() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
-
返回type
- getTypeName() - 类 中的方法cn.featherfly.common.bean.BeanProperty
- getTypeName() - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
- getUnit(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
-
Gets the unit.
- getUnixFilePath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
从文件名得到UNIX风格的文件绝对路径。.
- getURI(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
返回文件的URI地址.
- getUserDir() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 UserDir
- getUserHome() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 UserHome
- getUserName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回 UserName
- getValid() - 类 中的方法cn.featherfly.common.validate.ValidateCode
-
返回valid
- getValue(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
获取属性
- getValue() - 类 中的方法cn.featherfly.common.bean.BeanPropertyValue
-
get value value.
- getValue() - 枚举 中的方法cn.featherfly.common.lang.date.Week
-
返回value
- getValue() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializableSupplierLambdaInfo
-
返回value.
- getValue(K) - 类 中的方法cn.featherfly.common.structure.Groupable
-
Gets the value.
- getValue() - 类 中的方法cn.featherfly.common.structure.Groupable
-
Gets the value.
- getValue() - 类 中的方法cn.featherfly.common.validate.FieldError
-
返回value
- getValueByGroup(K) - 类 中的方法cn.featherfly.common.structure.Groupable
-
Gets the value by group.
- getValueForce(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
强制获取属性,使用field而非getter获取
- getVariable(String) - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取指定变量
- getVariableMap() - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取变量MAP
- getVersion() - 类 中的方法cn.featherfly.common.io.file.rename.VersionRenamePolicy
-
返回version
- getWeekOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期是当年的第几个星期.以星期一为一个星期的开始时间
- getWeekOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期是当年的第几个星期.以星期一为一个星期的开始时间
- getWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回whiteList
- getWhiteList() - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
-
返回whiteList
- getWord() - 类 中的静态方法cn.featherfly.common.lang.Randoms
-
随机返回一个字符(大小写字母,数字0-9)
- getWorkDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的工作日天数.
- getWorkDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的工作日天数.
- getYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
返回传入日期的年份.
- getYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
返回传入日期的年份
- getYearNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的年分数(包含月份与天数计算).
- getYearNumber(Date, Date, boolean, boolean) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
获取两个日期中间的年分数.
- getYearNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的年分数(包含月份与天数计算).
- getYearNumber(Date, Date, boolean, boolean) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
获取两个日期中间的年分数.
- Groupable<K,V> - cn.featherfly.common.structure中的类
-
Groupable.
- Groupable(V) - 类 的构造器cn.featherfly.common.structure.Groupable
-
Instantiates a new groupable.
- Groupable(V, Map<K, V>) - 类 的构造器cn.featherfly.common.structure.Groupable
-
Instantiates a new groupable.
- GroupMatcher<M extends Matcher<O>,O> - cn.featherfly.common.data中的类
-
匹配器组
- GroupMatcher() - 类 的构造器cn.featherfly.common.data.GroupMatcher
-
- GroupMatcher(M...) - 类 的构造器cn.featherfly.common.data.GroupMatcher
-
- GroupMatcher(Logic, M...) - 类 的构造器cn.featherfly.common.data.GroupMatcher
-
- groupSet() - 类 中的方法cn.featherfly.common.structure.Groupable
-
Group set.
- ifEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
- ifEmpty(O, Supplier<R>, Function<O, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
- ifEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法
.
- ifEmpty(O, Supplier<R>, Function<O, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法
.
- ifExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
- ifExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
- ifExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法
.
- ifExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法
.
- ifFalse(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
ifTrue.
- ifFalse(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
ifTrue.
- ifNotEmpty(O, Consumer<O>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
- ifNotEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
- ifNotEmpty(O, Function<O, R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
- ifNotEmpty(O, Consumer<O>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法
.
- ifNotEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法
.
- ifNotEmpty(O, Function<O, R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法
.
- ifNotExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
- ifNotExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
- ifNotExists(File, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
- ifNotExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法
.
- ifNotExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法
.
- ifNotExists(File, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法
.
- ifTrue(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
ifTrue.
- ifTrue(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
ifTrue.
- IllegalArgumentAssert - cn.featherfly.common.lang.asserts中的类
-
IllegalArgumentAssert
类的说明放这里
- IllegalArgumentAssert() - 类 的构造器cn.featherfly.common.lang.asserts.IllegalArgumentAssert
-
- ILocalizedAssert<E extends java.lang.RuntimeException> - cn.featherfly.common.lang.asserts中的接口
-
IAssertLocalized
.
- indexOf(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回指定子节点的序列值(index)
- indexOf(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回指定子节点的序列值(index)
- info(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
-
info.
- info(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
-
记录日志(info级别)
.
- InitException - cn.featherfly.common.exception中的异常错误
-
InitException
- InitException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(String) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- InitException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- initialValue() - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
- initTypeGenericParam(Class<T>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
-
初始化泛型参数
.
- insertChildNode(TreeNode<E>, int) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
在指定位置插入子节点
- insertChildNode(T, int) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
在指定位置插入子节点
- insertChildNodeAfter(TreeNode<E>, TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
在指定节点(refChildNode)之前插入(insertChildNode)
如果找不到refChildNode就插入在最后
- insertChildNodeAfter(T, T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
在指定节点(refChildNode)之前插入(insertChildNode)
如果找不到refChildNode就插入在最后
- insertChildNodeBefore(TreeNode<E>, TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
在指定节点(refChildNode)之前插入(insertChildNode)
如果找不到refChildNode就插入在最后
- insertChildNodeBefore(T, T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
在指定节点(refChildNode)之前插入(insertChildNode)
如果找不到refChildNode就插入在最后
- InstanceLambdaInfo(LambdaUtils.SerializedLambdaInfo, Object) - 类 的构造器cn.featherfly.common.lang.LambdaUtils.InstanceLambdaInfo
-
Instantiates a new instance lambda info.
- Instances - cn.featherfly.common.lang中的类
-
Instances
.
- Instances() - 类 的构造器cn.featherfly.common.lang.Instances
-
- instantiateClass(Class<T>) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
-
实例化.
- instantiateClass(Class<T>, Object...) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
-
实例化.
- instantiateClass(Constructor<T>, Object[]) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
-
实例化.
- invokeMethod(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke static method.
- invokeMethod(Class<?>, String, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke static method.
- invokeMethod(Class<?>, Method, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke static method.
- invokeMethod(Object, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke object method.
- invokeMethod(Object, String, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke object method.
- invokeMethod(Object, Method, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
invoke object method.
- IOException - cn.featherfly.common.exception中的异常错误
-
IOException
.
- IOException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(String) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- IOException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- isAbstractClass(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
判断传入类型是否是抽象类
.
- isAllow(T) - 接口 中的方法cn.featherfly.common.policy.AllowPolicy
-
是否允许
- isAllow(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
是否允许
- isAncestor(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
- isAncestor(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
- isAutoClearNodeList() - 类 中的方法cn.featherfly.common.structure.tree.Tree
-
返回autoClearNodeList
- isBasicType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是基础类型,包括基本类型,基本类型包装类, String,StringBuffer,StringBuilder
AtomicInteger,AtomicLong,BigDecimal,BigInteger java.util.Date
java.sql.Date,java.sql.Time,java.sql.Timestamp 注意:不包括这些类的子类
- isCellection(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是cellection接口,及其子接口或实现类.
- isChanged(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
判断传入的文件自系统启动后是否修改过.
- isChildNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
判断当前节点是否是传入节点的子节点
- isChildNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
判断当前节点是否是传入节点的子节点
- isCopyEnabled(Object, Object, String, Object) - 接口 中的方法cn.featherfly.common.bean.rule.CopyRule
-
是否复制
- isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleAlwaysCopy
-
是否复制
- isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseEmpty
-
是否复制
- isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseNull
-
是否复制
- isDirectory(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is directory.
- isDirectory(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if arguDescpu file is not directory, throw exception.
- isDirectory(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if arguDescpu file is not directory, throw exception.
- isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
-
返回传入数组是否为空(是null或size=0).
- isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
-
返回传入集合是否为空(是null或size=0)
.
- isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0) .
- isEmpty(Optional<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入Optional是否为空(是null或者内部数据为null) .
- isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入字符串是否为空(是null或是空字符串) .
- isEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回数组是否为空(是null或是空数组) .
- isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入集合是否为空(是null或size=0) .
- isEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入map是否为空(是null或size=0) .
- isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0)
.
- isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入字符串是否为空(是null或是空字符串)
.
- isEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回数组是否为空(是null或是空数组)
.
- isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入集合是否为空(是null或size=0)
.
- isEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入map是否为空(是null或size=0)
.
- isEmpty(String[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串数组是否为null,0长度或者全部是空字符串(即""和null).
- isEmpty(Collection<String>) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串集合是否为null,0长度或者全部是空字符串(即""和null).
- isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串是否是空字符串(即""和null)
.
- isEmpty(String[]) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串数组是否为null,0长度或者全部是空字符串(即""和null).
- isEmpty(Collection<String>) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串集合是否为null,0长度或者全部是空字符串(即""和null).
- isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串是否是空字符串(即""和null)
- isEmpty() - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Checks if is empty.
- isEmpty() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
- isEnableBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回enableBlackList
- isEnabled() - 类 中的方法cn.featherfly.common.lang.LogUtils
-
Checks if is enabled.
- isEnableWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回enableWhiteList
- isEquals(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
null安全的判断两个字符串是否相等,如果两个都为null,返回true.
- isEquals(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
null安全的判断两个字符串是否相等,如果两个都为null,返回true.
- isEquals(T, T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
判断传入目标是否一致
- isEqualsIgnoreCase(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
null安全的判断两个字符串是否相等,忽略大小写,如果两个都为null,返回true.
- isEqualsIgnoreCase(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
null安全的判断两个字符串是否相等,忽略大小写,如果两个都为null,返回true.
- isExist(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
判断指定的文件是否存在。.
- isExists(File, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
- isExists(File, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
- isExists(File) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
- isExists(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is exists.
- isExists(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
.
- isExists(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
.
- isExists(File, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
- isExists(File, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
- isExists(File) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否存在 .
- isExists(File) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否存在
.
- isFalse(boolean, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断为false,如果为true,抛出指定异常
- isFalse(boolean, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断为false,如果为true,抛出指定异常
- isFile(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is file.
- isFile(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if arguDescpu file is not a file, throw exception.
- isFile(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if arguDescpu file is not a file, throw exception.
- isFirst() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
当前节点是否是第一个节点.
- isFirst() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
当前节点是否是第一个节点.
- isGe(N, N, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is ge.
- isGe(NumberSupplier<N>, N) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is ge.
- isGe(N, N, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min throw exception.
- isGe(NumberSupplier<N>, N) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min throw exception.
- isGe(N, N, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is < min throw exception.
- isGe(NumberSupplier<N>, N) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is < min throw exception.
- isGetter(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是get方法(以get或is开头).
- isGt(N, N, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is gt.
- isGt(NumberSupplier<N>, N) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is gt.
- isGt(N, N, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is <= min throw exception.
- isGt(NumberSupplier<N>, N) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is <= min throw exception.
- isGt(N, N, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is <= min throw exception.
- isGt(NumberSupplier<N>, N) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is <= min throw exception.
- isInBlackList(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
判断传入目标是否在黑名单中
- isInRange(N, N, N, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is in range.
- isInRange(NumberSupplier<N>, N, N) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is in range.
- isInRange(N, N, N, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min or > max, throw exception.
- isInRange(NumberSupplier<N>, N, N) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min or > max, throw exception.
- isInRange(N, N, N, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is < min or > max, throw exception.
- isInRange(NumberSupplier<N>, N, N) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is < min or > max, throw exception.
- isInstanceClass(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
判断传入类型是否是可实例化的类
.
- isInstanceOf(Class<?>, Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
- isInstanceOf(Class<?>, Object) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
- isInstanceOf(Class<?>, Object) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is instance of.
- isInstanceOf(Class<?>, Object) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
.
- isInstanceOf(Class<?>, Object) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
.
- isInstanceOf(Class<?>, Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
- isInstanceOf(Class<?>, Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
- isInteger(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入的字符串是否为整数(使用10进制判断)
.
- isInteger(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入的字符串是否为整数(使用指定进制判断)
.
- isInteger(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入的字符串是否为整数(使用10进制判断)
- isInteger(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入的字符串是否为整数(使用指定进制判断)
- isInWhiteList(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
判断传入目标是否在白名单中
- isLast() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
当前节点是否是最后一个节点.
- isLast() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
当前节点是否是最后一个节点.
- isLe(N, N, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is le.
- isLe(NumberSupplier<N>, N) - 类 中的方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is le.
- isLe(N, N, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is > max, throw exception.
- isLe(NumberSupplier<N>, N) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is > max, throw exception.
- isLe(N, N, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is > max, throw exception.
- isLe(NumberSupplier<N>, N) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is > max, throw exception.
- isLeaf() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回是否是叶节点(没有子节点)
- isLeaf() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回是否是叶节点(没有子节点)
- isLinux() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回是否是linux操作系统
- isLt(N, N, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is lt.
- isLt(NumberSupplier<N>, N) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is lt.
- isLt(N, N, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is >= max, throw exception.
- isLt(NumberSupplier<N>, N) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is >= max, throw exception.
- isLt(N, N, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is >= max, throw exception.
- isLt(NumberSupplier<N>, N) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is >= max, throw exception.
- isMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是map接口,及其子接口或实现类.
- isModifier(int) - 枚举 中的方法cn.featherfly.common.lang.reflect.Modifier
-
判断是否是java.lang.reflect.Modifier
- isNotBlank(String, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
- isNotBlank(String, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
- isNotBlank(String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
- isNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not blank.
- isNotBlank(SerializableSupplier<String>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not blank.
- isNotBlank(String, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
.
- isNotBlank(SerializableSupplier<String>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
.
- isNotBlank(String, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
.
- isNotBlank(SerializableSupplier<String>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
.
- isNotBlank(String, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
- isNotBlank(String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
- isNotBlank(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串是否不是空白字符串(即包含空白字符以外的字符)
.
- isNotBlank(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串是否不是空白字符串(即包含空白字符以外的字符)
- isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
- isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断不为空或空串,判断失败抛出指定异常
- isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断数组不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断集合不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断MAP不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
-
返回传入数组是否不为空(是null或size=0).
- isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
- isNotEmpty(Object) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
- isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空或空串,判断失败抛出指定异常
- isNotEmpty(String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空或空串,判断失败抛出指定异常
- isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断数组不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Object[]) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断数组不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断集合不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断集合不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断MAP不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Map<?, ?>) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断MAP不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Object, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(Object[], String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(Collection<?>, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(Map<?, ?>, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not empty.
- isNotEmpty(Object, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
.
- isNotEmpty(SerializableSupplier<T>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
.
- isNotEmpty(String, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空或空串,判断失败抛出指定异常
.
- isNotEmpty(Object[], String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断数组不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(Collection<?>, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断集合不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(Map<?, ?>, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断MAP不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
.
- isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空或空串,判断失败抛出指定异常
.
- isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断数组不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断集合不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断MAP不为null或size不为0,判断失败抛出指定异常
.
- isNotEmpty(SerializableSupplier<T>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
.
- isNotEmpty(Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
- isNotEmpty(Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
- isNotEmpty(String, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空或空串,判断失败抛出指定异常
- isNotEmpty(String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空或空串,判断失败抛出指定异常
- isNotEmpty(Object[], String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断数组不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Object[], Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断数组不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断集合不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断集合不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Map<?, ?>, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断MAP不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Map<?, ?>, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断MAP不为null或size不为0,判断失败抛出指定异常
- isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
-
返回传入集合是否不为空(不是null或size>0)
.
- isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入对象是否不为空(String、Collection、Map、Array还要判断长度是否为0) .
- isNotEmpty(Optional<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入Optional是否不为空(不是null或者内部数据不为null) .
- isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入字符串是否不为空(不是null或不是空字符串) .
- isNotEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回数组是否不为空(null或空数组) .
- isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入集合是否不为空(不是null或size>0) .
- isNotEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回传入map是否不为空(不是null或size>0) .
- isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入对象是否不为空(String、Collection、Map、Array还要判断长度是否为0)
.
- isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入字符串是否不为空(不是null或不是空字符串)
.
- isNotEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回数组是否不为空(null或空数组)
.
- isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入集合是否不为空(不是null或size>0)
.
- isNotEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回传入map是否不为空(不是null或size>0)
.
- isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串是否不是空字符串(即""和null以外的)
.
- isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串是否不是空字符串(即""和null以外的)
- isNotExists(File) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
判断传入文件对象代表的物理文件是否不存在 .
- isNotExists(File) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
判断传入文件对象代表的物理文件是否不存在
.
- isNotInterface(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not interface.
- isNotInterface(Class<?>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if arguDescpu classType is interface, throw exception.
- isNotInterface(Class<?>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if arguDescpu classType is interface, throw exception.
- isNotNull(Object, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
-
已过时。
判断不为空,如果为空,抛出指定异常
- isNotNull(Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空,如果为空,抛出指定异常
- isNotNull(Object) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断不为空,如果为空,抛出指定异常
- isNotNull(Object, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not null.
- isNotNull(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is not null.
- isNotNull(Object, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断不为空,如果为空,抛出指定异常
.
- isNotNull(SerializableSupplier<T>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if null, throw exception
.
- isNotNull(Object, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断不为空,如果为空,抛出指定异常
.
- isNotNull(SerializableSupplier<T>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if null, throw exception
.
- isNotNull(Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空,如果为空,抛出指定异常
- isNotNull(Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断不为空,如果为空,抛出指定异常
- isNull(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
判断传入字符串是否为空以及是否为字符串null(不区分大小写).
- isNull(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
判断传入字符串是否为空以及是否为字符串null(不区分大小写).
- ISO8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charset
-
- ISO_8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charset
-
- ISO_8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
-
ISO8859_1
- isParent(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is parent.
- isParent(Class<?>, Class<?>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
判断类型(第一个参数)是指定类型(第二个参数)的父类(包括接口实现和类继承),判断失败抛出指定异常
.
- isParent(Class<?>, Class<?>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
判断类型(第一个参数)是指定类型(第二个参数)的父类(包括接口实现和类继承),判断失败抛出指定异常
.
- isParent(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
判断第一个参数是否是第二个参数的父类(父接口).
- isParent(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
- isParent(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
- isProgeny(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
- isProgeny(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
- isReadable() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
当前属性是否是可读属性,拥有getter
- isResourceInJar(URL) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
判断传入资源是否是jar包内的资源.
- isRoot() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
-
返回是否是根
- isRoot() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
-
返回是否是根
- isSetter(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是set方法(以set开头).
- isTrue(boolean, String) - 类 中的方法cn.featherfly.common.lang.Assert
-
判断为true,如果为false,抛出指定异常
- isTrue(boolean, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
-
判断为true,如果为false,抛出指定异常
- isWindows() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
-
返回是否是windows操作系统
- isWithDay() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
-
返回withDay
- isWithDay() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
-
返回withDay
- isWithExtName() - 类 中的方法cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
-
返回是否包含扩展名
- isWithMonth() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
-
返回withMonth
- isWithMonth() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
-
返回withMonth
- isWithYear() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
-
返回withYear
- isWithYear() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
-
返回withYear
- isWritable() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
当前属性是否是可写属性,拥有setter
- iterator() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
- LambdaUtils - cn.featherfly.common.lang中的类
-
LambdaUtils
.
- LambdaUtils() - 类 的构造器cn.featherfly.common.lang.LambdaUtils
-
- LambdaUtils.InstanceLambdaInfo - cn.featherfly.common.lang中的类
-
The Class InstanceLambdaInfo.
- LambdaUtils.SerializableConsumerLambdaInfo<T> - cn.featherfly.common.lang中的类
-
The Class SerializableConsumerLambdaInfo.
- LambdaUtils.SerializableSupplierLambdaInfo<T> - cn.featherfly.common.lang中的类
-
The Class SerializableSupplierLambdaInfo.
- LambdaUtils.SerializedLambdaInfo - cn.featherfly.common.lang中的类
-
The Class SerializedLambdaInfo.
- Lang - cn.featherfly.common.lang中的类
-
对一些在语法上显得拖沓的常用操作进行封装的工具类 .
- LangUtils - cn.featherfly.common.lang中的类
-
- Limit - cn.featherfly.common.structure.page中的类
-
Limit
- Limit(Integer, Integer) - 类 的构造器cn.featherfly.common.structure.page.Limit
-
- Limit(Page) - 类 的构造器cn.featherfly.common.structure.page.Limit
-
- LimitQueue<E> - cn.featherfly.common.structure中的类
-
固定长度队列
- LimitQueue(int) - 类 的构造器cn.featherfly.common.structure.LimitQueue
-
- LimitQueue(int, Queue<E>) - 类 的构造器cn.featherfly.common.structure.LimitQueue
-
- LimitQueue(int, Queue<E>, Lock) - 类 的构造器cn.featherfly.common.structure.LimitQueue
-
- LinkedHashChainMap<K,V> - cn.featherfly.common.structure中的类
-
chian invoke TreeMap.
- LinkedHashChainMap() - 类 的构造器cn.featherfly.common.structure.LinkedHashChainMap
-
Instantiates a new linked hash chain map.
- LinkedHashChainMap(int, float, boolean) - 类 的构造器cn.featherfly.common.structure.LinkedHashChainMap
-
Instantiates a new linked hash chain map.
- LinkedHashChainMap(int, float) - 类 的构造器cn.featherfly.common.structure.LinkedHashChainMap
-
Instantiates a new linked hash chain map.
- LinkedHashChainMap(int) - 类 的构造器cn.featherfly.common.structure.LinkedHashChainMap
-
Instantiates a new linked hash chain map.
- LinkedHashChainMap(Map<? extends K, ? extends V>) - 类 的构造器cn.featherfly.common.structure.LinkedHashChainMap
-
Instantiates a new linked hash chain map.
- linkUri(String, String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
-
link startUri and endUri ignoreCase the separator end of startUri and
the separator start and end of endUri
linkUri("/a/b/","/c/d/") return /a/b/c/d
- linkUri(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
-
link startUri and endUri ignoreCase the separator end of startUri and
the separator start and end of endUri
linkUri("/a/b/","/c/d/") return /a/b/c/d
if ignoreCaseEmpty is true and the startUri is empty,will return endUri
if ignoreCaseEmpty = true linkUri("","c/d/") return c/d
if ignoreCaseEmpty = false linkUri("","c/d/") return /c/d
- linkUri(String...) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
-
link given uris as given linkUri("/a/b/","c/d","/11/22/","/33/44/")
return /a/b/c/d/11/22/33/44
- linkUri(boolean, String...) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
-
link given uris as given linkUri("/a/b/","c/d","/11/22/","/33/44/")
return /a/b/c/d/11/22/33/44
if ignoreCaseEmpty is true and the beforeUri is empty,will return afterUri
if ignoreCaseEmpty = true linkUri("","","c/d") return c/d
if ignoreCaseEmpty = false linkUri("","","c/d") return /c/d
- list(E...) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
List.
- listAll(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
- listAll(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
- listAll(File, FileFilter) - 类 中的静态方法cn.featherfly.common.io.FileUtils
-
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
- listAll() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- listAll() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- load(InputStream) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
- load(InputStream) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- load(Reader) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
- load(Class<T>) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
-
使用Java SPI加载指定服务.
- load(Class<T>, T) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
-
使用Java SPI加载指定服务,如果没有找到则使用传入的默认实现.
- load(Class<T>, T, ServiceLoaderUtils.MultiPolicy, ServiceLoaderUtils.NotFoundPolicy) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
-
使用Java SPI加载指定服务,如果没有找到则使用传入的默认实现.
- loadAll(Class<T>) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
-
使用Java SPI加载全部服务
- loadClass(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
使用传入的名称加载类(class).
- LoadedMessageLocalizedExceptionCode - cn.featherfly.common.exception中的类
-
LoadedMessageLocalizedExceptionCode
- LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
- LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Object[]) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
- LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Locale) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
- LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Locale, Object[]) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
- LocalDirStorage<E> - cn.featherfly.common.storage中的类
-
本地目录存储对象
copyright featherfly 2010-2020, all rights reserved.
- LocalDirStorage() - 类 的构造器cn.featherfly.common.storage.LocalDirStorage
-
- LocaleManager - cn.featherfly.common.locale中的接口
-
LocaleManager
- LocaleNumber - cn.featherfly.common.lang.number中的接口
-
LocaleNumber
2019-08-16
- LocalizedAssert<E extends java.lang.RuntimeException> - cn.featherfly.common.lang.asserts中的类
-
断言工具类,对于满足断言的情况,抛出支持国际化消息输出的异常 一般用于检查传入参数是否合法
- LocalizedAssert(Class<E>) - 类 的构造器cn.featherfly.common.lang.asserts.LocalizedAssert
-
- LocalizedCodeException - cn.featherfly.common.exception中的异常错误
-
支持国际化消息输出的异常
.
- LocalizedCodeException(LocalizedExceptionCode) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
构造方法.
- LocalizedCodeException(LocalizedExceptionCode, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
构造方法.
- LocalizedCodeException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(String) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedCodeException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
-
Instantiates a new localized code exception.
- LocalizedException - cn.featherfly.common.exception中的异常错误
-
支持国际化消息输出的异常
.
- LocalizedException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(String) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
-
构造方法.
- LocalizedExceptionUtils - cn.featherfly.common.exception中的类
-
抛出国际化支持的异常信息
- LocalizedMessage - cn.featherfly.common.locale中的接口
-
LocaleMessage
.
- LocationPoint - cn.featherfly.common.location中的类
-
定位点(经度,纬度对应的一个点)
- LocationPoint() - 类 的构造器cn.featherfly.common.location.LocationPoint
-
Instantiates a new Location point.
- LocationPoint(double, double) - 类 的构造器cn.featherfly.common.location.LocationPoint
-
Instantiates a new Location point.
- LocationUtils - cn.featherfly.common.location中的类
-
The type Location utils.
- logger - 类 中的变量cn.featherfly.common.bean.ReflectionBeanPropertyFactory
-
logger
- logger - 异常错误 中的变量cn.featherfly.common.exception.BaseException
-
logger
- logger - 类 中的变量cn.featherfly.common.io.PropertiesPlus
-
- logger - 类 中的变量cn.featherfly.common.io.Watcher
-
The logger.
- logger - 类 中的变量cn.featherfly.common.lang.executor.AutoAsyncExecutor
-
logger
- logger - 类 中的变量cn.featherfly.common.lang.matcher.AbstractMemberMatcher
-
logger
- logger() - 类 中的静态方法cn.featherfly.common.log.LoggerUtils
-
- logger - 类 中的变量cn.featherfly.common.storage.file.FileLocalDirStorage
-
日志对象
- logger - 类 中的变量cn.featherfly.common.storage.LocalDirStorage
-
日志对象
- logger - 类 中的变量cn.featherfly.common.storage.stream.RemoteStorage
-
日志
- LoggerFactory - cn.featherfly.common.log中的类
-
LoggerFactory
- LoggerFactory() - 类 的构造器cn.featherfly.common.log.LoggerFactory
-
- loggers - 类 中的静态变量cn.featherfly.common.log.LoggerUtils
-
- LoggerUtils - cn.featherfly.common.log中的类
-
LoggerUtils
- LoggerUtils() - 类 的构造器cn.featherfly.common.log.LoggerUtils
-
- Logic - cn.featherfly.common.enums中的枚举
-
判断逻辑的枚举
- LogUtils - cn.featherfly.common.lang中的类
-
The Class LogUtils.
- LogUtils() - 类 的构造器cn.featherfly.common.lang.LogUtils
-
Instantiates a new log utils.
- packageToDir(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
- packageToDir(Package) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
- packageToDir(String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
- packageToFile(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
- packageToFile(Class<?>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
- Page - cn.featherfly.common.structure.page中的接口
-
分页模型
- Pagination - cn.featherfly.common.structure.page中的接口
-
分页模型
- PaginationResults<E> - cn.featherfly.common.structure.page中的接口
-
带结果集的分页模型
- Parameter - cn.featherfly.common.form中的接口
-
Parameter
- Parent - cn.featherfly.common.structure.tree.annotation中的注释类型
-
树结构对象标注获取父节点的方法
- parentClass(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
返回传入类型的共同父类
.
- parse(String, String) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
将传入的参数(第一个)以传入的格式(第二个)进行日期转换
.
- parse(String, String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
将传入的参数(第一个)以传入的格式(第二个)进行日期转换
- parse(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
将传入的参数转换为日期
- parse(String, Class<T>) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将字符串转换为对应的类型,如果传入字符串是null或者空字符串,则返回null
.
- parse(String, Byte) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将传入字符串转换为Byte,如果转换不了则返回传入的默认值
.
- parse(String, Integer) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将传入字符串转换为Integer,如果转换不了则返回传入的默认值
.
- parse(String, Long) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将传入字符串转换为Long,如果转换不了则返回传入的默认值
.
- parse(String, Double) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将传入字符串转换为Double,如果转换不了则返回传入的默认值
.
- parse(String, Float) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
将传入字符串转换为Float,如果转换不了则返回传入的默认值
.
- parse(String, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the.
- parse128Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 128 unit.
- parse128UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 128 unit to int.
- parse128UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 128 unit to long.
- parse62Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 62 unit.
- parse62UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 62 unit to int.
- parse62UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 62 unit to long.
- parse64Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 64 unit.
- parse64UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 64 unit to int.
- parse64UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 64 unit to long.
- parse93Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 93 unit.
- parse93UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 93 unit to int.
- parse93UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
-
Parses the 93 unit to long.
- parseDate(String) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
将传入的参数以yyyy-MM-dd的格式进行日期转换
.
- parseDate(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
将传入的参数以yyyy-MM-dd的格式进行日期转换
- parseTime(String) - 类 中的静态方法cn.featherfly.common.lang.Dates
-
将传入的参数以yyyy-MM-dd hh:mm:ss的格式进行日期转换
.
- parseTime(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
已过时。
将传入的参数以yyyy-MM-dd hh:mm:ss的格式进行日期转换
- parseToPercent(double, int) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
-
转换为百分比表示的字符串
- parseToPercent(double) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
-
转换为百分比表示的字符串,不保留小数精度.
- parseToUpperFirst(String, char) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
-
将传入字符串中含有相应符号后的首个字符转换为大写,并去符号
- parseToUpperFirst(String, char, boolean) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
-
将传入字符串中含有相应符号后的首个字符转换为大写,并去符号
- parseUnit(long) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
-
将传入的数值转换为带单位(KB,MB,GB等)的字符串 如2032转换为1.98 KB,254855398转换为243.04 MB
- peek() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
- pick(T, T) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
如果第一个参数为空(null),返回第二个参数,否则返回第一个参数 .
- pick(T, T) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
如果第一个参数为空(null),返回第二个参数,否则返回第一个参数
.
- pickFirst(T...) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回第一个非空的项,!
- pickFirst(T...) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回第一个非空的项,!
- pickFirst(String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
返回第一个有效的字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
.
- pickFirst(String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
返回第一个有效的字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
- pickLast(T...) - 类 中的静态方法cn.featherfly.common.lang.Lang
-
返回最后一个非空的对象,!
- pickLast(T...) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
-
已过时。
返回最后一个非空的对象,!
- pickLast(String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
返回最后一个有效字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
.
- pickLast(String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
返回最后一个有效字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
- pickNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
如果第一个为有效的字符串(不是null,空串,全空白字符组成的字符串),则返回,否则返回第二个.
- pickNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
如果第一个为有效的字符串(不是null,空串,全空白字符组成的字符串),则返回,否则返回第二个.
- pickNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
-
如果第一个为有效的字符串(不是null,空串),则返回,否则返回第二个.
- pickNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
-
已过时。
如果第一个为有效的字符串(不是null,空串),则返回,否则返回第二个.
- poll() - 类 中的方法cn.featherfly.common.structure.LimitQueue
-
出队
- printClassLoader() - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
打印输出当前类加载器的层次结构 - 调试很有用.
- printClassLoader(ClassLoader) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
-
打印输出给定类加载器的层次结构 - 调试很有用
- ProjectModuleDateLocalDirStorage<E> - cn.featherfly.common.storage中的类
-
日期格式目录存储
copyright featherfly 2010-2020, all rights reserved.
- ProjectModuleDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
-
- PropertiesImpl - cn.featherfly.common.io中的类
-
PropertiesImpl
- PropertiesImpl() - 类 的构造器cn.featherfly.common.io.PropertiesImpl
-
Creates an empty property list with no default values.
- PropertiesImpl(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
-
Creates an empty property list with the specified defaults.
- PropertiesImpl(Charset) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
-
Creates an empty property list with no default values.
- PropertiesImpl(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
-
Creates an empty property list with no default values.
- PropertiesImpl(Properties, Charset) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
-
Creates an empty property list with no default values.
- PropertiesPlus - cn.featherfly.common.io中的类
-
java.util.Properties Plus
- PropertiesPlus() - 类 的构造器cn.featherfly.common.io.PropertiesPlus
-
Creates an empty property list with no default values.
- PropertiesPlus(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
-
Creates an empty property list with the specified defaults.
- PropertiesPlus(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
-
Creates an empty property list with the specified defaults.
- PropertiesPlus(Properties, Charset) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
-
Creates an empty property list with the specified defaults.
- PropertiesPlus(Charset) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
-
Creates an empty property list with no default values.
- PropertyAccessException - cn.featherfly.common.bean中的异常错误
-
属性存取异常.
- PropertyAccessException(Class<?>, String) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
-
- PropertyAccessException(Class<?>, String, Locale) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
-
- PropertyAccessException(Class<?>, String, Throwable) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
-
- PropertyException - cn.featherfly.common.bean中的异常错误
-
属性异常.
- PropertyException(Class<?>, String, String) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
-
- PropertyException(Class<?>, String, String, Locale) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
-
- PropertyException(Class<?>, String, String, Throwable) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
-
- put(K, V) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Put.
- put(K, V) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
-
Put value with key.
- putAll(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Put all.
- putAllChain(Map<? extends K, ? extends V>) - 接口 中的方法cn.featherfly.common.structure.ChainMap
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.ConcurrentHashChainMap
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.HashChainMap
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.LinkedHashChainMap
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.TreeChianMap
-
带链式调用的putAll方法.
- putChain(K, V) - 接口 中的方法cn.featherfly.common.structure.ChainMap
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.ConcurrentHashChainMap
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.HashChainMap
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.LinkedHashChainMap
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.TreeChianMap
-
带链式调用的put方法.
- putIfAbsent(K, V) - 类 中的方法cn.featherfly.common.structure.ChainMapImpl
-
Put if absent.