跳过导航链接
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractClassScanner - com.github.aqiu202.util.scan中的类
 
AbstractClassScanner() - 类 的构造器com.github.aqiu202.util.scan.AbstractClassScanner
 
AbstractFilters<T> - com.github.aqiu202.util.scan.filter中的类
 
AbstractFilters(Filter<T>...) - 类 的构造器com.github.aqiu202.util.scan.filter.AbstractFilters
 
AbstractFilters(Collection<Filter<T>>) - 类 的构造器com.github.aqiu202.util.scan.filter.AbstractFilters
 
addClassFilter(ClassFilter) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
添加 class的过滤器
addClassFilter(ClassFilter) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
添加 class的过滤器
addFilter(Filter<T>) - 接口 中的方法com.github.aqiu202.util.scan.filter.Filters
添加过滤器
addFilters(Collection<Filter<T>>) - 接口 中的方法com.github.aqiu202.util.scan.filter.Filters
批量添加过滤器
addNameFilter(ClassNameFilter) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
添加 className的过滤器
addNameFilter(ClassNameFilter) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
添加 className的过滤器
allPrimitiveTypes() - 类 中的静态方法com.github.aqiu202.util.type.Primitives
 
allWrapperTypes() - 类 中的静态方法com.github.aqiu202.util.type.Primitives
 
AndClassFilters - com.github.aqiu202.util.scan.filter中的类
多重class过滤器(需要所有过滤器同时满足)
AndClassFilters(ClassFilter...) - 类 的构造器com.github.aqiu202.util.scan.filter.AndClassFilters
 
AndClassFilters(Collection<Filter<Class<?>>>) - 类 的构造器com.github.aqiu202.util.scan.filter.AndClassFilters
 
AndNameFilters - com.github.aqiu202.util.scan.filter中的类
多重className过滤器(需要所有过滤器同时满足)
AndNameFilters(ClassNameFilter...) - 类 的构造器com.github.aqiu202.util.scan.filter.AndNameFilters
 
AndNameFilters(Collection<Filter<String>>) - 类 的构造器com.github.aqiu202.util.scan.filter.AndNameFilters
 
AsmParameterNamesReader - com.github.aqiu202.util.asm中的类
基于Asm的方法参数名读取器
AsmParameterNamesReader() - 类 的构造器com.github.aqiu202.util.asm.AsmParameterNamesReader
 

B

