- 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
-
- GenericType<T> - cn.featherfly.common.lang中的接口
-
GenericType
- get(String, Class<T>) - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取参数
- get(K) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
-
Gets the key of value.
- 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.LocalizedExceptionCode
-
返回消息绑定参数
- 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
-
返回指定属性.
- getBlackList() - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
-
获取黑名单集合
- getBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回blackList
- 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.
- getCode() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
-
返回异常码
- 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.DateUtils
-
返回当前日期(一月中的哪天)
- getCurrentDayOfWeek() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前是星期几
- getCurrentHour() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前小时(24小时制)
- getCurrentMinute() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前分钟
- getCurrentMonth() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前月,与Date和Calendar的0-11不同,返回的是1-12
- getCurrentSecond() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前秒
- getCurrentYear() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回当前年
- getData(P) - 接口 中的方法cn.featherfly.common.data.Collector
-
返回数据
- getDate(int, int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
根据指定的 year,month,day 返回Date实例
- getDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
获取两个日期中间的天数.
- getDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回传入日期的日(一月中的哪天)
- getDayOfWeek(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回传入日期是星期几,星期一是1,星期日是7
- 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.
- 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
- getFieldGenericType(Field) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得Field泛型参数的实际类型.
- getFieldGenericType(Field, int) - 类 中的静态方法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
-
返回第一个子节点
- getForExceptionType() - 类 中的方法cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
-
返回forExceptionType
- getGenericType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
如果属性是一个支持的对象,返回其泛型,如属性为类型java.util.Optional<java.lang.String>,则返回java.lang.String.
- 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.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
-
获取唯一标识
- 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.LocalizedExceptionCode
-
返回资源文件中的key
- getKey() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
-
返回资源文件中的key
- getKeys() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
-
- getKeys() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
-
ResourceBundle.getKeys()
- getLambdaInfo(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaMethod(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaMethod(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaMethodName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaMethodName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaPropertyName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getLambdaPropertyName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- 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.
- 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.LocalizedExceptionCode
-
返回locale
- getLocale() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
-
返回locale
- 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
- getLongitude() - 类 中的方法cn.featherfly.common.location.LocationPoint
-
Gets longitude.
- getMatchers() - 类 中的方法cn.featherfly.common.data.GroupMatcher
-
返回matchers
- getMaxDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回某年某月的最大天数
- getMaxDayOfMonth(int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回某年某月的最大天数
- getMessage() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
-
返回异常消息
- 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() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回method
- getMethod() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
-
返回method
- getMethodDeclaredClassName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回methodDeclaredClassName
- getMethodGenericParameterType(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法输入参数第一个输入参数的第一个泛型参数的实际类型.
- getMethodGenericParameterType(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法输入参数第index个输入参数的第一个泛型参数的实际类型.
- getMethodGenericParameterType(Method, int, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
- getMethodGenericParameterTypes(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法输入参数第一个输入参数的所有泛型参数的实际类型.
- getMethodGenericParameterTypes(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
- getMethodGenericReturnType(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得方法返回值泛型参数的实际类型.
- getMethodGenericReturnType(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
- getMinute(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回传入日期分钟
- getModifier() - 枚举 中的方法cn.featherfly.common.lang.reflect.Modifier
-
返回java.lang.reflect.Modifier对应的int值
- getModule() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
-
返回异常模块
- 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.DateUtils
-
返回传入日期的月份,与Date和Calendar的0-11不同,返回的是1-12
- 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.ExceptionCode
-
返回异常编号
- getNum() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
-
返回异常编号
- 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
- 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
-
返回相邻的上一个节点
- 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
- 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.DateUtils
-
返回传入日期秒
- getSerializedLambda(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
-
- getSerializedLambda() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
-
返回serializedLambda
- 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(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
-
得到相对路径。
- getSuperClassGenricType(Class<?>, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型.
- getSuperClassGenricType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的第一个泛型参数的实际类型.
- getSuperClassGenricTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
- 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
- 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.validate.FieldError
-
返回value
- getValueForce(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
-
强制获取属性,使用field而非getter获取
- getVariable(String) - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取指定变量
- getVariableMap() - 接口 中的方法cn.featherfly.common.form.Parameter
-
获取变量MAP
- getWeekOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回传入日期是当年的第几个星期.以星期一为一个星期的开始时间
- getWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
返回whiteList
- getWhiteList() - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
-
返回whiteList
- getWorkDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
获取两个日期中间的工作日天数.
- getYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
返回传入日期的年份
- getYearNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
获取两个日期中间的年分数(包含月份与天数计算).
- getYearNumber(Date, Date, boolean, boolean) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
获取两个日期中间的年分数.
- 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
-
- 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() - 异常错误 的构造器cn.featherfly.common.exception.InitException
-
Instantiates a new inits the exception.
- 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就插入在最后
- 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() - 异常错误 的构造器cn.featherfly.common.exception.IOException
-
Instantiates a new IO exception.
- 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(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.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(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is ge.
- isGe(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min throw exception.
- isGe(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is < min throw exception.
- isGetter(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
-
是否是get方法(以get或is开头)
- isGt(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is gt.
- isGt(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is <= min throw exception.
- isGt(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
-
if value is <= min throw exception.
- isInBlackList(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
-
判断传入目标是否在黑名单中
- isInRange(int, int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is in range.
- isInRange(int, int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is < min or > max, throw exception.
- isInRange(int, int, int, String) - 类 中的方法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(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is le.
- isLe(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is > max, throw exception.
- isLe(int, int, String) - 类 中的方法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(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
-
Checks if is lt.
- isLt(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
-
if value is >= max, throw exception.
- isLt(int, int, String) - 类 中的方法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(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
-
- 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.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.
- 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.
- parseDate(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
-
将传入的参数以yyyy-MM-dd的格式进行日期转换
- 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
-
将传入字符串中含有相应符号后的首个字符转换为大写,并去符号
- 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, 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.ThreadLocalMap
-
Put value with key.
- putAllChain(Map<? extends K, ? extends V>) - 接口 中的方法cn.featherfly.common.structure.ChainMap
-
带链式调用的putAll方法.
- putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.HashChainMap
-
带链式调用的putAll方法.
- putChain(K, V) - 接口 中的方法cn.featherfly.common.structure.ChainMap
-
带链式调用的put方法.
- putChain(K, V) - 类 中的方法cn.featherfly.common.structure.HashChainMap
-
带链式调用的put方法.