索引

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

AbstractConverter<T> - com.alibaba.ageiport.common.convert中的类
抽象转换器,提供通用的转换逻辑,同时通过convertInternal实现对应类型的专属逻辑
转换器不会抛出转换异常,转换失败时会返回null
AbstractConverter() - 类的构造器 com.alibaba.ageiport.common.convert.AbstractConverter
 
AbstractFuture<V> - com.alibaba.ageiport.common.concurrent中的类
 
AbstractFuture() - 类的构造器 com.alibaba.ageiport.common.concurrent.AbstractFuture
Constructor for use by subclasses.
AbstractListeningExecutorService - com.alibaba.ageiport.common.concurrent中的类
 
AbstractListeningExecutorService() - 类的构造器 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
AbstractStandardException - com.alibaba.ageiport.common.exception中的异常错误
Abstract class of all exception that should handle
AbstractStandardException(HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(BizCode, Throwable, HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(BizCode, Throwable, HttpStatus, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(String, HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(String, BizCode, Throwable, HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(String, Throwable, HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
AbstractStandardException(Throwable, HttpStatus) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AbstractStandardException
 
accept(T) - 接口中的方法 com.alibaba.ageiport.common.function.Filter
是否接受对象
ACCEPTED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
202 Accepted.
AccessDeniedException - com.alibaba.ageiport.common.exception中的异常错误
Access has been denied
AccessDeniedException() - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(BizCode, Throwable, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(String, BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
AccessDeniedException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.AccessDeniedException
 
add(E) - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Adds the specified element to this set if it is not already present.
addAll(Collection<T>, Enumeration<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
加入全部
addCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.Futures
 
addFeature(String, String) - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
addFeatures(Map<String, String>) - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
addJar(URL) - 类中的方法 com.alibaba.ageiport.common.logger.factory.Log4j2LoggerFactory.MyClassLoader
 
addListener(Runnable, Executor) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
addListener(Runnable, Executor) - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
addListener(Runnable, Executor) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListenableFuture
 
addParameter(String, String) - 类中的方法 com.alibaba.ageiport.common.URL
 
addProperties(Properties) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
afterDone() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
afterDone() - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
afterDone() - 类中的方法 com.alibaba.ageiport.common.concurrent.TrustedListenableFutureTask
 
allowed(boolean, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否允许访问,expression 为false时抛出AccessDeniedException,可以指定业务系统提示消息
allowed(boolean, BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否允许访问,expression 为false时抛出AccessDeniedException,可以指定业务系统提示消息
allowed(boolean, String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否允许访问,expression 为false时抛出AccessDeniedException,可以指定业务系统提示消息
allowed(boolean, String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否允许访问,expression 为false时抛出AccessDeniedException,可以指定业务系统提示消息
ALREADY_REPORTED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
208 Already Reported.
and(boolean...) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
对Boolean数组取与
andThen(Converter<B, C>) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns a converter whose convert method applies secondConverter to the result of this converter.
append(char) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
append(CharSequence) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
append(CharSequence, int, int) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
append(T[], T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
将新元素添加到已有数组中
添加新元素会生成一个新的数组,不影响原数组
apply() - 接口中的方法 com.alibaba.ageiport.common.function.Callback
执行函数
apply(A) - 类中的方法 com.alibaba.ageiport.common.function.Converter
已过时。
Provided to satisfy the Function interface; use Converter.convert(A) instead.
apply(T) - 接口中的方法 com.alibaba.ageiport.common.function.Predicate
 
ARRAY_SUFFIX - 类中的静态变量 com.alibaba.ageiport.common.utils.ClassUtils
Suffix for array class names: "[]"
ArrayUtils - com.alibaba.ageiport.common.utils中的类
Contains some methods to check array.
ArrayUtils() - 类的构造器 com.alibaba.ageiport.common.utils.ArrayUtils
 
asList(int...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
 
Assert - com.alibaba.ageiport.common.lang中的类
Business assert 常用的一些断言,不满足断言条件将抛出一些内置的运行时异常,可以指定业务错误码和业务提示消息。
AT - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
authorized(boolean, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否授权,expression为false时抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
authorized(boolean, BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否授权,expression为false时抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
authorized(boolean, String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否授权,expression为false时抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
authorized(boolean, String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否授权,expression为false时抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
averageAssign(List<T>, int) - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
awaitTermination(long, TimeUnit) - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 

B

BACKSLASH - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
BAD_GATEWAY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
502 Bad Gateway.
BAD_REQUEST - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
400 Bad Request.
BANDWIDTH_LIMIT_EXCEEDED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
509 Bandwidth Limit Exceeded
BasicType - com.alibaba.ageiport.common.convert中的Enum Class
基本变量类型的枚举
基本类型枚举包括原始类型和包装类型
BeanFactoryUtils - com.alibaba.ageiport.common.utils中的类
BeanFactory Utilities class
BeanFactoryUtils() - 类的构造器 com.alibaba.ageiport.common.utils.BeanFactoryUtils
 
BeanUtils - com.alibaba.ageiport.common.utils中的类
 
BeanUtils() - 类的构造器 com.alibaba.ageiport.common.utils.BeanUtils
 
BizCode - com.alibaba.ageiport.common.lang中的类
Business Code
BizCode(String, String) - 类的构造器 com.alibaba.ageiport.common.lang.BizCode
 
BlockPolicyExecutionHandler - com.alibaba.ageiport.common.concurrent中的类
Block Policy.
BlockPolicyExecutionHandler(String) - 类的构造器 com.alibaba.ageiport.common.concurrent.BlockPolicyExecutionHandler
 
BOOLEAN - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
BOOLEAN
BooleanConverter - com.alibaba.ageiport.common.convert.impl中的类
布尔转换器
BooleanConverter() - 类的构造器 com.alibaba.ageiport.common.convert.impl.BooleanConverter
 
BooleanUtils - com.alibaba.ageiport.common.utils中的类
Boolean类型相关工具类
BooleanUtils() - 类的构造器 com.alibaba.ageiport.common.utils.BooleanUtils
 
build(PageQuery, Long, List<T>) - 类中的静态方法 com.alibaba.ageiport.common.model.Page
 
build(P) - 接口中的方法 com.alibaba.ageiport.common.function.Builder
 
Builder<R,P> - com.alibaba.ageiport.common.function中的接口
 
BYTE - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
BYTE
BYTES - 类中的静态变量 com.alibaba.ageiport.common.lang.Ints
The number of bytes required to represent a primitive int value.
bytesToInt(byte[]) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
byte[]转int值
bytesToLong(byte[]) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
byte数组转long
from: https://stackoverflow.com/questions/4485128/how-do-i-convert-long-to-byte-and-back-in-java
bytesToShort(byte[]) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
byte数组转short
byteToUnsignedInt(byte) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
byte转无符号int

C

call() - 接口中的方法 com.alibaba.ageiport.common.function.Func0
执行函数
call() - 接口中的方法 com.alibaba.ageiport.common.function.VoidCallback
执行
Callback<R> - com.alibaba.ageiport.common.function中的接口
回调--无参数的函数对象
一个函数接口代表一个一个函数,用于包装一个函数为对象
CallbackListener<V> - com.alibaba.ageiport.common.concurrent中的类
 
CallbackListener(Future<V>, FutureCallback<? super V>) - 类的构造器 com.alibaba.ageiport.common.concurrent.CallbackListener
 
camelToSplitName(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
cancel(boolean) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
cancel(boolean) - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
causeOf(Throwable) - 异常错误中的静态方法 com.alibaba.ageiport.common.exception.AbstractStandardException
 
CHAR - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
CHAR
CHARACTER - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
CHARACTER
CharacterConverter - com.alibaba.ageiport.common.convert.impl中的类
字符转换器
CharacterConverter() - 类的构造器 com.alibaba.ageiport.common.convert.impl.CharacterConverter
 
CharUtils - com.alibaba.ageiport.common.utils中的类
字符工具类
部分工具来自于Apache Commons系列
CharUtils() - 类的构造器 com.alibaba.ageiport.common.utils.CharUtils
 
checkDuplicate(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.Version
 
checkDuplicate(Class<?>, boolean) - 类中的静态方法 com.alibaba.ageiport.common.Version
 
checkDuplicate(String, boolean) - 类中的静态方法 com.alibaba.ageiport.common.Version
 
checkedCast(long) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the int value that is equal to value, if possible.
CHECKPOINT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
103 Checkpoint.
CLASS_EXTENSION - 类中的静态变量 com.alibaba.ageiport.common.utils.ClassUtils
 
classForName(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
ClassUtils - com.alibaba.ageiport.common.utils中的类
类工具类
ClassUtils() - 类的构造器 com.alibaba.ageiport.common.utils.ClassUtils
 
clear() - 类中的方法 com.alibaba.ageiport.common.collections.cache.SimpleCache
清空缓存池
clear() - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Removes all elements from this set.
CLIENT_ERROR - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus.Series
 
cloneProp(Object, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.BeanUtils
 
cloneProp(T) - 类中的静态方法 com.alibaba.ageiport.common.utils.BeanUtils
 
close() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
close() - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
closeQuietly(Closeable) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
code - 类中的变量 com.alibaba.ageiport.common.model.Result
 
CollectionUtils - com.alibaba.ageiport.common.utils中的类
集合相关工具类
CollectionUtils() - 类的构造器 com.alibaba.ageiport.common.utils.CollectionUtils
 
com.alibaba.ageiport.common - 程序包 com.alibaba.ageiport.common
 
com.alibaba.ageiport.common.collections - 程序包 com.alibaba.ageiport.common.collections
 
com.alibaba.ageiport.common.collections.cache - 程序包 com.alibaba.ageiport.common.collections.cache
 
com.alibaba.ageiport.common.collections.map - 程序包 com.alibaba.ageiport.common.collections.map
 
com.alibaba.ageiport.common.concurrent - 程序包 com.alibaba.ageiport.common.concurrent
 
com.alibaba.ageiport.common.constants - 程序包 com.alibaba.ageiport.common.constants
 
com.alibaba.ageiport.common.convert - 程序包 com.alibaba.ageiport.common.convert
 
com.alibaba.ageiport.common.convert.impl - 程序包 com.alibaba.ageiport.common.convert.impl
 
com.alibaba.ageiport.common.exception - 程序包 com.alibaba.ageiport.common.exception
 
com.alibaba.ageiport.common.feature - 程序包 com.alibaba.ageiport.common.feature
 
com.alibaba.ageiport.common.function - 程序包 com.alibaba.ageiport.common.function
 
com.alibaba.ageiport.common.io - 程序包 com.alibaba.ageiport.common.io
 
com.alibaba.ageiport.common.lang - 程序包 com.alibaba.ageiport.common.lang
 
com.alibaba.ageiport.common.logger - 程序包 com.alibaba.ageiport.common.logger
 
com.alibaba.ageiport.common.logger.factory - 程序包 com.alibaba.ageiport.common.logger.factory
 
com.alibaba.ageiport.common.logger.support - 程序包 com.alibaba.ageiport.common.logger.support
 
com.alibaba.ageiport.common.model - 程序包 com.alibaba.ageiport.common.model
 
com.alibaba.ageiport.common.trace - 程序包 com.alibaba.ageiport.common.trace
 
com.alibaba.ageiport.common.utils - 程序包 com.alibaba.ageiport.common.utils
 
COMMA - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
COMMA_SPLIT_PATTERN - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
CommonOptionKeys - com.alibaba.ageiport.common.constants中的接口
 
COMPARATOR - 接口中的静态变量 com.alibaba.ageiport.common.function.Prioritized
compare(int, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Compares the two specified int values.
compareTo(Prioritized) - 接口中的方法 com.alibaba.ageiport.common.function.Prioritized
 
compareTo(Delayed) - 类中的方法 com.alibaba.ageiport.common.lang.DelayedElement
用于延迟队列内部比较排序 当前时间的延迟时间 - 比较对象的延迟时间
concat(int[]...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the values from each provided array combined into a single array.
ConcurrentHashSet<E> - com.alibaba.ageiport.common.collections.map中的类
ConcurrentHashSet
ConcurrentHashSet() - 类的构造器 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
 
ConcurrentHashSet(int) - 类的构造器 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
 
ConfigUtils - com.alibaba.ageiport.common.utils中的类
 
CONFLICT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
409 Conflict.
constrainToRange(int, int, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the value nearest to value which is within the closed range [min..max].
ConstValues - com.alibaba.ageiport.common.constants中的接口
Const values
contains(char[], char) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
数组中是否包含元素
contains(int[], int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns true if target is present as an element anywhere in array.
contains(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
第一个字符串是否包含第二个字符串
contains(Object) - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Returns true if this set contains the specified element.
contains(T[], T) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
数组中是否包含元素
CONTINUE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
100 Continue.
convert(A) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns a representation of a as an instance of type B.
convert(TypeReference<T>, Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型
convert(Class<T>, Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型
convert(Class<T>, Object, T) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型
convert(Object, T) - 类中的方法 com.alibaba.ageiport.common.convert.AbstractConverter
 
convert(Object, T) - 接口中的方法 com.alibaba.ageiport.common.convert.Converter
转换为指定类型
如果类型无法确定,将读取默认值的类型做为目标类型
convert(Type, Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型
convert(Type, Object) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
转换值为指定类型
convert(Type, Object, T) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型
convert(Type, Object, T) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
转换值为指定类型
自定义转换器优先
convert(Type, Object, T, boolean) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
转换值为指定类型
Convert - com.alibaba.ageiport.common.convert中的类
类型转换器
Convert() - 类的构造器 com.alibaba.ageiport.common.convert.Convert
 
convertAll(Iterable<? extends A>) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns an iterable that applies convert to each element of fromIterable.
Converter<A,B> - com.alibaba.ageiport.common.function中的类
A function from A to B with an associated reverse function from B to A; used for converting back and forth between different representations of the same
Converter<T> - com.alibaba.ageiport.common.convert中的接口
转换器接口,实现类型转换
Converter() - 类的构造器 com.alibaba.ageiport.common.function.Converter
Constructor for use by subclasses.
ConverterRegistry - com.alibaba.ageiport.common.convert中的类
转换器登记中心
ConverterRegistry() - 类的构造器 com.alibaba.ageiport.common.convert.ConverterRegistry
 
ConvertException - com.alibaba.ageiport.common.convert中的异常错误
转换异常
ConvertException(String) - 异常错误的构造器 com.alibaba.ageiport.common.convert.ConvertException
 
ConvertException(String, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.convert.ConvertException
 
ConvertException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.convert.ConvertException
 
ConvertException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.convert.ConvertException
 
ConvertException(Throwable, String, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.convert.ConvertException
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.AbstractConverter
内部转换器,被 AbstractConverter.convert(Object, Object) 调用,实现基本转换逻辑
内部转换器转换后如果转换失败可以做如下操作,处理结果都为返回默认值:
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.BooleanConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.CharacterConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.DateConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.NumberConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.PrimitiveConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.StringConverter
 
convertInternal(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.TemporalAccessorConverter
 
convertQuietly(Object, T) - 类中的方法 com.alibaba.ageiport.common.convert.AbstractConverter
不抛异常转换
当转换失败时返回默认值
convertQuietly(Type, Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型,不抛异常转换
当转换失败时返回null
convertQuietly(Type, Object, T) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换值为指定类型,不抛异常转换
当转换失败时返回默认值
convertToStr(Object) - 类中的方法 com.alibaba.ageiport.common.convert.AbstractConverter
值转为String,用于内部转换中需要使用String中转的情况
转换规则为:
convertToStr(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.NumberConverter
 
convertToStr(Object) - 类中的方法 com.alibaba.ageiport.common.convert.impl.PrimitiveConverter
 
copy(InputStream, OutputStream) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
copy(InputStream, OutputStream, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
create(ListenableFuture<V>, long, TimeUnit, ScheduledExecutorService) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
create(String, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureKey
 
create(String, Class<T>, int) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureKey
 
createBigDecimal(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
CREATED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
201 Created.
createExecutor(String, int, int, BlockingQueue<Runnable>) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.ThreadPoolUtil
 
createListeningExecutor(String, int, int, BlockingQueue<Runnable>) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.ThreadPoolUtil
 
current() - 类中的静态方法 com.alibaba.ageiport.common.Env
fixme 考虑扩展给用户

D

data - 类中的变量 com.alibaba.ageiport.common.model.Result
 
date(TemporalAccessor) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
TemporalAccessor类型时间转为Date
始终根据已有TemporalAccessor 产生新的Date对象
DateConverter - com.alibaba.ageiport.common.convert.impl中的类
日期转换器
DateConverter(Class<? extends Date>) - 类的构造器 com.alibaba.ageiport.common.convert.impl.DateConverter
构造
DateConverter(Class<? extends Date>, String) - 类的构造器 com.alibaba.ageiport.common.convert.impl.DateConverter
构造
DateUtils - com.alibaba.ageiport.common.utils中的类
时间工具类
DateUtils() - 类的构造器 com.alibaba.ageiport.common.utils.DateUtils
 
debug(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
debug(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
debug(String) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
debug(String) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
debug(String) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
debug(String) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
debug(String) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
debug(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
debug(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
debug(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
debug(String, Object...) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
debug(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
debug(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
debug(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
debug(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
debug(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
debug(String, Throwable) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
debug(String, Throwable) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
debug(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
debug(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
debugEnabled - 类中的静态变量 com.alibaba.ageiport.common.logger.LogLog
 
DEFAULT_EXT_PROPERTIES - 接口中的静态变量 com.alibaba.ageiport.common.constants.CommonOptionKeys
 
DEFAULT_KEY - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
DelayedElement<T> - com.alibaba.ageiport.common.lang中的类
延迟
DelayedElement(long, T) - 类的构造器 com.alibaba.ageiport.common.lang.DelayedElement
 
DELIMIT_START - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
DESTINATION_LOCKED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
DISABLE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
 
doBackward(B) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns a representation of b as an instance of type A.
doForward(A) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns a representation of a as an instance of type B.
DOT - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
DOT - 类中的静态变量 com.alibaba.ageiport.common.utils.CharUtils
 
DOT - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
DOUBLE - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
DOUBLE

E

empty(PageQuery) - 类中的静态方法 com.alibaba.ageiport.common.model.Page
 
EMPTY - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
EMPTY_JSON - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
ENABLE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
 
endsWithIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
ensureCapacity(int[], int, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns an array containing the same values as array, but guaranteed to be of a specified minimum length.
Env - com.alibaba.ageiport.common中的类
Env
Env() - 类的构造器 com.alibaba.ageiport.common.Env
 
equals(CharSequence, CharSequence, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
比较两个字符串是否相等。
equals(Object) - 类中的方法 com.alibaba.ageiport.common.function.Converter
Indicates whether another object is equal to this converter.
equals(Object) - 接口中的方法 com.alibaba.ageiport.common.function.Predicate
Indicates whether another object is equal to this predicate.
equals(Object) - 类中的方法 com.alibaba.ageiport.common.lang.DelayedElement
 
error(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
error(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
error(String) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
error(String) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
error(String) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
error(String) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
error(String) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
error(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
error(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
error(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
error(String, Object...) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
error(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
error(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
error(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
error(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
error(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
error(String, Throwable) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
error(String, Throwable) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
error(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
error(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
error(Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
error(Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
error(Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
error(Throwable) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
error(Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
error(Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
ERROR - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.SubTaskStatus
 
ERROR - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskStatus
 
ExceptionUtils - com.alibaba.ageiport.common.exception中的类
异常工具
execute() - 接口中的方法 com.alibaba.ageiport.common.function.ThrowableAction
Executes the action
execute(ThrowableAction) - 接口中的静态方法 com.alibaba.ageiport.common.function.ThrowableAction
execute(Runnable) - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
EXECUTING - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.SubTaskStatus
 
EXECUTING - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskStatus
 
exists(String, FeatureKey<T>) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureUtils
 
EXPECTATION_FAILED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
417 Expectation Failed.
EXT_PROPERTIES_KEY - 接口中的静态变量 com.alibaba.ageiport.common.constants.CommonOptionKeys
 

F

FAILED_DEPENDENCY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
424 Failed Dependency.
FailsafeLogger - com.alibaba.ageiport.common.logger.support中的类
FailsafeLogger
FailsafeLogger(Logger) - 类的构造器 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
faled(String, String) - 类中的静态方法 com.alibaba.ageiport.common.model.Result
 
faled(String, String, T) - 类中的静态方法 com.alibaba.ageiport.common.model.Result
 
faled(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.model.Result
 
faled(Throwable, T) - 类中的静态方法 com.alibaba.ageiport.common.model.Result
 
FastByteArrayOutputStream - com.alibaba.ageiport.common.io中的类
 
FastByteArrayOutputStream() - 类的构造器 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
Create a new FastByteArrayOutputStream with the default initial capacity of 256 bytes.
FastByteArrayOutputStream(int) - 类的构造器 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
Create a new FastByteArrayOutputStream with the specified initial capacity.
FeatureKey<T> - com.alibaba.ageiport.common.feature中的类
 
FeatureKey(String, Class<T>) - 类的构造器 com.alibaba.ageiport.common.feature.FeatureKey
 
FeatureKey(String, Class<T>, int) - 类的构造器 com.alibaba.ageiport.common.feature.FeatureKey
 
FeatureSupport - com.alibaba.ageiport.common.feature中的接口
feature标
FeatureUtils - com.alibaba.ageiport.common.feature中的类
Feature工具
filter(T[], Filter<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
过滤
过滤过程通过传入的Filter实现来过滤返回需要的元素内容,这个Filter实现可以实现以下功能:
Filter<T> - com.alibaba.ageiport.common.function中的接口
过滤器接口
findActualTypeArgumentIfRawTypeIfList(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
 
findActualTypeArguments(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获取泛型的实际类型 如果泛型是 List 这种, 继续找到D Type 可能是实际类型, 也可能是TypeVariableImpl
findDirectTargetInterface(Class, Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获取直接继承目标接口, 此接口是泛型接口
findParentTypeArgumentMap(Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
 
findTargetInterfaceRecursive(Class, Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
 
FINISHED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.SubTaskStatus
 
FINISHED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskStatus
 
flattenHierarchy(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
 
FLOAT - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
FLOAT
FluentFuture<V> - com.alibaba.ageiport.common.concurrent中的类
 
flush() - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
Fn<T,R> - com.alibaba.ageiport.common.function中的接口
 
FORBIDDEN - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
403 Forbidden.
format(String, Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
格式化文本, {} 表示占位符
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") =》 this is a for b
转义{}: format("this is \\{} for {}", "a", "b") =》 this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") =》 this is \a for b
format(Date, DateFormat) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
根据特定格式格式化日期
forName(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
Same as Class.forName(), except that it works for primitive types.
forName(String[], String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
forName(String, ClassLoader) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forNameWithCallerClassLoader(String, Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
found(boolean, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否存在,expression为false时抛出NotFoundException,可以指定业务系统的错误码和提示消息.
found(boolean, BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否存在,expression为false时抛出NotFoundException,可以指定业务系统的错误码和提示消息.
found(boolean, String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否存在,expression为false时抛出NotFoundException,可以指定业务系统的错误码和提示消息.
found(boolean, String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否存在,expression为false时抛出NotFoundException,可以指定业务系统的错误码和提示消息.
FOUND - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
302 Found.
from(Function<? super A, ? extends B>, Function<? super B, ? extends A>) - 类中的静态方法 com.alibaba.ageiport.common.function.Converter
Returns a converter based on separate forward and backward functions.
fromByteArray(byte[]) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the int value whose big-endian representation is stored in the first 4 bytes of bytes; equivalent to ByteBuffer.wrap(bytes).getInt().
fromBytes(byte, byte, byte, byte) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the int value whose byte representation is the given 4 bytes, in big-endian order; equivalent to Ints.fromByteArray(new byte[] {b1, b2, b3, b4}).
Func0<R> - com.alibaba.ageiport.common.function中的接口
无参数的函数对象
一个函数接口代表一个一个函数,用于包装一个函数为对象
FutureCallback<V> - com.alibaba.ageiport.common.concurrent中的接口
A callback for accepting the results of a Future computation asynchronously.
Futures - com.alibaba.ageiport.common.concurrent中的类
 

G

GATEWAY_TIMEOUT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
504 Gateway Timeout.
genMainTaskId() - 类中的静态方法 com.alibaba.ageiport.common.utils.TaskIdUtil
 
genSubTaskId(String, Integer) - 类中的静态方法 com.alibaba.ageiport.common.utils.TaskIdUtil
 
get() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
get() - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
get() - 类中的方法 com.alibaba.ageiport.common.model.Holder
 
get(long, TimeUnit) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
get(long, TimeUnit) - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
get(Collection<T>, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
获取集合中指定下标的元素值,下标可以为负数,例如-1表示最后一个元素
如果元素越界,返回null
get(K) - 类中的方法 com.alibaba.ageiport.common.collections.cache.SimpleCache
从缓存池中查找值
get(K, Func0<V>) - 类中的方法 com.alibaba.ageiport.common.collections.cache.SimpleCache
从缓存中获得对象,当对象不在缓存中或已经过期返回Func0回调产生的对象
getBeans(ListableBeanFactory, String[], Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.BeanFactoryUtils
Gets name-matched Beans from BeanFactory
getCallerClassLoader(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
getClass(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获得Type对应的原始类
getClass(T) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
null安全的获取对象类型
getClasses(Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得对象数组的类数组
getClassLoader() - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getClassLoader(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
get class loader
getClassName(Class<?>, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获取类名
类名并不包含“.class”这个扩展名
例如:ClassUtil这个类
getClassName(Object, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获取类名
getClazz() - 类中的方法 com.alibaba.ageiport.common.feature.FeatureKey
 
getCode() - enum class中的方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
getCode() - enum class中的方法 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
 
getCode() - enum class中的方法 com.alibaba.ageiport.common.constants.TaskStatus
 
getConstructor(Class<T>, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
查找类中的指定参数的构造方法,如果找到构造方法,会自动设置可访问为true
getConstructors(Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得一个类中所有构造列表
getConstructorsDirectly(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得一个类中所有字段列表,直接反射获取,无缓存
getConverter(Type, boolean) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
获得转换器
getCustomConverter(Type) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
获得自定义转换器
getDeclaredField(Class<?>, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
查找指定类中的所有字段(包括非public字段), 字段不存在则返回null
getDeclaredFields(Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获取所有的字段,包括父类
getDeclaredFields(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
查找指定类中的所有字段(包括非public字段)
getDeclaredMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
查找指定类中的所有方法(包括非public方法),也包括父类和Object类的方法 找不到方法会返回null
getDeclaredMethodNames(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得指定类中的Public方法名
去重重载的方法
getDeclaredMethodOfObj(Object, String, Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
查找指定对象中的所有方法(包括非public方法),也包括父对象和Object类的方法
getDeclaredMethods(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得声明的所有方法,包括本类及其父类和接口的所有方法和Object类的方法
getDefaultConverter(Type) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
获得默认转换器
getDefaultValue(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获取指定类型分的默认值
默认值规则为:
getDefaultValues(Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得默认值列表
getDelay(TimeUnit) - 类中的方法 com.alibaba.ageiport.common.lang.DelayedElement
需要实现的接口,获得延迟时间 用过期时间-当前时间
getDesc() - enum class中的方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
getDesc() - enum class中的方法 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
 
getDesc() - enum class中的方法 com.alibaba.ageiport.common.constants.TaskStatus
 
getDone(Future<V>) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.CallbackListener
 
getEnclosingClass(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得外围类
返回定义此类或匿名类所在的类,如果类本身是在包中定义的,返回null
getFeature() - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
getFeature(String) - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
getFeature(String, FeatureKey<T>) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureUtils
不存在返回null
getFeatureJson() - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
getFormat() - 类中的方法 com.alibaba.ageiport.common.convert.impl.DateConverter
获取日期格式
getFormat() - 类中的方法 com.alibaba.ageiport.common.convert.impl.TemporalAccessorConverter
获取日期格式
getGenericParamType(Class, Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
 
getHostName() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
 
getInputStream() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
getInstance() - 类中的静态方法 com.alibaba.ageiport.common.convert.ConverterRegistry
获得单例的 ConverterRegistry
getInstanceIp() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获取本机网卡IP地址,这个地址为所有网卡中非回路地址的第一个
如果获取失败调用 InetAddress.getLocalHost()方法获取。
getInstanceIpWithCache() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
 
getJsonStringFromKv(Map<String, Object>) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtils
a.x=1 a.y=2 b.z=3 --> { "a": { "x": 1, "y": 2 }, "b": { "z": 3 } }
getJsonStringFromKv(Map<String, Object>, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtils
 
getKey() - 类中的方法 com.alibaba.ageiport.common.feature.FeatureKey
 
getLength() - 类中的方法 com.alibaba.ageiport.common.feature.FeatureKey
 
getLocalhost() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获取本机网卡IP地址,规则如下:
getLogger() - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
getLogger(Class) - 类中的静态方法 com.alibaba.ageiport.common.logger.LoggerFactory
 
getLogger(String) - 类中的方法 com.alibaba.ageiport.common.logger.factory.Log4j2LoggerFactory
 
getLogger(String) - 类中的方法 com.alibaba.ageiport.common.logger.factory.Log4jLoggerFactory
 
getLogger(String) - 类中的方法 com.alibaba.ageiport.common.logger.factory.LogbackLoggerFactory
 
getLogger(String) - 接口中的方法 com.alibaba.ageiport.common.logger.factory.LoggerFactory
 
getLogger(String) - 类中的方法 com.alibaba.ageiport.common.logger.factory.NopLoggerFactory
 
getLogger(String) - 类中的静态方法 com.alibaba.ageiport.common.logger.LoggerFactory
 
getMainTaskId(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.TaskIdUtil
 
getMessage(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.exception.ExceptionUtils
获得完整消息,包括异常名,消息格式为:{SimpleClassName}: {ThrowableMessage}
getMethod(Class<?>, boolean, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
查找指定方法 如果找不到对应的方法则返回null
getMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
查找指定方法 如果找不到对应的方法则返回null
getMethodIgnoreCase(Class<?>, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
忽略大小写查找指定方法,如果找不到对应的方法则返回null
getMethodNames(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类中的Public方法名
去重重载的方法
getMethodOfObj(Object, String, Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
查找指定对象中的所有方法(包括非public方法),也包括父对象和Object类的方法
getMethods(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得一个类中所有方法列表,包括其父类中的方法
getMethods(Class<?>, Filter<Method>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类过滤后的Public方法列表
getMethodsDirectly(Class<?>, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得一个类中所有方法列表,直接反射获取,无缓存
getNetworkInterface(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获取指定名称的网卡信息
getNetworkInterfaces() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获取本机所有网卡
getObjectFromKv(Map<String, Object>, String, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtils
 
getOptionalBean(ListableBeanFactory, String, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.BeanFactoryUtils
Get optional Bean
getPackage(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得给定类所在包的名称
例如:
getParameter(String) - 类中的方法 com.alibaba.ageiport.common.URL
 
getParameter(String, String) - 类中的方法 com.alibaba.ageiport.common.URL
 
getParameters() - 类中的方法 com.alibaba.ageiport.common.URL
 
getPid() - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
getPriority() - 接口中的方法 com.alibaba.ageiport.common.function.Prioritized
Get the priority
getProperties() - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
getProperty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
getProperty(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
getPublicMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
查找指定Public方法 如果找不到对应的方法或方法不为public的则返回null
getPublicMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
查找指定Public方法 如果找不到对应的方法或方法不为public的则返回null
getPublicMethodNames(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得指定类中的Public方法名
去重重载的方法
getPublicMethodNames(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类本类及其父类中的Public方法名
去重重载的方法
getPublicMethods(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得本类及其父类所有Public方法
getPublicMethods(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得本类及其父类所有Public方法
getPublicMethods(Class<?>, Filter<Method>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, Filter<Method>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, Method...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, Method...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, String...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, String...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
获得指定类过滤后的Public方法列表
getReasonPhrase() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Return the reason phrase of this status code.
getRowOffset() - 类中的方法 com.alibaba.ageiport.common.model.PageQuery
 
getSimpleClassName(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
get simple class name from qualified class name
getSystemProperty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
System environment -> System properties
getTargetType() - 类中的方法 com.alibaba.ageiport.common.convert.AbstractConverter
获得此类实现类的泛型类型
getTargetType() - 类中的方法 com.alibaba.ageiport.common.convert.impl.NumberConverter
 
getTargetType() - 类中的方法 com.alibaba.ageiport.common.convert.impl.PrimitiveConverter
 
getThreadGroup() - 类中的方法 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
getTotalPage() - 类中的方法 com.alibaba.ageiport.common.model.Page
 
getTraceId() - 类中的静态方法 com.alibaba.ageiport.common.trace.TraceUtils
 
getType() - 类中的方法 com.alibaba.ageiport.common.lang.TypeReference
获取用户定义的泛型参数
getTypeArgument(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得给定类的第一个泛型参数
getTypeArgument(Class<?>, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
获得给定类的泛型参数
getTypeArgument(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获得给定类的第一个泛型参数
getTypeArgument(Type, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获得给定类的泛型参数
getTypeArguments(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
获得指定类型中所有泛型参数类型,例如:
getUninterruptibly(Future<V>) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.CallbackListener
 
getVersion() - 类中的静态方法 com.alibaba.ageiport.common.Version
 
getVersion(Class<?>, String) - 类中的静态方法 com.alibaba.ageiport.common.Version
 
GONE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
410 Gone.

H

handle(T) - 接口中的方法 com.alibaba.ageiport.common.function.Handler
 
Handler<T> - com.alibaba.ageiport.common.function中的接口
 
hashCode() - 类中的方法 com.alibaba.ageiport.common.lang.DelayedElement
 
hashCode(int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns a hash code for value; equal to the result of invoking ((Integer) value).hashCode().
hasNull(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
是否包含null元素
Holder<T> - com.alibaba.ageiport.common.model中的类
Holder
Holder() - 类的构造器 com.alibaba.ageiport.common.model.Holder
 
HTTP_VERSION_NOT_SUPPORTED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
505 HTTP Version Not Supported.
HttpStatus - com.alibaba.ageiport.common.constants中的Enum Class
Enumeration of HTTP status codes.
HttpStatus.Series - com.alibaba.ageiport.common.constants中的Enum Class
Enumeration of HTTP status series.

I

I_AM_A_TEAPOT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
418 I'm a teapot.
identity() - 类中的静态方法 com.alibaba.ageiport.common.function.Converter
Returns a serializable converter that always converts or reverses an object to itself.
IM_USED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
226 IM Used.
INDEX_NOT_FOUND - 类中的静态变量 com.alibaba.ageiport.common.utils.ArrayUtils
数组中元素未找到的下标,值为-1
INDEX_NOT_FOUND - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
indexOf(char[], char) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(int[], int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the index of the first appearance of the value target in array.
indexOf(int[], int[]) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
indexOf(T[], Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
info(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
info(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
info(String) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
info(String) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
info(String) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
info(String) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
info(String) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
info(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
info(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
info(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
info(String, Object...) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
info(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
info(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
info(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
info(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
info(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
info(String, Throwable) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
info(String, Throwable) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
info(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
info(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
infoEnabled - 类中的静态变量 com.alibaba.ageiport.common.logger.LogLog
 
INFORMATIONAL - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus.Series
 
insert(Object, int, T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
将新元素插入到到已有数组中的某个位置
添加新元素会生成一个新的数组,不影响原数组
如果插入位置为为负数,从原数组从后向前计数,若大于原数组长度,则空白处用null填充
insert(T[], int, T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
将新元素插入到到已有数组中的某个位置
添加新元素会生成一个新的数组,不影响原数组
如果插入位置为为负数,从原数组从后向前计数,若大于原数组长度,则空白处用null填充
INSUFFICIENT_SPACE_ON_RESOURCE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
INSUFFICIENT_STORAGE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
507 Insufficient Storage
INT - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
INT
INTEGER - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
INTEGER
INTEGER_ONE - 类中的静态变量 com.alibaba.ageiport.common.utils.NumberUtils
 
INTEGER_TWO - 类中的静态变量 com.alibaba.ageiport.common.utils.NumberUtils
 
INTEGER_ZERO - 类中的静态变量 com.alibaba.ageiport.common.utils.NumberUtils
 
INTERNAL_SERVER_ERROR - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
500 Internal Server Error.
InternalFutureFailureAccess - com.alibaba.ageiport.common.concurrent中的类
 
InternalFutureFailureAccess() - 类的构造器 com.alibaba.ageiport.common.concurrent.InternalFutureFailureAccess
 
InternalFutures - com.alibaba.ageiport.common.concurrent中的类
 
interruptTask() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
Ints - com.alibaba.ageiport.common.lang中的类
Static utility methods pertaining to int primitives, that are not already found in either Integer or Arrays.
intToByte(int) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
int转byte
intToBytes(int) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
int转byte数组
INVALID - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.RowStatusEnum
 
INVALID - 接口中的静态变量 com.alibaba.ageiport.common.constants.RowStatus
 
InvalidParamException - com.alibaba.ageiport.common.exception中的异常错误
Invalid param exception
InvalidParamException() - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(BizCode, Throwable, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(String, BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
InvalidParamException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.InvalidParamException
 
invokeAll(Collection<? extends Callable<T>>) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
 
IOUtils - com.alibaba.ageiport.common.utils中的类
 
is1xxInformational() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.INFORMATIONAL.
is2xxSuccessful() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series Series#SuccessFUL.
is3xxRedirection() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.REDIRECTION.
is4xxClientError() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR.
is5xxServerError() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SERVER_ERROR.
isAbstract(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为抽象类
isAllAssignableFrom(Class<?>[], Class<?>[]) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
比较判断types1和types2两组类,如果types1中所有的类都与types2对应位置的类相同,或者是其父类或接口,则返回true
isArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
对象是否为数组对象
isAssignable(Class<?>, Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
检查目标类是否可以从原类转化
转化包括:
1、原类是对象,目标类型是原类型实现的接口
2、目标类型是原类型的父类
3、两者是原始类型或者包装类型(相互转换)
isBasicType(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为基本类型(包括包装类和原始类)
isBlank(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
isBlankChar(char) - 类中的静态方法 com.alibaba.ageiport.common.utils.CharUtils
是否空白符
空白符包括空格、制表符、全角空格和不间断空格
isBlankChar(int) - 类中的静态方法 com.alibaba.ageiport.common.utils.CharUtils
是否空白符
空白符包括空格、制表符、全角空格和不间断空格
isBoolean(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
给定类是否为Boolean或者boolean
isCancelled() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
isCancelled() - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
isChar(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.CharUtils
给定对象对应的类是否为字符类,字符类包括:
isDebugEnabled() - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
isDecimal(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
isDefault(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
isDone() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
isDone() - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
isEmpty() - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Returns true if this set contains no elements.
isEmpty() - 类中的方法 com.alibaba.ageiport.common.model.Page
 
isEmpty(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
is empty string.
isEmpty(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
数组是否为空
此方法会匹配单一对象,如果此对象为null则返回true
如果此对象为非数组,理解为此对象为数组的第一个元素,则返回false
如果此对象为数组对象,数组长度大于0情况下返回false,否则返回true
isEmpty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
isEmpty(Collection<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
集合是否为空
isEnum(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
判断类是否为枚举类型
isError() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR or HttpStatus.Series.SERVER_ERROR.
isError(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
isError(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
 
isFalse(Boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
检查 Boolean 值是否为 false
isFinalStatus(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
isFinalStatus(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
 
isFinished(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
isFinished(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
 
isJavaLanguageInterface(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
Determine whether the given interface is a common Java language interface: Serializable, Externalizable, Closeable, AutoCloseable, Cloneable, Comparable - all of which can be ignored when looking for 'primary' user-level interfaces.
isJson(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
isLocalhost(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
 
isNew(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
isNew(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
 
isNormalClass(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为标准的类
这个类必须:
isNotBlank(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
isNotEmpty(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
is not empty string.
isNotEmpty(Object[]) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
Checks if the array is not null or empty.
isNotEmpty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
isNotEmpty(Collection<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
集合是否为非空
isNotEmpty(Enumeration<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
Enumeration是否为空
isNotPublic(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
指定类是否为非public
isNotPublic(Method) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
指定方法是否为非public
isNumber(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
是否为数字,支持包括:
isPortAvailable(int) - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
 
isPrimitive(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
 
isPrimitives(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
 
isPrimitiveWrapper(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为包装类型
isPublic(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
指定类是否为Public
isPublic(Method) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
指定方法是否为Public
isShutdown() - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
isSimpleTypeOrArray(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否简单值类型或简单值类型的数组
包括:原始类型,、String、other CharSequence, a Number, a Date, a URI, a URL, a Locale or a Class及其数组
isSimpleValueType(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为简单值类型
包括:
isStatic(Method) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为静态方法
isSuccessAndNotNull() - 类中的方法 com.alibaba.ageiport.common.model.Result
 
isSuccessAndPageNotEmpty() - 类中的方法 com.alibaba.ageiport.common.model.Result
 
isTerminated() - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
isTopLevelClass(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
是否为顶层类,即定义在包中的类,而非定义在类中的内部类
isTrue(Boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
检查 Boolean 值是否为 true
isUnknow(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
是否未知类型
type为null或者TypeVariable 都视为未知类型
iterator() - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Returns an iterator over the elements in this set.

J

JAVA_EXTENSION - 类中的静态变量 com.alibaba.ageiport.common.utils.ClassUtils
 
join(String, int...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns a string containing the supplied int values separated by separator.
JsonUtil - com.alibaba.ageiport.common.utils中的类
 
JsonUtil() - 类的构造器 com.alibaba.ageiport.common.utils.JsonUtil
 
JsonUtils - com.alibaba.ageiport.common.utils中的类
 
JsonUtils() - 类的构造器 com.alibaba.ageiport.common.utils.JsonUtils
 
justDenied(BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
抛出AccessDeniedException,可以指定业务系统提示消息
justDenied(BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
抛出AccessDeniedException,可以指定业务系统提示消息
justDenied(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
抛出AccessDeniedException,可以指定业务系统提示消息
justDenied(String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
抛出AccessDeniedException,可以指定业务系统提示消息
justFailed(BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
justFailed(BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
justFailed(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
justFailed(String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
justInvalidParam(BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
justInvalidParam(BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
justInvalidParam(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
justInvalidParam(String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
justNotFound(BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出NotFoundException,可以指定业务系统的错误码和提示消息.
justNotFound(BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出NotFoundException,可以指定业务系统的错误码和提示消息.
justNotFound(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出NotFoundException,可以指定业务系统的错误码和提示消息.
justNotFound(String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出NotFoundException,可以指定业务系统的错误码和提示消息.
justUnauthorized(BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
justUnauthorized(BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
justUnauthorized(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.
justUnauthorized(String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
直接抛出UnauthorizedException,可以指定业务系统的错误码和提示消息.

L

lastIndexOf(int[], int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the index of the last appearance of the value target in array.
length(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
获取数组长度
如果参数为null,返回0
LENGTH_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
411 Length Required.
lenientFormat(String, Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
lexicographicalComparator() - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns a comparator that compares two int arrays lexicographically.
list(boolean, T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
新建一个List
ListenableFuture<V> - com.alibaba.ageiport.common.concurrent中的接口
 
ListeningDecorator - com.alibaba.ageiport.common.concurrent中的类
 
ListeningDecorator(ExecutorService) - 类的构造器 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
ListeningExecutorService - com.alibaba.ageiport.common.concurrent中的接口
 
Lists - com.alibaba.ageiport.common.collections中的类
 
loadProperties(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
loadProperties(String, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
loadProperties(String, boolean, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
Load properties file to Properties from class path.
localAddressList(Filter<InetAddress>) - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获取所有满足过滤条件的本地IP地址对象
localIps() - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
获得本机的IP地址列表(包括Ipv4和Ipv6)
返回的IP列表有序,按照系统设备顺序
LOCKED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
423 Locked.
Log4j2Logger - com.alibaba.ageiport.common.logger中的类
Log4j2Logger
Log4j2Logger(Logger) - 类的构造器 com.alibaba.ageiport.common.logger.Log4j2Logger
 
Log4j2LoggerFactory - com.alibaba.ageiport.common.logger.factory中的类
Log4j2
Log4j2LoggerFactory() - 类的构造器 com.alibaba.ageiport.common.logger.factory.Log4j2LoggerFactory
 
Log4j2LoggerFactory.MyClassLoader - com.alibaba.ageiport.common.logger.factory中的类
 
Log4jLogger - com.alibaba.ageiport.common.logger中的类
Log4jLogger
Log4jLogger(Logger) - 类的构造器 com.alibaba.ageiport.common.logger.Log4jLogger
 
Log4jLoggerFactory - com.alibaba.ageiport.common.logger.factory中的类
Log4j
Log4jLoggerFactory() - 类的构造器 com.alibaba.ageiport.common.logger.factory.Log4jLoggerFactory
 
LogbackLogger - com.alibaba.ageiport.common.logger中的类
Logback
LogbackLogger(Logger) - 类的构造器 com.alibaba.ageiport.common.logger.LogbackLogger
 
LogbackLoggerFactory - com.alibaba.ageiport.common.logger.factory中的类
Logback
LogbackLoggerFactory() - 类的构造器 com.alibaba.ageiport.common.logger.factory.LogbackLoggerFactory
 
Logger - com.alibaba.ageiport.common.logger中的接口
Logger interface
LoggerFactory - com.alibaba.ageiport.common.logger中的类
LoggerFactory
LoggerFactory - com.alibaba.ageiport.common.logger.factory中的接口
LoggerFactory接口
LoggerFactory() - 类的构造器 com.alibaba.ageiport.common.logger.LoggerFactory
 
LogLog - com.alibaba.ageiport.common.logger中的类
Log's logger
LogLog() - 类的构造器 com.alibaba.ageiport.common.logger.LogLog
 
LONG - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
LONG
longToBytes(long) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
long转byte数组
from: https://stackoverflow.com/questions/4485128/how-do-i-convert-long-to-byte-and-back-in-java
LOOP_DETECTED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
508 Loop Detected

M

main(String[]) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtils
 
max(int...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the greatest value present in array.
MAX_POWER_OF_TWO - 类中的静态变量 com.alibaba.ageiport.common.lang.Ints
The largest power of two that can be represented as an int.
MAX_PRIORITY - 接口中的静态变量 com.alibaba.ageiport.common.function.Prioritized
The maximum priority
MAX_TIMEOUT_TIME_MS - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
mDaemon - 类中的变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
merge(String, String) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureUtils
 
merge(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
METHOD_FAILURE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
METHOD_NOT_ALLOWED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
405 Method Not Allowed.
mGroup - 类中的变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
min(int...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the least value present in array.
MIN_PRIORITY - 接口中的静态变量 com.alibaba.ageiport.common.function.Prioritized
The minimum priority
MOVED_PERMANENTLY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
301 Moved Permanently.
MOVED_TEMPORARILY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
in favor of HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302)
mPrefix - 类中的变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
msg - 类中的变量 com.alibaba.ageiport.common.model.Result
 
mThreadNum - 类中的变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
MULTI_STATUS - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
207 Multi-Status.
MULTIPLE_CHOICES - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
300 Multiple Choices.
MyClassLoader(URL[]) - 类的构造器 com.alibaba.ageiport.common.logger.factory.Log4j2LoggerFactory.MyClassLoader
 
MyClassLoader(URL[], ClassLoader) - 类的构造器 com.alibaba.ageiport.common.logger.factory.Log4j2LoggerFactory.MyClassLoader
 

N

NamedThreadFactory - com.alibaba.ageiport.common.concurrent中的类
 
NamedThreadFactory() - 类的构造器 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
NamedThreadFactory(String) - 类的构造器 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
NamedThreadFactory(String, boolean, Thread.UncaughtExceptionHandler) - 类的构造器 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
NamedThreadFactory(String, Thread.UncaughtExceptionHandler) - 类的构造器 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
negate(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
取相反值
negate(Boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
取相反值
NetUtils - com.alibaba.ageiport.common.utils中的类
网络相关工具
NetUtils() - 类的构造器 com.alibaba.ageiport.common.utils.NetUtils
 
NETWORK_AUTHENTICATION_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
511 Network Authentication Required.
NEW - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.SubTaskStatus
 
NEW - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.TaskStatus
 
newArray(Class<?>, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
新建一个空数组
newArrayList() - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
newArrayList(E...) - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
newArrayList(Iterable<? extends E>) - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
newArrayList(Iterator<? extends E>) - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
newArrayList(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
新建一个ArrayList
newArrayListWithCapacity(int) - 类中的静态方法 com.alibaba.ageiport.common.collections.Lists
 
newHashSet(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
新建一个HashSet
newInstance(Class<T>, Object...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
实例化对象
newInstance(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
实例化对象
newInstanceIfPossible(Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
尝试遍历并调用此类的所有构造方法,直到构造成功并返回
newTaskFor(Runnable, T) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
newTaskFor(Callable<T>) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
newThread(Runnable) - 类中的方法 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
NO_CONTENT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
204 No Content.
NON_AUTHORITATIVE_INFORMATION - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
203 Non-Authoritative Information.
NopLogger - com.alibaba.ageiport.common.logger中的类
NopLogger
NopLogger(String) - 类的构造器 com.alibaba.ageiport.common.logger.NopLogger
 
NopLoggerFactory - com.alibaba.ageiport.common.logger.factory中的类
no provider
NopLoggerFactory() - 类的构造器 com.alibaba.ageiport.common.logger.factory.NopLoggerFactory
 
NORM_DATE_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
NORM_DATE_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期格式:yyyy-MM-dd
NORM_DATETIME_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
NORM_DATETIME_MINUTE_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
NORM_DATETIME_MINUTE_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期时间格式,精确到分:yyyy-MM-dd HH:mm
NORM_DATETIME_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期时间格式,精确到秒:yyyy-MM-dd HH:mm:ss
NORMAL_PRIORITY - 接口中的静态变量 com.alibaba.ageiport.common.function.Prioritized
Normal Priority
NOT_ACCEPTABLE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
406 Not Acceptable.
NOT_EXTENDED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
510 Not Extended
NOT_FOUND - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
404 Not Found.
NOT_IMPLEMENTED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
501 Not Implemented.
NOT_MODIFIED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
304 Not Modified.
NotFoundException - com.alibaba.ageiport.common.exception中的异常错误
Not found exception
NotFoundException() - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(BizCode, Throwable, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(String, BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
NotFoundException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.NotFoundException
 
notHasNull(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
是否不包含null元素
NULL - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
NumberConverter - com.alibaba.ageiport.common.convert.impl中的类
数字转换器
支持类型为:
java.lang.Byte java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.math.BigDecimal java.math.BigInteger
NumberConverter() - 类的构造器 com.alibaba.ageiport.common.convert.impl.NumberConverter
 
NumberConverter(Class<? extends Number>) - 类的构造器 com.alibaba.ageiport.common.convert.impl.NumberConverter
构造
NumberUtils - com.alibaba.ageiport.common.utils中的类
数字工具类

O

of(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
 
of(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
 
of(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
 
of(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
Convert from variable arguments to array
OK - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
200 OK.
onFailure(Throwable) - 接口中的方法 com.alibaba.ageiport.common.concurrent.FutureCallback
Invoked when a Future computation fails or is canceled.
onSuccess(V) - 接口中的方法 com.alibaba.ageiport.common.concurrent.FutureCallback
Invoked with the result of the Future computation when it is successful.
or(boolean...) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
对Boolean数组取或

P

padEnd(String, int, char) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
padMiddle(int, String, String, char) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
padStart(String, int, char) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
Page<T> - com.alibaba.ageiport.common.model中的类
usage
Page() - 类的构造器 com.alibaba.ageiport.common.model.Page
 
PageQuery - com.alibaba.ageiport.common.model中的类
PageQuery
PageQuery() - 类的构造器 com.alibaba.ageiport.common.model.PageQuery
 
parse(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
将日期字符串转换为Date对象,格式:
yyyy-MM-dd HH:mm:ss yyyy/MM/dd HH:mm:ss yyyy.MM.dd HH:mm:ss yyyy年MM月dd日 HH时mm分ss秒 yyyy-MM-dd yyyy/MM/dd yyyy.MM.dd HH:mm:ss HH时mm分ss秒 yyyy-MM-dd HH:mm yyyy-MM-dd HH:mm:ss.SSS yyyyMMddHHmmss yyyyMMddHHmmssSSS yyyyMMdd EEE, dd MMM yyyy HH:mm:ss z EEE MMM dd HH:mm:ss zzz yyyy yyyy-MM-dd'T'HH:mm:ss'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ssZ yyyy-MM-dd'T'HH:mm:ss.SSSZ
parse(CharSequence, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
将特定格式的日期转换为Date对象
parseDate(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
解析格式为yyyy-MM-dd的日期,忽略时分秒
parseDateTime(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
格式yyyy-MM-dd HH:mm:ss
parseInt(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
解析转换数字字符串为int型数字,规则如下:
parseLong(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
解析转换数字字符串为long型数字,规则如下:
parseMessage(Object...) - 类中的方法 com.alibaba.ageiport.common.lang.BizCode
 
parseNumber(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
将指定字符串转换为Number 对象
parseNumber(String, Class) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
PARTIAL_CONTENT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
206 Partial Content.
pass(boolean, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否通过校验,expression为false时抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
pass(boolean, BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否通过校验,expression为false时抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
pass(boolean, String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否通过校验,expression为false时抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
pass(boolean, String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
是否通过校验,expression为false时抛出StandardBusinessException,可以指定业务系统的错误码和提示消息.
PAYLOAD_TOO_LARGE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
413 Payload Too Large.
PAYMENT_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
402 Payment Required.
pendingToString() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
Provide a human-readable explanation of why this future has not yet completed.
pendingToString() - 类中的方法 com.alibaba.ageiport.common.concurrent.TimeoutFuture
 
pendingToString() - 类中的方法 com.alibaba.ageiport.common.concurrent.TrustedListenableFutureTask
 
PERMANENT_REDIRECT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
308 Permanent Redirect.
POOL_SEQ - 类中的静态变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
PRECONDITION_FAILED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
412 Precondition failed.
PRECONDITION_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
428 Precondition Required.
Predicate<T> - com.alibaba.ageiport.common.function中的接口
 
PRIMITIVE_WRAPPER_MAP - enum class中的静态变量 com.alibaba.ageiport.common.convert.BasicType
原始类型为Key,包装类型为Value,例如: int.class =》 Integer.class.
PrimitiveConverter - com.alibaba.ageiport.common.convert.impl中的类
原始类型转换器
支持类型为:
byte short int long float double char boolean
PrimitiveConverter(Class<?>) - 类的构造器 com.alibaba.ageiport.common.convert.impl.PrimitiveConverter
构造
Prioritized - com.alibaba.ageiport.common.function中的接口
Prioritized interface can be implemented by objects that should be sorted, for example the tasks in executable queue.
PROCESSING - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
102 Processing.
PROJECT_LOWER_KEY - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
PROJECT_NAME - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
PROXY_AUTHENTICATION_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
407 Proxy Authentication Required.
PURE_DATE_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
PURE_DATE_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期格式:yyyyMMdd
PURE_DATETIME_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
PURE_DATETIME_MS_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
PURE_DATETIME_MS_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期格式:yyyyMMddHHmmssSSS
PURE_DATETIME_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期格式:yyyyMMddHHmmss
PURE_TIME_FORMAT - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
 
PURE_TIME_PATTERN - 类中的静态变量 com.alibaba.ageiport.common.utils.DateUtils
标准日期格式:HHmmss
put(K, V) - 类中的方法 com.alibaba.ageiport.common.collections.cache.SimpleCache
放入缓存
putCustom(Type, Converter<?>) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
登记自定义转换器
putCustom(Type, Class<? extends Converter<?>>) - 类中的方法 com.alibaba.ageiport.common.convert.ConverterRegistry
登记自定义转换器
putFeature(String, FeatureKey<T>, T) - 类中的静态方法 com.alibaba.ageiport.common.feature.FeatureUtils
 

R

readFully(InputStream, byte[]) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
readFully(InputStream, byte[], int, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
readFully(ReadableByteChannel, ByteBuffer) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
REDIRECTION - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus.Series
 
ReflectUtils - com.alibaba.ageiport.common.utils中的类
反射工具类
ReflectUtils() - 类的构造器 com.alibaba.ageiport.common.utils.ReflectUtils
 
rejectedExecution(Runnable, ThreadPoolExecutor) - 类中的方法 com.alibaba.ageiport.common.concurrent.BlockPolicyExecutionHandler
 
remove(Object) - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Removes the specified element from this set if it is present.
remove(K) - 类中的方法 com.alibaba.ageiport.common.collections.cache.SimpleCache
移除缓存
REMOVE_PREFIX - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
removeAll(CharSequence, char...) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
去除字符串中指定的多个字符,如有多个则全部去除
removeFeature(String) - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
removeParameter(String) - 类中的方法 com.alibaba.ageiport.common.URL
 
removeParameters(String...) - 类中的方法 com.alibaba.ageiport.common.URL
 
removeParameters(Collection<String>) - 类中的方法 com.alibaba.ageiport.common.URL
 
replaceProperty(String, Map<String, String>) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
REQUEST_ENTITY_TOO_LARGE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
in favor of HttpStatus.PAYLOAD_TOO_LARGE which will be returned from HttpStatus.valueOf(413)
REQUEST_HEADER_FIELDS_TOO_LARGE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
431 Request Header Fields Too Large.
REQUEST_TIMEOUT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
408 Request Timeout.
REQUEST_URI_TOO_LONG - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
in favor of HttpStatus.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414)
REQUESTED_RANGE_NOT_SATISFIABLE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
416 Requested Range Not Satisfiable.
reset() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
Reset the contents of this FastByteArrayOutputStream.
RESET_CONTENT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
205 Reset Content.
resize(int) - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
resolve(int) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus
Resolve the given status code to an HttpStatus, if possible.
resolvePrimitiveClassName(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
Result<T> - com.alibaba.ageiport.common.model中的类
基础结果
Result(boolean) - 类的构造器 com.alibaba.ageiport.common.model.Result
 
reverse() - 类中的方法 com.alibaba.ageiport.common.function.Converter
Returns the reversed view of this converter, which converts this.convert(a) back to a value roughly equivalent to a.
reverse(int[]) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Reverses the elements of array.
reverse(int[], int, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Reverses the elements of array between fromIndex inclusive and toIndex exclusive.
RowStatus - com.alibaba.ageiport.common.constants中的接口
 
RowStatusEnum - com.alibaba.ageiport.common.constants中的Enum Class
 
run() - 类中的方法 com.alibaba.ageiport.common.concurrent.CallbackListener
 
run() - 类中的方法 com.alibaba.ageiport.common.concurrent.TrustedListenableFutureTask
 

S

saturatedCast(long) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns the int nearest in value to value.
scheduledExecutorService() - 类中的静态方法 com.alibaba.ageiport.common.concurrent.ThreadPoolUtil
 
SEE_OTHER - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
303 See Other.
SEMICOLON - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
 
series() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Returns the HTTP status series of this status code.
SERVER_ERROR - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus.Series
 
SERVICE_UNAVAILABLE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
503 Service Unavailable.
set(boolean, T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
新建一个HashSet
set(T) - 类中的方法 com.alibaba.ageiport.common.model.Holder
 
set(V) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
setAccessible(Method) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
设置方法为可访问
setAccessible(T) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
设置方法为可访问(私有方法可以被外部调用)
setException(Throwable) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
setFeature(String) - 接口中的方法 com.alibaba.ageiport.common.feature.FeatureSupport
 
setFieldValue(Object, Field, Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ReflectUtils
设置字段值
setFormat(String) - 类中的方法 com.alibaba.ageiport.common.convert.impl.DateConverter
设置日期格式
setFormat(String) - 类中的方法 com.alibaba.ageiport.common.convert.impl.TemporalAccessorConverter
设置日期格式
setFuture(ListenableFuture<? extends V>) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
setInternalDebugging(boolean) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
setInternalInfoing(boolean) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
setLogger(Logger) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
setProperties(Properties) - 类中的静态方法 com.alibaba.ageiport.common.utils.ConfigUtils
 
setQuietMode(boolean) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
SHORT - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
SHORT
shortToBytes(short) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
short转byte数组
shutdown() - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
shutdownNow() - 类中的方法 com.alibaba.ageiport.common.concurrent.ListeningDecorator
 
SimpleCache<K,V> - com.alibaba.ageiport.common.collections.cache中的类
简单缓存,无超时实现,使用WeakHashMap实现缓存自动清理
SimpleCache() - 类的构造器 com.alibaba.ageiport.common.collections.cache.SimpleCache
 
size() - 类中的方法 com.alibaba.ageiport.common.collections.map.ConcurrentHashSet
Returns the number of elements in this set (its cardinality).
size() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
skip(InputStream, long) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
sortDescending(int[]) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Sorts the elements of array in descending order.
sortDescending(int[], int, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Sorts the elements of array between fromIndex inclusive and toIndex exclusive in descending order.
stackOf(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.exception.ExceptionUtils
 
StandardBusinessException - com.alibaba.ageiport.common.exception中的异常错误
unauthorized exception
StandardBusinessException() - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(BizCode, Throwable, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(String, BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
StandardBusinessException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.StandardBusinessException
 
startWith(CharSequence, CharSequence, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
是否以指定字符串开头
如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false
startWithIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
是否以指定字符串开头,忽略大小写
str(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
CharSequence 转为字符串,null安全
STRING - enum class 中的枚举常量 com.alibaba.ageiport.common.convert.BasicType
STRING
stringConverter() - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns a serializable converter object that converts between strings and integers using Integer.decode(java.lang.String) and Integer.toString().
StringConverter - com.alibaba.ageiport.common.convert.impl中的类
字符串转换器
StringConverter() - 类的构造器 com.alibaba.ageiport.common.convert.impl.StringConverter
 
StringUtils - com.alibaba.ageiport.common.utils中的类
StringUtils
StringUtils() - 类的构造器 com.alibaba.ageiport.common.utils.StringUtils
 
strip(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips whitespace from the start and end of a String.
strip(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips any of a set of characters from the start and end of a String.
stripAll(String[]) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips whitespace from the start and end of every String in an array.
stripAll(String[], String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips any of a set of characters from the start and end of every String in an array.
stripEnd(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToNull(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
sub(CharSequence, int, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
改进JDK subString
index从0开始计算,最后一个字符为-1
如果from和to位置一样,返回 ""
如果from或to为负数,则按照length从后向前数位置,如果绝对值大于字符串长度,则from归到0,to归到length
如果经过修正的index中from大于to,则互换from和to example:
abcdefgh 2 3 =》 c
abcdefgh 2 -3 =》 cde
SUB - 接口中的静态变量 com.alibaba.ageiport.common.constants.ConstValues
 
subBefore(CharSequence, char, boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
截取分隔字符串之前的字符串,不包括分隔字符串
如果给定的字符串为空串(null或"")或者分隔字符串为null,返回原字符串
如果分隔字符串未找到,返回原字符串,举例如下:
submit(Runnable) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
submit(Runnable) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
 
submit(Runnable, T) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
submit(Runnable, T) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
 
submit(Callable<T>) - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
 
submit(Callable<T>) - 接口中的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
 
subPre(CharSequence, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
切割指定位置之前部分的字符串
SubTaskStatus - com.alibaba.ageiport.common.constants中的Enum Class
 
success - 类中的变量 com.alibaba.ageiport.common.model.Result
 
success(T) - 类中的静态方法 com.alibaba.ageiport.common.model.Result
 
SUCCESSFUL - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus.Series
 
SWITCHING_PROTOCOLS - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
101 Switching Protocols.

T

TaskIdUtil - com.alibaba.ageiport.common.utils中的类
 
TaskIdUtil() - 类的构造器 com.alibaba.ageiport.common.utils.TaskIdUtil
 
TaskSpecificationStatus - com.alibaba.ageiport.common.constants中的Enum Class
 
TaskStatus - com.alibaba.ageiport.common.constants中的Enum Class
 
TemporalAccessorConverter - com.alibaba.ageiport.common.convert.impl中的类
JDK8中新加入的java.time包对象解析转换器
支持的对象包括:
TemporalAccessorConverter(Class<?>) - 类的构造器 com.alibaba.ageiport.common.convert.impl.TemporalAccessorConverter
构造
TemporalAccessorConverter(Class<?>, String) - 类的构造器 com.alibaba.ageiport.common.convert.impl.TemporalAccessorConverter
构造
TEMPORARY_REDIRECT - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
307 Temporary Redirect.
test(T) - 接口中的方法 com.alibaba.ageiport.common.function.Predicate
 
ThreadPoolUtil - com.alibaba.ageiport.common.concurrent中的类
 
ThrowableAction - com.alibaba.ageiport.common.function中的接口
A function interface for action with Throwable
throwException(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.exception.ExceptionUtils
 
TimeoutFuture<V> - com.alibaba.ageiport.common.concurrent中的类
 
toArray(Collection<? extends Number>) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Returns an array containing each value of collection, converted to a int value in the manner of Number.intValue().
toArrayObject(String, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toBigDecimal(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回null
转换失败不会报错
toBigDecimal(Object, BigDecimal) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBigInteger(Object, BigInteger) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBool(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为boolean
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBool(Object, Boolean) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为boolean
String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBoolean(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
转换字符串为boolean值
toBooleanArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Boolean数组
toByte(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为byte
toByte(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toByte(Object, Byte) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toByte(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toByte(String, byte) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toByteArray() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
toByteArray(int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
 
toByteArray(InputStream) - 类中的静态方法 com.alibaba.ageiport.common.utils.IOUtils
 
toByteArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Byte数组
toByteArrayUnsafe() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
toByteObj(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Byte
toChar(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为char
toChar(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toChar(Object, Character) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toCharacter(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Character
toCharArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Character数组
toDate(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Date
如果给定的值为空,或者转换失败,返回null
转换失败不会报错
toDate(Object, Date) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Date
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toDBC(String) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
全角转半角
toDBC(String, Set<Character>) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
替换全角为半角
toDouble(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为double
toDouble(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toDouble(Object, Double) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toDouble(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toDouble(String, double) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toDouble(BigDecimal) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toDouble(BigDecimal, double) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toDoubleArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Double数组
toDoubleObj(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为double
toFloat(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为float
toFloat(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toFloat(Object, Float) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toFloat(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toFloat(String, float) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toFloatArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Float数组
toFloatObj(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Float
toInstant(Object, Date) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
Instant
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toInstant(TemporalAccessor) - 类中的静态方法 com.alibaba.ageiport.common.utils.DateUtils
Date对象转换为Instant对象
toInt(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为int
toInt(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为int
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toInt(Object, Integer) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为int
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toInt(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toInt(String, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toIntArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Integer数组
toInteger(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Integer
toIpList(Set<InetAddress>) - 类中的静态方法 com.alibaba.ageiport.common.utils.NetUtils
地址列表转换为IP地址列表
toJsonString(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toList(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为ArrayList,元素类型默认Object
toList(T...) - 类中的静态方法 com.alibaba.ageiport.common.utils.CollectionUtils
新建一个ArrayList
toLocalDateTime(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为LocalDateTime
如果给定的值为空,或者转换失败,返回null
转换失败不会报错
toLocalDateTime(Object, LocalDateTime) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
LocalDateTime
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toLong(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为long
toLong(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为long
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toLong(Object, Long) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为long
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toLong(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toLong(String, long) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toLongArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Long数组
toLongObj(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Long
toMap(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toMap(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toNumber(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toNumber(Object, Number) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toNumberArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Number数组
TOO_MANY_REQUESTS - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
429 Too Many Requests.
toObject(String, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toObject(Map, Class<T>) - 类中的静态方法 com.alibaba.ageiport.common.utils.JsonUtil
 
toParameterizedType(Type) - 类中的静态方法 com.alibaba.ageiport.common.utils.TypeUtils
Type 转换为ParameterizedType
ParameterizedType用于获取当前类或父类中泛型参数化后的类型
一般用于获取泛型参数具体的参数类型,例如:
toPrimitiveByteArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Byte数组
toSBC(String) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
半角转全角
toSBC(String, Set<Character>) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
半角转全角
toScaledBigDecimal(Double) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(Double, int, RoundingMode) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(Float) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(Float, int, RoundingMode) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(String, int, RoundingMode) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(BigDecimal) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toScaledBigDecimal(BigDecimal, int, RoundingMode) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toShort(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为short
toShort(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toShort(Object, Short) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toShort(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toShort(String, short) - 类中的静态方法 com.alibaba.ageiport.common.utils.NumberUtils
 
toShortArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为Short数组
toShortObj(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
boolean值转为Short
toStr(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStr(Object, String) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toStrArray(Object) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
转换为String数组
toString() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
toString() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Return a string representation of this status code.
toString() - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
toString() - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
toString() - 类中的方法 com.alibaba.ageiport.common.lang.DelayedElement
 
toString() - 类中的方法 com.alibaba.ageiport.common.lang.TypeReference
 
toString(boolean, String, String) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
将boolean转换为字符串
toString(char) - 类中的静态方法 com.alibaba.ageiport.common.utils.CharUtils
字符转为字符串
如果为ASCII字符,使用缓存
toString(Object) - 类中的静态方法 com.alibaba.ageiport.common.utils.ArrayUtils
数组或集合转String
toString(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
toString(Throwable) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
 
toStringOnOff(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
将boolean转换为字符串 'on' 或者 'off'.
toStringTrueFalse(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
将boolean转换为字符串 'true' 或者 'false'.
toStringYesNo(boolean) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
将boolean转换为字符串 'yes' 或者 'no'.
toURI(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.ClassUtils
 
TraceUtils - com.alibaba.ageiport.common.trace中的类
TraceUtils
TraceUtils() - 类的构造器 com.alibaba.ageiport.common.trace.TraceUtils
 
trim(CharSequence) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
除去字符串头尾部的空白,如果字符串是null,依然返回null
trim(CharSequence, int) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
除去字符串头尾部的空白符,如果字符串是null,依然返回null
trimToEmpty(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - 类中的静态方法 com.alibaba.ageiport.common.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
TrustedListenableFutureTask<V> - com.alibaba.ageiport.common.concurrent中的类
A RunnableFuture that also implements the ListenableFuture interface.
tryInternalFastPathGetFailure() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
tryInternalFastPathGetFailure() - 类中的方法 com.alibaba.ageiport.common.concurrent.InternalFutureFailureAccess
 
tryInternalFastPathGetFailure(InternalFutureFailureAccess) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.InternalFutures
 
tryParse(String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Parses the specified string as a signed decimal integer value.
tryParse(String, int) - 类中的静态方法 com.alibaba.ageiport.common.lang.Ints
Parses the specified string as a signed integer value using the specified radix.
TypeReference<T> - com.alibaba.ageiport.common.lang中的类
Type类型参考
通过构建一个类型参考子类,可以获取其泛型参数中的Type类型。
TypeReference() - 类的构造器 com.alibaba.ageiport.common.lang.TypeReference
构造
TypeUtils - com.alibaba.ageiport.common.utils中的类
Type的工具类封装
TypeUtils() - 类的构造器 com.alibaba.ageiport.common.utils.TypeUtils
 

U

UNAUTHORIZED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
401 Unauthorized.
UnauthorizedException - com.alibaba.ageiport.common.exception中的异常错误
unauthorized exception
UnauthorizedException() - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(BizCode, Throwable, Object...) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(String, BizCode, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UnauthorizedException(Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UnauthorizedException
 
UNAVAILABLE_FOR_LEGAL_REASONS - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
451 Unavailable For Legal Reasons.
uncaughtExceptionHandler - 类中的变量 com.alibaba.ageiport.common.concurrent.NamedThreadFactory
 
UNPROCESSABLE_ENTITY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
422 Unprocessable Entity.
UnsafeStringWriter - com.alibaba.ageiport.common.io中的类
Thread-unsafe StringWriter.
UnsafeStringWriter() - 类的构造器 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
UnsafeStringWriter(int) - 类的构造器 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
UNSUPPORTED_MEDIA_TYPE - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
415 Unsupported Media Type.
unWrap(Class<?>) - enum class中的静态方法 com.alibaba.ageiport.common.convert.BasicType
包装类转为原始类,非包装类返回原类
unWrap(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
包装类转为原始类,非包装类返回原类
UPGRADE_REQUIRED - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
426 Upgrade Required.
URI_TOO_LONG - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
414 URI Too Long.
URL - com.alibaba.ageiport.common中的类
 
URL() - 类的构造器 com.alibaba.ageiport.common.URL
 
URL(Map<String, String>) - 类的构造器 com.alibaba.ageiport.common.URL
 
USE_PROXY - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
已过时。
due to security concerns regarding in-band configuration of a proxy
UTF_8 - 类中的静态变量 com.alibaba.ageiport.common.utils.StringUtils
UTF-8
UtilException - com.alibaba.ageiport.common.exception中的异常错误
工具类异常
UtilException(String) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UtilException
 
UtilException(String, Throwable) - 异常错误的构造器 com.alibaba.ageiport.common.exception.UtilException
 

V

VALID - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.RowStatusEnum
 
VALID - 接口中的静态变量 com.alibaba.ageiport.common.constants.RowStatus
 
validParam(boolean, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
参数是否非法,expression为false时抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
validParam(boolean, BizCode, Object...) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
参数是否非法,expression为false时抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
validParam(boolean, String) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
参数是否非法,expression为false时抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
validParam(boolean, String, BizCode) - 类中的静态方法 com.alibaba.ageiport.common.lang.Assert
参数是否非法,expression为false时抛出InvalidParamException,可以指定业务系统的错误码和提示消息.
value() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus.Series
Return the integer value of this status series.
value() - enum class中的方法 com.alibaba.ageiport.common.constants.HttpStatus
Return the integer value of this status code.
valueOf(int) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus.Series
Returns the enum constant of this class with the specified name.
valueOf(int) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(HttpStatus) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus.Series
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus.Series
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.RowStatusEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.ageiport.common.convert.BasicType
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus.Series
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.HttpStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.RowStatusEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.SubTaskStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskSpecificationStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.constants.TaskStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.ageiport.common.convert.BasicType
Returns an array containing the constants of this enum class, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - enum class 中的枚举常量 com.alibaba.ageiport.common.constants.HttpStatus
506 Variant Also Negotiates
Version - com.alibaba.ageiport.common中的类
Version
VoidCallback - com.alibaba.ageiport.common.function中的接口
无参数和返回的函数对象

W

warn(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
warn(String) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
warn(String) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
warn(String) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
warn(String) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
warn(String) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
warn(String) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
warn(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
warn(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
warn(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
warn(String, Object...) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
warn(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
warn(String, Object...) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
warn(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4j2Logger
 
warn(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.Log4jLogger
 
warn(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.LogbackLogger
 
warn(String, Throwable) - 接口中的方法 com.alibaba.ageiport.common.logger.Logger
 
warn(String, Throwable) - 类中的静态方法 com.alibaba.ageiport.common.logger.LogLog
 
warn(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.NopLogger
 
warn(String, Throwable) - 类中的方法 com.alibaba.ageiport.common.logger.support.FailsafeLogger
 
wasInterrupted() - 类中的方法 com.alibaba.ageiport.common.concurrent.AbstractFuture
 
withTimeout(ListenableFuture<V>, long, TimeUnit, ScheduledExecutorService) - 类中的静态方法 com.alibaba.ageiport.common.concurrent.Futures
 
wrap(Class<?>) - enum class中的静态方法 com.alibaba.ageiport.common.convert.BasicType
原始类转为包装类,非原始类返回原类
wrap(Class<?>) - 类中的静态方法 com.alibaba.ageiport.common.convert.Convert
原始类转为包装类,非原始类返回原类
WRAPPER_PRIMITIVE_MAP - enum class中的静态变量 com.alibaba.ageiport.common.convert.BasicType
包装类型为Key,原始类型为Value,例如: Integer.class =》 int.class.
write(byte[], int, int) - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
write(char[]) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
write(char[], int, int) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
write(int) - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
 
write(int) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
write(String) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
write(String, int, int) - 类中的方法 com.alibaba.ageiport.common.io.UnsafeStringWriter
 
writeTo(OutputStream) - 类中的方法 com.alibaba.ageiport.common.io.FastByteArrayOutputStream
Write the buffers content to the given OutputStream.

X

xor(boolean...) - 类中的静态方法 com.alibaba.ageiport.common.utils.BooleanUtils
对Boolean数组取异或
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格