beanName(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
BooleanWrapper - com.github.aqiu202.util.wrap中的类
 
BooleanWrapper() - 类 的构造器com.github.aqiu202.util.wrap.BooleanWrapper
 
BooleanWrapper(Boolean) - 类 的构造器com.github.aqiu202.util.wrap.BooleanWrapper
 
buildMethodKey(Method) - 类 中的方法com.github.aqiu202.util.asm.AsmParameterNamesReader
 

C

camelToUnderline(String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
驼峰法转下划线
camelToUnderlineAndToUpperCase(String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
驼峰法转下划线然后大写
capitalize(String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
cl - 类 中的变量com.github.aqiu202.util.scan.AbstractClassScanner
 
CLASS_PREFIX - 接口 中的静态变量com.github.aqiu202.util.scan.ClassResourceParser
 
CLASS_PREFIX_LENGTH - 接口 中的静态变量com.github.aqiu202.util.scan.ClassResourceParser
 
ClassAnnotationFilter - com.github.aqiu202.util.scan.filter中的接口
class注解过滤器
ClassAnnotationsFilter - com.github.aqiu202.util.scan.filter中的接口
class注解过滤器
ClassFilter - com.github.aqiu202.util.scan.filter中的接口
Class过滤器
classFilters - 类 中的变量com.github.aqiu202.util.scan.AbstractClassScanner
 
ClassNameFilter - com.github.aqiu202.util.scan.filter中的接口
className过滤器
ClassResourceParser - com.github.aqiu202.util.scan中的接口
class资源解析器(根据文件资源获取className集合)
ClassScanner - com.github.aqiu202.util.scan中的接口
Class扫描器的抽象接口
ClassUtils - com.github.aqiu202.util中的类
 
ClassUtils() - 类 的构造器com.github.aqiu202.util.ClassUtils
 
CollectionUtils - com.github.aqiu202.util中的类
CollectionUtils() - 类 的构造器com.github.aqiu202.util.CollectionUtils
 
COLOR_RGB_DEEP_END - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
COLOR_RGB_END - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
COLOR_RGB_LIGHT_START - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
COLOR_RGB_MIDDLE_END - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
COLOR_RGB_MIDDLE_START - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
COLOR_RGB_START - 类 中的静态变量com.github.aqiu202.util.color.ColorUtils
 
ColorUtils - com.github.aqiu202.util.color中的类
 
ColorUtils() - 类 的构造器com.github.aqiu202.util.color.ColorUtils
 
com.github.aqiu202.util - 程序包 com.github.aqiu202.util
 
com.github.aqiu202.util.asm - 程序包 com.github.aqiu202.util.asm
 
com.github.aqiu202.util.color - 程序包 com.github.aqiu202.util.color
 
com.github.aqiu202.util.http - 程序包 com.github.aqiu202.util.http
 
com.github.aqiu202.util.scan - 程序包 com.github.aqiu202.util.scan
 
com.github.aqiu202.util.scan.filter - 程序包 com.github.aqiu202.util.scan.filter
 
com.github.aqiu202.util.type - 程序包 com.github.aqiu202.util.type
 
com.github.aqiu202.util.wrap - 程序包 com.github.aqiu202.util.wrap
 
convert(Object, Class<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
convert(Object, TypeReference<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
copy(InputStream, OutputStream) - 类 中的静态方法com.github.aqiu202.util.IOUtils
复制InputStream到OutputStream
createObjectMapper() - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 

D

DateFormatters() - 类 的构造器com.github.aqiu202.util.JacksonUtils.DateFormatters
 

E

equals(CharSequence, CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
equalsAny(CharSequence, CharSequence...) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
equalsAnyIgnoreCase(CharSequence, CharSequence...) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 

F

FileClassResourceParser - com.github.aqiu202.util.scan中的类
本地文件Class资源解析器
FileClassResourceParser() - 类 的构造器com.github.aqiu202.util.scan.FileClassResourceParser
 
Filter<T> - com.github.aqiu202.util.scan.filter中的接口
扫描的过滤器
filterAndConvertToClass(Collection<String>) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
扫描到的className集合转换为class集合(包含过滤逻辑)
filterClass(Class<?>) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
filterClassName(String) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
Filters<T> - com.github.aqiu202.util.scan.filter中的接口
多重的过滤器
findAnnotation(AnnotatedElement, Class<T>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
findAnnotations(AnnotatedElement, Class<T>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
findValueType(ParameterizedType) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
formatAttachmentFileName(String) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
 

G

generateCode(int, boolean) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
获取随机字符串 Nonce Str
generateKey(Class<?>, String, Class<?>...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
generateKey(String, Class<?>...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
generateMethodKey(Method) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
generateSecurityCode() - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
generateSecurityCode(RandomCodeUtils.RandomCodeLevel) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
generateSecurityCode(int) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
generateSecurityCode(int, RandomCodeUtils.RandomCodeLevel) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
generateSecurityCode(int, RandomCodeUtils.RandomCodeLevel, boolean) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
get() - 类 中的方法com.github.aqiu202.util.wrap.BooleanWrapper
 
get() - 类 中的方法com.github.aqiu202.util.wrap.ObjectWrapper
 
get() - 接口 中的方法com.github.aqiu202.util.wrap.Wrapper
 
getActualType(ParameterizedType, int) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
getAllField(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取所有的属性(包含私有属性,但不包含final和static修饰的属性)
getAllField(Class<?>, ReflectionUtils.ScanDirection) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getAllMethod(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取所有的方法(包含私有方法,但不包含abstract和static修饰的方法)
getAllMethod(Class<?>, ReflectionUtils.ScanDirection) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取所有的方法(包含私有方法,但不包含abstract和static修饰的方法)
getAnnotation(AnnotatedElement, Class<T>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getAnnotations(AnnotatedElement, Class<T>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getAnnotationType() - 接口 中的方法com.github.aqiu202.util.scan.filter.ClassAnnotationFilter
 
getAnnotationType() - 接口 中的方法com.github.aqiu202.util.scan.filter.MethodAnnotationFilter
 
getAnnotationTypes() - 接口 中的方法com.github.aqiu202.util.scan.filter.ClassAnnotationsFilter
 
getBasePackage() - 接口 中的方法com.github.aqiu202.util.scan.ScanResourceItem
 
getBasePackage() - 类 中的方法com.github.aqiu202.util.scan.SimpleScanResourceItem
 
getClassFilters() - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
getClassFilters() - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
getComplexValue(Object, String) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值
getComplexValue(Object, String, String) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值
getConstructors(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getContentType(String) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
得到需要写入的 html http 类型
getDate() - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
getDateTime() - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
getDeclaredConstructors(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getDefaultConstructor(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getField(String) - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassFields
 
getField(Class<?>, String) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getFields() - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassFields
 
getFields(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取所有的属性(不包含私有属性)
getFilters() - 接口 中的方法com.github.aqiu202.util.scan.filter.Filters
 
getMethod(String, Class<?>...) - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassMethods
 
getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getMethodDescriptor(Method) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getMethods() - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassMethods
 
getMethods(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取所有的方法(不包含私有方法)
getNameFilters() - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
getNameFilters() - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
getParameterNames() - 类 中的方法com.github.aqiu202.util.asm.ParameterNameVisitor
 
getRandomIntColor() - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
getRandomIntColor(int, int) - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
getResource() - 接口 中的方法com.github.aqiu202.util.scan.ScanResourceItem
 
getResource() - 类 中的方法com.github.aqiu202.util.scan.SimpleScanResourceItem
 
getTime() - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
getTypeDescriptor(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
getValue(Object, Field) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值
getValue(Object, String[]) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值
getValue(Object, String) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值

H

handleClass(String) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
hasAnnotation(AnnotatedElement, Class<? extends Annotation>...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
hasAnnotationPresent(AnnotatedElement, Class<? extends Annotation>...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
hasText(CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
HttpHeaderUtils - com.github.aqiu202.util.http中的类
 
HttpHeaderUtils() - 类 的构造器com.github.aqiu202.util.http.HttpHeaderUtils
 

I

INSTANCE - 类 中的静态变量com.github.aqiu202.util.JacksonUtils.DateFormatters
 
invokeMethod(Method, Object, Object...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
IOUtils - com.github.aqiu202.util中的类
 
IOUtils() - 类 的构造器com.github.aqiu202.util.IOUtils
 
isActualType(Type) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
isAssignableFrom(Class<?>, Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isBasicType(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isBasicWrapType(Object) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isBasicWrapType(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isBlank(CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
isCollection(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isCollection(Object) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isCustomClass(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isDate(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isDate(Object) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isEmpty(Collection<?>) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isEmpty(Map<?, ?>) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isEmpty(Object[]) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isEmpty(CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
isMap(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isMap(Object) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isNotBlank(CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
isNotEmpty(Collection<?>) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isNotEmpty(Map<?, ?>) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isNotEmpty(Object[]) - 类 中的静态方法com.github.aqiu202.util.CollectionUtils
 
isNotEmpty(CharSequence) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
isNumber(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isNumber(Object) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
isRecursive() - 接口 中的方法com.github.aqiu202.util.scan.ScanResourceItem
 
isRecursive() - 类 中的方法com.github.aqiu202.util.scan.SimpleScanResourceItem
 
isRootClass(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
是否是根类
isWrapperType(Class<?>) - 类 中的静态方法com.github.aqiu202.util.type.Primitives
 

J

JacksonUtils - com.github.aqiu202.util中的类
 
JacksonUtils() - 类 的构造器com.github.aqiu202.util.JacksonUtils
 
JacksonUtils.DateFormatters - com.github.aqiu202.util中的类
 
JarClassResourceParser - com.github.aqiu202.util.scan中的类
jar资源解析器
JarClassResourceParser() - 类 的构造器com.github.aqiu202.util.scan.JarClassResourceParser
 

L

loadClassLoader() - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
加载ClassLoader

M

main(String[]) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
 
makeAccessible(Constructor<?>) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
使构造器可访问
makeAccessible(Method) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
使方法可访问
makeAccessible(Field) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
使字段可访问
matches(Class<?>) - 类 中的方法com.github.aqiu202.util.scan.filter.AndClassFilters
 
matches(String) - 类 中的方法com.github.aqiu202.util.scan.filter.AndNameFilters
 
matches(Class<?>) - 接口 中的方法com.github.aqiu202.util.scan.filter.ClassAnnotationFilter
 
matches(Class<?>) - 接口 中的方法com.github.aqiu202.util.scan.filter.ClassAnnotationsFilter
 
matches(T) - 接口 中的方法com.github.aqiu202.util.scan.filter.Filter
 
matches(Class<?>) - 接口 中的方法com.github.aqiu202.util.scan.filter.MethodAnnotationFilter
 
matches(Class<?>) - 类 中的方法com.github.aqiu202.util.scan.filter.OrClassFilters
 
matches(String) - 类 中的方法com.github.aqiu202.util.scan.filter.OrNameFilters
 
MethodAnnotationFilter - com.github.aqiu202.util.scan.filter中的接口
类成员方法上注解过滤器
methodMatches(Method) - 接口 中的方法com.github.aqiu202.util.scan.filter.MethodAnnotationFilter
 

N

nameFilters - 类 中的变量com.github.aqiu202.util.scan.AbstractClassScanner
 
newInstance(Class<T>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
newInstance(Class<T>, Class<?>[], Object[]) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
newInstance(Constructor<?>, Object...) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
 
nextBoolean() - 类 中的静态方法com.github.aqiu202.util.RandomUtils
 
nextFloat() - 类 中的静态方法com.github.aqiu202.util.RandomUtils
 
nextInt() - 类 中的静态方法com.github.aqiu202.util.RandomUtils
 
nextInt(int) - 类 中的静态方法com.github.aqiu202.util.RandomUtils
 
not() - 类 中的方法com.github.aqiu202.util.wrap.BooleanWrapper
 
notAssignableFrom(Class<?>, Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 

O

ObjectWrapper - com.github.aqiu202.util.wrap中的类
 
ObjectWrapper(Object) - 类 的构造器com.github.aqiu202.util.wrap.ObjectWrapper
 
OrClassFilters - com.github.aqiu202.util.scan.filter中的类
多重class过滤器(任一过滤器满足即可)
OrClassFilters(ClassFilter...) - 类 的构造器com.github.aqiu202.util.scan.filter.OrClassFilters
 
OrClassFilters(Collection<Filter<Class<?>>>) - 类 的构造器com.github.aqiu202.util.scan.filter.OrClassFilters
 
OrNameFilters - com.github.aqiu202.util.scan.filter中的类
多重className过滤器(任一过滤器满足即可)
OrNameFilters(ClassNameFilter...) - 类 的构造器com.github.aqiu202.util.scan.filter.OrNameFilters
 
OrNameFilters(Collection<Filter<String>>) - 类 的构造器com.github.aqiu202.util.scan.filter.OrNameFilters
 

P

ParameterNameVisitor - com.github.aqiu202.util.asm中的类
自定义 ClassVisitor 用于方法参数的访问
ParameterNameVisitor(Method) - 类 的构造器com.github.aqiu202.util.asm.ParameterNameVisitor
 
parse(ScanResourceItem) - 接口 中的方法com.github.aqiu202.util.scan.ClassResourceParser
 
parse(ScanResourceItem) - 类 中的方法com.github.aqiu202.util.scan.FileClassResourceParser
 
parse(ScanResourceItem) - 类 中的方法com.github.aqiu202.util.scan.JarClassResourceParser
 
PLACEHOLDER_PREFIX - 类 中的静态变量com.github.aqiu202.util.StringUtils
占位符前缀: "{"
PLACEHOLDER_SUFFIX - 类 中的静态变量com.github.aqiu202.util.StringUtils
占位符的后缀: "}"
Primitives - com.github.aqiu202.util.type中的类

R

RandomCodeUtils - com.github.aqiu202.util中的类
 
RandomCodeUtils.RandomCodeLevel - com.github.aqiu202.util中的枚举
 
randomColor(int, int) - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
randomColor() - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
randomDeepColor() - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
randomLightColor() - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
randomMiddleColor() - 类 中的静态方法com.github.aqiu202.util.color.ColorUtils
 
RandomUtils - com.github.aqiu202.util中的类
 
RandomUtils() - 类 的构造器com.github.aqiu202.util.RandomUtils
 
read(InputStream) - 类 中的静态方法com.github.aqiu202.util.IOUtils
将InputStream中的所有数据读取到byte[]数组中。
readParameterNames(Method) - 类 中的方法com.github.aqiu202.util.asm.AsmParameterNamesReader
 
ReflectionUtils - com.github.aqiu202.util中的类
 
ReflectionUtils() - 类 的构造器com.github.aqiu202.util.ReflectionUtils
 
ReflectionUtils.ClassFields - com.github.aqiu202.util中的类
 
ReflectionUtils.ClassMethods - com.github.aqiu202.util中的类
 
ReflectionUtils.ScanDirection - com.github.aqiu202.util中的枚举
 
registerParser(ClassResourceParser) - 类 中的方法com.github.aqiu202.util.scan.SimpleClassScanner
对不同类型的资源注册不同的解析器(默认只支持jar和class文件)
removeItem(char[], int) - 类 中的静态方法com.github.aqiu202.util.RandomCodeUtils
 
resolveClass(String) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
 
resolveClass(String) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
className转为class
resolveSupperClass(Class<?>) - 类 中的静态方法com.github.aqiu202.util.ClassUtils
获取类型的所有父类及接口集合(不包括Object.class)
resourceProtocol() - 接口 中的方法com.github.aqiu202.util.scan.ClassResourceParser
 
resourceProtocol() - 类 中的方法com.github.aqiu202.util.scan.FileClassResourceParser
 

S

scanClasses(String) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
执行扫描 (不扫描子包)
scanClasses(String) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
scanClasses(Collection<String>) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
scanClasses(String, boolean) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
scanClasses(Collection<String>, boolean) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
scanClasses(String, boolean) - 类 中的方法com.github.aqiu202.util.scan.SimpleClassScanner
执行扫描
scanClasses(String, boolean) - 类 中的方法com.github.aqiu202.util.scan.SpringClassScanner
 
ScanResourceItem - com.github.aqiu202.util.scan中的接口
 
set(Boolean) - 类 中的方法com.github.aqiu202.util.wrap.BooleanWrapper
 
set(Object) - 类 中的方法com.github.aqiu202.util.wrap.ObjectWrapper
 
set(T) - 接口 中的方法com.github.aqiu202.util.wrap.Wrapper
 
setClassFilters(Filters<Class<?>>) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
setClassFilters(Filters<Class<?>>) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
setClassLoader(ClassLoader) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
setClassLoader(ClassLoader) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
setContentType(HttpServletResponse, String) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
 
setDate(String) - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
setDateTime(String) - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
setHeaderForDownload(HttpServletResponse, String, String) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
设置返回头
setHeaderForDownload(HttpServletResponse, String) - 类 中的静态方法com.github.aqiu202.util.http.HttpHeaderUtils
设置返回头
setNameFilters(Filters<String>) - 类 中的方法com.github.aqiu202.util.scan.AbstractClassScanner
 
setNameFilters(Filters<String>) - 接口 中的方法com.github.aqiu202.util.scan.ClassScanner
 
setRecursive(boolean) - 类 中的方法com.github.aqiu202.util.scan.SimpleScanResourceItem
 
setTime(String) - 类 中的方法com.github.aqiu202.util.JacksonUtils.DateFormatters
 
setValue(Object, String, Object) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
给对象的某个字段赋值
setValue(Object, Field, Object) - 类 中的静态方法com.github.aqiu202.util.ReflectionUtils
获取对象某个字段的值
SimpleClassScanner - com.github.aqiu202.util.scan中的类
Class扫描器
SimpleClassScanner() - 类 的构造器com.github.aqiu202.util.scan.SimpleClassScanner
 
SimpleScanResourceItem - com.github.aqiu202.util.scan中的类
 
SimpleScanResourceItem(URL, String) - 类 的构造器com.github.aqiu202.util.scan.SimpleScanResourceItem
 
SimpleScanResourceItem(URL, String, boolean) - 类 的构造器com.github.aqiu202.util.scan.SimpleScanResourceItem
 
single() - 类 中的静态方法com.github.aqiu202.util.RandomUtils
 
SpringClassScanner - com.github.aqiu202.util.scan中的类
 
SpringClassScanner() - 类 的构造器com.github.aqiu202.util.scan.SpringClassScanner
 
stream() - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassFields
 
stream() - 类 中的方法com.github.aqiu202.util.ReflectionUtils.ClassMethods
 
stringFormat(String, Map<String, Object>) - 类 中的静态方法com.github.aqiu202.util.StringUtils
占位符替换
stringFormat(String, Object...) - 类 中的静态方法com.github.aqiu202.util.StringUtils
占位符替换
stringFormatWithNull(String, Map<?, ?>, String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
占位符替换
StringUtils - com.github.aqiu202.util中的类
StringUtils() - 类 的构造器com.github.aqiu202.util.StringUtils
 

T

toBytes(Object) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
toJson(Object) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
toObject(byte[], Class<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
toObject(byte[], TypeReference<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
toObject(String, Class<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 
toObject(String, TypeReference<T>) - 类 中的静态方法com.github.aqiu202.util.JacksonUtils
 

U

uncapitalize(String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
 
underlineToCamel(String) - 类 中的静态方法com.github.aqiu202.util.StringUtils
下划线转驼峰
unwrap(Class<T>) - 类 中的静态方法com.github.aqiu202.util.type.Primitives
 

V

valueOf(String) - 枚举 中的静态方法com.github.aqiu202.util.RandomCodeUtils.RandomCodeLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.aqiu202.util.ReflectionUtils.ScanDirection
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.aqiu202.util.RandomCodeUtils.RandomCodeLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.aqiu202.util.ReflectionUtils.ScanDirection
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
visitMethod(int, String, String, String, String[]) - 类 中的方法com.github.aqiu202.util.asm.ParameterNameVisitor
 
visitMethodParameterNames() - 类 中的方法com.github.aqiu202.util.asm.ParameterNameVisitor
 

W

wrap(Class<T>) - 类 中的静态方法com.github.aqiu202.util.type.Primitives
 
Wrapper<T> - com.github.aqiu202.util.wrap中的接口
 
write(OutputStream, byte[]) - 类 中的静态方法com.github.aqiu202.util.IOUtils
将byte[]数组写入到OutputStream中。
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2025. All rights reserved.