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

A

AbstractAliasAwareAnnotationAttributeExtractor<S> - cn.sexycode.util.core.cls中的类
Abstract base class for AnnotationAttributeExtractor implementations that transparently enforce attribute alias semantics for annotation attributes that are annotated with @AliasFor.
AbstractAliasAwareAnnotationAttributeExtractor(Class<? extends Annotation>, Object, S) - 类 的构造器cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
Construct a new AbstractAliasAwareAnnotationAttributeExtractor.
AbstractArchiveDescriptor - cn.sexycode.util.core.file中的类
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - 类 的构造器cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
AbstractFileResolvingResource - cn.sexycode.util.core.io中的类
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - 类 的构造器cn.sexycode.util.core.io.AbstractFileResolvingResource
 
AbstractRecursiveAnnotationVisitor - cn.sexycode.util.core.cls中的类
 
AbstractRecursiveAnnotationVisitor(ClassLoader, AnnotationAttributes) - 类 的构造器cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
AbstractResource - cn.sexycode.util.core.io中的类
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - 类 的构造器cn.sexycode.util.core.io.AbstractResource
 
AbstractScannerImpl - cn.sexycode.util.core.file.scan中的类
 
AbstractScannerImpl(ArchiveDescriptorFactory) - 类 的构造器cn.sexycode.util.core.file.scan.AbstractScannerImpl
 
AbstractScannerImpl.ArchiveContextImpl - cn.sexycode.util.core.file.scan中的类
 
AbstractScannerImpl.ArchiveDescriptorInfo - cn.sexycode.util.core.file.scan中的类
 
AbstractServiceRegistry - cn.sexycode.util.core.service中的类
 
AbstractServiceRegistry() - 类 的构造器cn.sexycode.util.core.service.AbstractServiceRegistry
 
access - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
ACCESS_FIELD - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
ACCESS_PROPERTY - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
accessibleConstructor(Class<T>, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Obtain an accessible constructor for the given class and parameters.
adaptAnnotation(A) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
A template method to post-process a given annotation instance before returning it to the caller.
adaptAnnotationArray(Annotation[]) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
A template method to post-process a given annotation array before returning it to the caller.
adaptValue(Object, Object, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Adapt the given value according to the given class and nested annotation settings.
add(K, V) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
add(K, V) - 接口 中的方法cn.sexycode.util.core.collection.MultiValueMap
Add the given single value to the current list of values for the given key.
add(DataBuffer) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
add(int, DataBuffer) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
add(String[], String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
addAll(Collection<T>, T[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
addAll(Collection<? extends DataBuffer>) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
addAll(int, Collection<? extends DataBuffer>) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Search all URLClassLoader URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.
addClassPathManifestEntries(Set<Resource>) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Determine jar file references from the "java.class.path." manifest property and add them to the given set of resources in the form of pointers to the root of the jar file content.
addObjectToArray(A[], O) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addProtocolResolver(ProtocolResolver) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Register the given resolver with this resource loader, allowing for additional protocols to be handled.
addResourcePathToPackagePath(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addStringToArray(String[], String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
adjustJarFileEntryUrl(URL, URL) - 接口 中的方法cn.sexycode.util.core.file.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustJarFileEntryUrl(URL, URL) - 类 中的方法cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
AggregatedClassLoader - cn.sexycode.util.core.cls.classloading中的类
 
AggregatedClassLoader(LinkedHashSet<ClassLoader>, TcclLookupPrecedence) - 类 的构造器cn.sexycode.util.core.cls.classloading.AggregatedClassLoader
 
AggregatedServiceLoader<S> - cn.sexycode.util.core.cls.classloading中的类
A service loader bound to an AggregatedClassLoader.
AggregatedServiceLoader() - 类 的构造器cn.sexycode.util.core.cls.classloading.AggregatedServiceLoader
 
AliasFor - cn.sexycode.util.core.lang中的注释类型
@AliasFor is an annotation that is used to declare aliases for annotation attributes.
allocateBuffer() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBufferFactory
Allocate a data buffer of a default initial capacity.
allocateBuffer(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBufferFactory
Allocate a data buffer of the given initial capacity.
allocateBuffer() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
 
allocateBuffer(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
 
AMPERSAND - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
AND - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
AnnotatedTypeMetadata - cn.sexycode.util.core.cls中的接口
Defines access to the annotations of a specific type (class or method), in a form that does not necessarily require the class-loading.
AnnotationAttributeExtractor<S> - cn.sexycode.util.core.cls中的接口
An AnnotationAttributeExtractor is responsible for extracting annotation attribute values from an underlying source such as an Annotation or a Map.
AnnotationAttributes - cn.sexycode.util.core.cls中的类
LinkedHashMap subclass representing annotation attribute key-value pairs as read by AnnotationUtils, AnnotatedElementUtils, and Spring's reflection- and ASM-based org.springframework.core.type.AnnotationMetadata implementations.
AnnotationAttributes() - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Class<? extends Annotation>) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(String, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(Map<String, Object>) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAttributes(AnnotationAttributes) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAttributesReadingVisitor - cn.sexycode.util.core.cls中的类
ASM visitor which looks for the annotations defined on a class or method, including tracking meta-annotations.
AnnotationAttributesReadingVisitor(String, MultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributesReadingVisitor
 
AnnotationConfigurationException - cn.sexycode.util.core.exception中的异常错误
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
AnnotationConfigurationException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message.
AnnotationConfigurationException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message and cause.
AnnotationException - cn.sexycode.util.core.exception中的异常错误
Annotation related exception.
AnnotationException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationMetadata - cn.sexycode.util.core.cls中的接口
Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
AnnotationMetadataReadingVisitor - cn.sexycode.util.core.cls中的类
ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the org.springframework.core.type.AnnotationMetadata interface.
AnnotationMetadataReadingVisitor(ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
AnnotationReader - cn.sexycode.util.core.cls中的接口
 
AnnotationReadingVisitorUtils - cn.sexycode.util.core.cls中的类
Internal utility class used when reading annotations via ASM.
AnnotationReadingVisitorUtils() - 类 的构造器cn.sexycode.util.core.cls.AnnotationReadingVisitorUtils
 
annotationSet - 类 中的变量cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
annotationType() - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the type of annotation represented by this AnnotationAttributes instance.
annotationType - 类 中的变量cn.sexycode.util.core.cls.RecursiveAnnotationAttributesVisitor
 
AnnotationUtils - cn.sexycode.util.core.cls中的类
General utility methods for working with annotations, handling meta-annotations, bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional annotation inheritance).
AnnotationUtils() - 类 的构造器cn.sexycode.util.core.cls.AnnotationUtils
 
AntPathMatcher - cn.sexycode.util.core中的类
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - 类 的构造器cn.sexycode.util.core.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - 类 的构造器cn.sexycode.util.core.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - cn.sexycode.util.core中的类
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - cn.sexycode.util.core中的类
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathStringMatcher(String) - 类 的构造器cn.sexycode.util.core.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - 类 的构造器cn.sexycode.util.core.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - 类 的构造器cn.sexycode.util.core.AntPathMatcher.AntPatternComparator
 
append(char) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a single character to this Writer.
append(CharSequence) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a character sequence to this Writer.
append(CharSequence, int, int) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a portion of a character sequence to the StringBuilder.
applyRelativePath(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
approximate() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
ApproximatingTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
A TypeEnvironment that approximates the unresolved components of a generic simple type or collection to their nearest upper binding.
ApproximatingTypeEnvironment() - 类 的构造器cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
ArchiveContext - cn.sexycode.util.core.file中的接口
Describes the context for visiting the entries within an archive
ArchiveContextImpl(boolean, ScanResultCollector) - 类 的构造器cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveContextImpl
 
ArchiveDescriptor - cn.sexycode.util.core.file中的接口
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
archiveDescriptor - 类 中的变量cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveDescriptorInfo
 
archiveDescriptorCache - 类 中的变量cn.sexycode.util.core.file.scan.AbstractScannerImpl
 
ArchiveDescriptorFactory - cn.sexycode.util.core.file中的接口
Contract for building ArchiveDescriptor instances.
archiveDescriptorFactory - 类 中的变量cn.sexycode.util.core.file.scan.AbstractScannerImpl
 
ArchiveDescriptorInfo(ArchiveDescriptor, boolean) - 类 的构造器cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveEntry - cn.sexycode.util.core.file中的接口
Represent an entry in the archive.
ArchiveEntryHandler - cn.sexycode.util.core.file中的接口
Handler for archive entries, based on the classified type of the entry
ArchiveException - cn.sexycode.util.core.file中的异常错误
Indicates a problem accessing or visiting the archive
ArchiveException(String) - 异常错误 的构造器cn.sexycode.util.core.file.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.file.ArchiveException
Constructs an ArchiveException
ArchiveHelper - cn.sexycode.util.core.file中的类
Helper for dealing with archives
areEqual(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.EqualsHelper
Like the legacy EqualsHelper.equals(java.lang.Object, java.lang.Object) method, but handles array-specific checks
ARRAY_SUFFIX - 类 中的静态变量cn.sexycode.util.core.cls.ClassUtils
Suffix for array class names: "[]".
ArrayHelper - cn.sexycode.util.core.collection中的类
 
arrayList(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Convert the supplied array into a List.
as(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return this type as a ResolvableType of the specified class.
asByteBuffer() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Expose this buffer's bytes as a ByteBuffer.
asByteBuffer(int, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Expose a subsequence of this buffer's bytes as a ByteBuffer.
asByteBuffer() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
asByteBuffer(int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
asByteBuffer() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
asByteBuffer(int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
asCollection() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Convenience method to return this type as a resolvable Collection type.
asInputStream() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Expose this buffer's data as an InputStream.
asInputStream(boolean) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Expose this buffer's data as an InputStream.
asInputStream() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
asInputStream(boolean) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
asInputStream() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
asInputStream(boolean) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
asLong(byte[]) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret the binary representation of a long.
ASM_VERSION - 类 中的静态变量cn.sexycode.util.core.cls.SoloAsmInfo
The ASM compatibility version for Spring's ASM visitor implementations: currently Opcodes.ASM6.
asMap() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Convenience method to return this type as a resolvable Map type.
asOutputStream() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Expose this buffer's data as an OutputStream.
asOutputStream() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
asOutputStream() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
Assert - cn.sexycode.util.core.lang中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器cn.sexycode.util.core.lang.Assert
 
AssertionFailure - cn.sexycode.util.core.exception中的异常错误
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - 异常错误 的构造器cn.sexycode.util.core.exception.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
ASTERISK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
asVariableResolver() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
AT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
attributes - 类 中的变量cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
attributesMap - 类 中的变量cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
Declared as a LinkedMultiValueMap instead of a MultiValueMap to ensure that the hierarchical ordering of the entries is preserved.
attributesMap - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 

B

BACK_SLASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
BACKTICK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
BATCH_ID_PLACEHOLDER - 类 中的静态变量cn.sexycode.util.core.str.StringUtils
 
BEAN_COPIERS - 类 中的静态变量cn.sexycode.util.core.object.CachedBeanCopier
 
BeanFactory - cn.sexycode.util.core.factory中的接口
 
BeanFactoryUtil - cn.sexycode.util.core.factory中的类
 
BeanFactoryUtil() - 类 的构造器cn.sexycode.util.core.factory.BeanFactoryUtil
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.SimpleTypeEnvironment
 
bind(Type) - 接口 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironment
Binds as many generic components of the given type as possible in this context.
booleanValue(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
BridgeMethodResolver - cn.sexycode.util.core.cls中的类
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - 类 的构造器cn.sexycode.util.core.cls.BridgeMethodResolver
 
buildAnnotationReader(AnnotatedElement) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
buildAnnotationReader(AnnotatedElement) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
buildArchiveDescriptor(URL) - 接口 中的方法cn.sexycode.util.core.file.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the given url
buildArchiveDescriptor(URL, String) - 接口 中的方法cn.sexycode.util.core.file.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the path relative to the given url
buildArchiveDescriptor(URL) - 类 中的方法cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - 类 中的方法cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
buildByteBasedInputStreamAccess(String, InputStream) - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
buildMessage(String, Throwable) - 类 中的静态方法cn.sexycode.util.core.exception.NestedExceptionUtils
Build a message for the given base message and root cause.
ByteArrayResource - cn.sexycode.util.core.io中的类
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - 类 的构造器cn.sexycode.util.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - 类 的构造器cn.sexycode.util.core.io.ByteArrayResource
Create a new ByteArrayResource with a description.
BYTES_NEW_LINE - 类 中的变量cn.sexycode.util.core.str.StringUtils
 
BytesHelper - cn.sexycode.util.core.bytes中的类
 

C

cache - 类 中的静态变量cn.sexycode.util.core.cls.SerializableTypeWrapper
 
CachedBeanCopier - cn.sexycode.util.core.object中的类
 
CachedBeanCopier() - 类 的构造器cn.sexycode.util.core.object.CachedBeanCopier
 
calculateShift(int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
camelhumpToUnderline(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
将驼峰风格替换为下划线风格
canDetectUnlistedClassesInNonRoot() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanOptions
Is detection of managed classes from non-root urls allowed?
canDetectUnlistedClassesInRoot() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanOptions
Is detection of managed classes from root url allowed?
capacity() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the number of bytes that this buffer can contain.
capacity(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Set the number of bytes that this buffer can contain.
capacity() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
capacity(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
capacity() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
capacity(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
capitalize(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseClass(Class) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseGenericArrayType(GenericArrayType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseInsensitiveValueOf(E[], String) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
caseParameterizedType(ParameterizedType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseTypeVariable(TypeVariable) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseWildcardType(WildcardType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
CGLIB_CLASS_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.cls.ClassUtils
The CGLIB class separator: "$$".
CglibProxyFactory - cn.sexycode.util.core.object.proxy中的接口
 
CharSequenceUtils - cn.sexycode.util.core.str中的类
Operations on CharSequence that are null safe.
CharSequenceUtils() - 类 的构造器cn.sexycode.util.core.str.CharSequenceUtils
CharSequenceUtils instances should NOT be constructed in standard programming.
Charsets - cn.sexycode.util.core.io中的类
Charsets required of every implementation of the Java platform.
Charsets() - 类 的构造器cn.sexycode.util.core.io.Charsets
 
CLASS_FILE_SUFFIX - 类 中的静态变量cn.sexycode.util.core.cls.ClassUtils
The ".class" file suffix.
ClassDescriptor - cn.sexycode.util.core.file.scan中的接口
Descriptor for a class file.
ClassDescriptor.Categorization - cn.sexycode.util.core.file.scan中的接口
 
ClassDescriptor.CategorizationEnum - cn.sexycode.util.core.file.scan中的枚举
 
ClassDescriptorImpl - cn.sexycode.util.core.file.scan中的类
 
ClassDescriptorImpl(String, ClassDescriptor.Categorization, InputStream) - 类 的构造器cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
ClassFileArchiveEntryHandler - cn.sexycode.util.core.file.scan中的类
Defines handling and filtering for class file entries within an archive
ClassFileArchiveEntryHandler(ScanResultCollector) - 类 的构造器cn.sexycode.util.core.file.scan.ClassFileArchiveEntryHandler
 
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ClassLoaderDelegate
Locate a class by name.
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderAccess
Obtain a Class reference by name
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderAccessImpl
 
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
Locate a class by name.
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
 
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Given the name of a Class, retrieve the XClass representation.
classForName(String, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Perform resolution of a class name.
classForName(String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
已过时。
classLoader - 类 中的变量cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
classLoader - 类 中的变量cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
classLoader - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
ClassLoaderAccess - cn.sexycode.util.core.cls.classloading中的接口
During the process of building this metamodel, accessing the ClassLoader is very discouraged.
ClassLoaderAccessImpl - cn.sexycode.util.core.cls.classloading中的类
Standard implementation of ClassLoaderAccess
ClassLoaderAccessImpl(ClassLoaderService) - 类 的构造器cn.sexycode.util.core.cls.classloading.ClassLoaderAccessImpl
 
ClassLoaderDelegate - cn.sexycode.util.core.cls中的接口
Delegate for interacting with ClassLoader methods.
ClassLoaderService - cn.sexycode.util.core.cls.classloading中的接口
A service for interacting with class loaders.
ClassLoaderService.Work<T> - cn.sexycode.util.core.cls.classloading中的接口
 
ClassLoaderServiceImpl - cn.sexycode.util.core.cls.classloading中的类
Standard implementation of the service for interacting with class loaders
ClassLoaderServiceImpl() - 类 的构造器cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with standard set-up
ClassLoaderServiceImpl(ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader
ClassLoaderServiceImpl(Collection<ClassLoader>, TcclLookupPrecedence) - 类 的构造器cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
ClassLoadingException - cn.sexycode.util.core.exception中的异常错误
 
ClassLoadingException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.ClassLoadingException
 
ClassLoadingException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.ClassLoadingException
 
ClassMetadata - cn.sexycode.util.core.cls中的接口
Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
ClassMetadataReadingVisitor - cn.sexycode.util.core.cls中的类
ASM class visitor which looks only for the class name and implemented types, exposing them through the org.springframework.core.type.ClassMetadata interface.
ClassMetadataReadingVisitor() - 类 的构造器cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
classNamesToString(Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - 接口 中的静态变量cn.sexycode.util.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX - 接口 中的静态变量cn.sexycode.util.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:".
CLASSPATH_URL_PREFIX - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathContextResource(String, ClassLoader) - 类 的构造器cn.sexycode.util.core.io.DefaultResourceLoader.ClassPathContextResource
 
ClassPathResource - cn.sexycode.util.core.io中的类
Resource implementation for class path resources.
ClassPathResource(String) - 类 的构造器cn.sexycode.util.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - 类 的构造器cn.sexycode.util.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - 类 的构造器cn.sexycode.util.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) - 类 的构造器cn.sexycode.util.core.io.ClassPathResource
ClassRelativeResourceLoader - cn.sexycode.util.core.io中的类
ResourceLoader implementation that interprets plain resource paths as relative to a given java.lang.Class.
ClassRelativeResourceLoader(Class<?>) - 类 的构造器cn.sexycode.util.core.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassUtils - cn.sexycode.util.core.cls中的类
Miscellaneous class utility methods.
ClassUtils() - 类 的构造器cn.sexycode.util.core.cls.ClassUtils
 
cleanPath(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clear() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
clear() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
clear() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
clear() - 接口 中的方法cn.sexycode.util.core.collection.Stack
Remmove all elements from the stack
clear() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
clear() - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
clearCache() - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Clear the internal annotation metadata cache.
clearCache() - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Clear the internal ResolvableType/SerializableTypeWrapper cache.
clearCache() - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Clear the internal method/field cache.
clearCache() - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Clear the internal method/field cache.
clearResourceCaches() - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Clear all resource caches in this resource loader.
clone() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
 
clone() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
Create a regular copy of this Map.
clone(Serializable) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deep clone an Object using serialization.
clone(Map<?, ?>) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Make a clone of the configuration values.
close() - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedServiceLoader
Release all resources.
close(URLConnection) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Closes a URLConnection.
close() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Closing this writer has no effect.
close() - 类 中的方法cn.sexycode.util.core.service.AbstractServiceRegistry
 
close() - 接口 中的方法cn.sexycode.util.core.service.ServiceRegistry
 
closeQuietly(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an OutputStream.
closeQuietly(Closeable) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Closeable.
closeQuietly(Socket) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Socket.
closeQuietly(Selector) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Selector.
closeQuietly(ServerSocket) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a ServerSocket.
cn.sexycode.util.core - 程序包 cn.sexycode.util.core
 
cn.sexycode.util.core.bytes - 程序包 cn.sexycode.util.core.bytes
 
cn.sexycode.util.core.cls - 程序包 cn.sexycode.util.core.cls
 
cn.sexycode.util.core.cls.classloading - 程序包 cn.sexycode.util.core.cls.classloading
 
cn.sexycode.util.core.cls.internal - 程序包 cn.sexycode.util.core.cls.internal
 
cn.sexycode.util.core.collection - 程序包 cn.sexycode.util.core.collection
 
cn.sexycode.util.core.exception - 程序包 cn.sexycode.util.core.exception
 
cn.sexycode.util.core.factory - 程序包 cn.sexycode.util.core.factory
 
cn.sexycode.util.core.factory.selector - 程序包 cn.sexycode.util.core.factory.selector
 
cn.sexycode.util.core.file - 程序包 cn.sexycode.util.core.file
 
cn.sexycode.util.core.file.scan - 程序包 cn.sexycode.util.core.file.scan
 
cn.sexycode.util.core.i18n - 程序包 cn.sexycode.util.core.i18n
 
cn.sexycode.util.core.io - 程序包 cn.sexycode.util.core.io
 
cn.sexycode.util.core.io.buffer - 程序包 cn.sexycode.util.core.io.buffer
 
cn.sexycode.util.core.io.support - 程序包 cn.sexycode.util.core.io.support
 
cn.sexycode.util.core.lang - 程序包 cn.sexycode.util.core.lang
 
cn.sexycode.util.core.object - 程序包 cn.sexycode.util.core.object
 
cn.sexycode.util.core.object.proxy - 程序包 cn.sexycode.util.core.object.proxy
 
cn.sexycode.util.core.properties - 程序包 cn.sexycode.util.core.properties
 
cn.sexycode.util.core.service - 程序包 cn.sexycode.util.core.service
 
cn.sexycode.util.core.str - 程序包 cn.sexycode.util.core.str
 
cn.sexycode.util.core.xml - 程序包 cn.sexycode.util.core.xml
 
collapse(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Collapses a name.
collapseQualifier(String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtils - cn.sexycode.util.core.collection中的类
Various help for handling collections.
COLON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
combine(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Combine two patterns into a new pattern.
combine(String, String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Combines two patterns into a new pattern that is returned.
COMMA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
commaDelimitedListToSet(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
compare(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher.AntPatternComparator
Compare two patterns to determine which should match first, i.e. which is the most specific regarding the current path.
CompoundTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
A composition of two TypeEnvironment functions.
concatenateStringArrays(String[], String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
concurrentMap(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Create a properly sized ConcurrentHashMap based on the given expected number of elements.
concurrentMap(int, float) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Create a properly sized ConcurrentHashMap based on the given expected number of elements and an explicit load factor
ConcurrentReferenceHashMap<K,V> - cn.sexycode.util.core.collection中的类
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,V> - cn.sexycode.util.core.collection中的类
A single map entry.
ConcurrentReferenceHashMap.Reference<K,V> - cn.sexycode.util.core.collection中的接口
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - cn.sexycode.util.core.collection中的类
Strategy class used to manage References.
ConcurrentReferenceHashMap.ReferenceType - cn.sexycode.util.core.collection中的枚举
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - cn.sexycode.util.core.collection中的枚举
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - cn.sexycode.util.core.collection中的类
A single segment used to divide the map to allow better concurrent performance.
contains(Object[], Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
contains(Iterator<?>, Object) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(Class<?>) - 异常错误 中的方法cn.sexycode.util.core.exception.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
containsAny(Collection<?>, Collection<?>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsConstant(Enum<?>[], String) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Check whether the given array contains the given element.
containsInstance(Collection<?>, Object) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
containsKey(Object) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
containsValue(Object) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
containsWhitespace(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check whether the given String contains any whitespace characters.
contentEquals(InputStream, InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
contentEqualsIgnoreEOL(Reader, Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not, ignoring EOL characters.
contentLength() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
 
contentLength() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
contentLength() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns the underlying File/Path length.
contentLength() - 接口 中的方法cn.sexycode.util.core.io.Resource
Determine the content length for this resource.
contentLength() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
ContextResource - cn.sexycode.util.core.io中的接口
Extended interface for a resource that is loaded from an enclosing 'context', e.g. from a javax.servlet.ServletContext but also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the local ResourceLoader's context).
convertByStyle(String, Style) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
根据指定的样式进行转换
convertClassLoaderURL(URL) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource.
convertClassNameToResourcePath(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Convert a "."
convertClassValues(Object, ClassLoader, AnnotationAttributes, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationReadingVisitorUtils
 
convertResourcePathToClassName(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Convert a "/"-based resource path to a "."
copy(InputStream, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(InputStream, Writer, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Reader, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.CachedBeanCopier
 
COPYABLE_FIELDS - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
Pre-built FieldFilter that matches all non-static, non-final fields.
COPYABLE_FIELDS - 类 中的静态变量cn.sexycode.util.core.object.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyLarge(InputStream, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, long, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(InputStream, OutputStream, long, long, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(Reader, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, long, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
copyLarge(Reader, Writer, long, long, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
copyProperties(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
 
countNonNull(Serializable[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
countOccurrencesOf(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Count the occurrences of the substring sub in string str.
countTrue(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
countUnquoted(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
CR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
A String for carriage return CR ("\r").
create(AggregatedClassLoader, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.classloading.AggregatedServiceLoader
 
create(TypeEnvironment, TypeEnvironment) - 类 中的静态方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
create(Member, TypeEnvironment, JavaReflectionManager) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
create(Member, TypeEnvironment, JavaReflectionManager) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
create(Class<? extends T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategyCreator
 
createArrayType(Type) - 类 中的静态方法cn.sexycode.util.core.cls.internal.TypeFactory
 
createCompositeInterface(Class<?>[], ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createParameterizedType(Type, Type[], Type) - 类 中的静态方法cn.sexycode.util.core.cls.internal.TypeFactory
 
createProxy(Object, InvocationHandler) - 接口 中的方法cn.sexycode.util.core.object.proxy.CglibProxyFactory
 
createProxy(Object, InvocationHandler) - 接口 中的方法cn.sexycode.util.core.object.proxy.ProxyFactory
 
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.FileUrlResource
 
createRelative(String) - 接口 中的方法cn.sexycode.util.core.io.Resource
Create a resource relative to this resource.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation creates a UrlResource, delegating to UrlResource.createRelativeURL(String) for adapting the relative path.
createRelative(String) - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
createRelativeURL(String) - 类 中的方法cn.sexycode.util.core.io.UrlResource
This delegate creates a java.net.URL, applying the given path relative to the path of the underlying URL of this resource descriptor.
CRLF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
customizeConnection(URLConnection) - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
customizeConnection(HttpURLConnection) - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource

D

DASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DataBuffer - cn.sexycode.util.core.io.buffer中的接口
Basic abstraction over byte buffers.
dataBuffer() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
Return the wrapped delegate.
DataBufferFactory - cn.sexycode.util.core.io.buffer中的接口
A factory for DataBuffers, allowing for allocation and wrapping of data buffers.
DataBufferLimitException - cn.sexycode.util.core.io.buffer中的异常错误
Exception that indicates the cumulative number of bytes consumed from a stream of DataBuffer's exceeded some pre-configured limit.
DataBufferLimitException(String) - 异常错误 的构造器cn.sexycode.util.core.io.buffer.DataBufferLimitException
 
DataBufferWrapper - cn.sexycode.util.core.io.buffer中的类
Provides a convenient implementation of the DataBuffer interface that can be overridden to adapt the delegate.
DataBufferWrapper(DataBuffer) - 类 的构造器cn.sexycode.util.core.io.buffer.DataBufferWrapper
Create a new DataBufferWrapper that wraps the given buffer.
declaresException(Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
declaresException(Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
declaringClassName - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
decode(String) - 类 中的静态方法cn.sexycode.util.core.xml.XmlUtil
 
decreaseNestingLevel() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Decrease this parameter's nesting level.
deepCopy() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
Create a deep copy of this Map.
DEFAULT_FILTER - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
DEFAULT_INITIAL_CAPACITY - 类 中的静态变量cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
The default capacity when none is specified.
DEFAULT_PATH_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.AntPathMatcher
Default path separator: "/"
DEFAULT_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.support.LocalizedResourceHelper
The default separator to use in-between file name parts: an underscore.
DefaultAnnotationAttributeExtractor - cn.sexycode.util.core.cls中的类
Default implementation of the AnnotationAttributeExtractor strategy that is backed by an Annotation.
DefaultAnnotationAttributeExtractor(Annotation, Object) - 类 的构造器cn.sexycode.util.core.cls.DefaultAnnotationAttributeExtractor
Construct a new DefaultAnnotationAttributeExtractor.
defaultCase(Type) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
defaultClassLoader() - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Returns the Thread Context ClassLoader (TCCL).
DefaultDataBuffer - cn.sexycode.util.core.io.buffer中的类
Default implementation of the DataBuffer interface that uses a ByteBuffer internally. with separate read and write positions.
DefaultDataBufferFactory - cn.sexycode.util.core.io.buffer中的类
Default implementation of the DataBufferFactory interface.
DefaultDataBufferFactory() - 类 的构造器cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory with default settings.
DefaultDataBufferFactory(boolean) - 类 的构造器cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory, indicating whether direct buffers should be created by DefaultDataBufferFactory.allocateBuffer() and DefaultDataBufferFactory.allocateBuffer(int).
DefaultDataBufferFactory(boolean, int) - 类 的构造器cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory, indicating whether direct buffers should be created by DefaultDataBufferFactory.allocateBuffer() and DefaultDataBufferFactory.allocateBuffer(int), and what the capacity is to be used for DefaultDataBufferFactory.allocateBuffer().
DefaultPropertiesPersister - cn.sexycode.util.core.io.support中的类
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - 类 的构造器cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
DefaultResourceLoader - cn.sexycode.util.core.io中的类
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - 类 的构造器cn.sexycode.util.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - 类 的构造器cn.sexycode.util.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader.ClassPathContextResource - cn.sexycode.util.core.io中的类
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
delete(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Take a String that is a delimited list and convert it into a String array.
depth() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
depth() - 接口 中的方法cn.sexycode.util.core.collection.Stack
How many elements are currently on the stack?
depth() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
DescriptiveResource - cn.sexycode.util.core.io中的类
Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
DescriptiveResource(String) - 类 的构造器cn.sexycode.util.core.io.DescriptiveResource
Create a new DescriptiveResource.
deserialize(InputStream) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(InputStream, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(byte[]) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
deserialize(byte[], ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from an array of bytes.
determineCommonAncestor(Class<?>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine the common ancestor of the given classes, if any.
determineProperSizing(Map) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Given a map, determine the proper initial size for a new Map to hold the same number of values.
determineProperSizing(Set) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Given a set, determine the proper initial size for a new set to hold the same number of values.
determineProperSizing(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Determine the proper initial size for a new collection in order for it to hold the given a number of elements.
determineRootDir(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Determine the root directory for the given location.
DIR_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Windows directory separator character.
disableCache() - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Disables the internal caching of resolved TypeVariables.
doDeserialize(InputStream, ClassLoader, ClassLoader, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
 
doesNotContain(String, String, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
doFindAllClassPathResources(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given path via the ClassLoader.
doFindMatchingFileSystemResources(File, String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingJarResources(Resource, URL, String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGetPath(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
doGetVisitorAttributes() - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
DOLLAR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOLLAR_LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
doMatch(String, String, boolean, Map<String, String>) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Actually match the given path against the given pattern.
doRetrieveMatchingFiles(String, File, Set<File>) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doSwitch(Type) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
DOT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_CLASS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_JAVA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_XML - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
DOTDOT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
doWith(Field) - 接口 中的方法cn.sexycode.util.core.object.ReflectHelper.FieldCallback
Perform an operation using the given field.
doWith(Method) - 接口 中的方法cn.sexycode.util.core.object.ReflectHelper.MethodCallback
Perform an operation using the given method.
doWith(Field) - 接口 中的方法cn.sexycode.util.core.object.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - 接口 中的方法cn.sexycode.util.core.object.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectHelper.FieldCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectHelper.FieldCallback, ReflectHelper.FieldFilter) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithLocalFields(Class<?>, ReflectHelper.FieldCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Invoke the given callback on all locally declared fields in the given class.
doWithLocalFields(Class<?>, ReflectionUtils.FieldCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the given callback on all locally declared fields in the given class.
doWithLocalMethods(Class<?>, ReflectHelper.MethodCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
doWithLocalMethods(Class<?>, ReflectionUtils.MethodCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
doWithMethods(Class<?>, ReflectHelper.MethodCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectHelper.MethodCallback, ReflectHelper.MethodFilter) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWork(ClassLoader) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService.Work
 

E

element - 类 中的变量cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
EMPTY - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
EMPTY_ARRAY - 类 中的变量cn.sexycode.util.core.str.StringUtils
 
EMPTY_BOOLEAN_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_BYTE_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_CLASS_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_COLLECTION - 类 中的静态变量cn.sexycode.util.core.collection.CollectionUtils
已过时。
EMPTY_INT_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_LIST - 类 中的静态变量cn.sexycode.util.core.collection.CollectionUtils
已过时。
EMPTY_MAP - 类 中的静态变量cn.sexycode.util.core.collection.CollectionUtils
已过时。
EMPTY_OBJECT_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_STRING_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_STRINGS - 类 中的静态变量cn.sexycode.util.core.str.StringUtils
 
enableCache() - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Enables the internal caching of resolved TypeVariables.
EncodedResource - cn.sexycode.util.core.io.support中的类
Holder that combines a Resource descriptor with a specific encoding or Charset to be used for reading from the resource.
EncodedResource(Resource) - 类 的构造器cn.sexycode.util.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, not specifying an explicit encoding or Charset.
EncodedResource(Resource, String) - 类 的构造器cn.sexycode.util.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
EncodedResource(Resource, Charset) - 类 的构造器cn.sexycode.util.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified Charset.
endsWithIgnoreCase(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
ensureAccessibility(AccessibleObject) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
ensureCapacity(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Ensure that the current buffer has enough DataBuffer.writableByteCount() to write the amount of data given as an argument.
ensureCapacity(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
ensureCapacity(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
Entry(K, V) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
entrySet() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
entrySet() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
equals(XClass, Class) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.Pair
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.ParameterizedTypeReference
 
equals(XClass, Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
 
equals(Object) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
Returns true if the underlying artefact is the same
equals(Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
equals(Object) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
equals(Object) - 类 中的方法cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
equals(Object) - 类 中的方法cn.sexycode.util.core.file.scan.PackageDescriptorImpl
 
equals(Object) - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation compares description strings.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
equals(Object) - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
This implementation compares the underlying description String.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
 
equals(Object) - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
equals(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.EqualsHelper
 
EQUALS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
EqualsHelper - cn.sexycode.util.core.object中的类
Helper for equality determination
ExceptionMessageUtil - cn.sexycode.util.core.exception中的类
 
ExceptionMessageUtil() - 类 的构造器cn.sexycode.util.core.exception.ExceptionMessageUtil
 
EXCLAMATION_MARK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
exists() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
 
exists() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
exists() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation always returns true.
exists() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
 
exists() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation always returns true.
exists() - 接口 中的方法cn.sexycode.util.core.io.Resource
Determine whether this resource actually exists in physical form.
exists() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
exists(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
ExplodedArchiveDescriptor - cn.sexycode.util.core.file中的类
Descriptor for exploded (directory) archives
ExplodedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - 类 的构造器cn.sexycode.util.core.file.ExplodedArchiveDescriptor
Constructs an ExplodedArchiveDescriptor
extractArchiveURL(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Extract the URL for the outermost archive from the given jar/war URL (which may point to a resource in a jar file or to a jar file itself).
extractEqualsMethod(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Encapsulation of getting hold of a class's equals method.
extractHashCodeMethod(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractJarFileURL(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractLocalFilePath(URL) - 类 中的方法cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
extractName(ZipEntry) - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
extractNonNull(Serializable[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
extractPathWithinPattern(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPropertyValue(String, Properties) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Extract a property value by name from the given properties object.
extractPropertyValue(String, Map) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Extract a property value by name from the given properties object.
extractRelativeName(ZipEntry) - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
extractUriTemplateVariables(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
 
extractUriTemplateVariables(String, String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Given a pattern and a full path, extract the URI template variables.

F

factory() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the DataBufferFactory that created this buffer.
factory() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
factory() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
FactoryBean<T> - cn.sexycode.util.core.factory中的接口
 
FALSE - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
FALSE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
FieldTypeProvider(Field) - 类 的构造器cn.sexycode.util.core.cls.SerializableTypeWrapper.FieldTypeProvider
 
FILE_URL_PREFIX - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL prefix for loading from the file system: "file:"
FileDescriptor - cn.sexycode.util.core.file.scan中的接口
Descriptor for a mapping (XML) file.
FileDescriptorImpl - cn.sexycode.util.core.file.scan中的类
 
FileDescriptorImpl(String, InputStream) - 类 的构造器cn.sexycode.util.core.file.scan.FileDescriptorImpl
 
fileName(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
FileSystemResource - cn.sexycode.util.core.io中的类
Resource implementation for java.io.File and java.nio.file.Path handles with a file system target.
FileSystemResource(String) - 类 的构造器cn.sexycode.util.core.io.FileSystemResource
Create a new FileSystemResource from a file path.
FileSystemResource(File) - 类 的构造器cn.sexycode.util.core.io.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(Path) - 类 的构造器cn.sexycode.util.core.io.FileSystemResource
Create a new FileSystemResource from a Path handle, performing all file system interactions via NIO.2 instead of File.
FileSystemResource(FileSystem, String) - 类 的构造器cn.sexycode.util.core.io.FileSystemResource
Create a new FileSystemResource from a FileSystem handle, locating the specified path.
FileSystemResourceLoader - cn.sexycode.util.core.io中的类
ResourceLoader implementation that resolves plain paths as file system resources rather than as class path resources (the latter is DefaultResourceLoader's default strategy).
FileSystemResourceLoader() - 类 的构造器cn.sexycode.util.core.io.FileSystemResourceLoader
 
FileUrlResource - cn.sexycode.util.core.io中的类
Subclass of UrlResource which assumes file resolution, to the degree of implementing the WritableResource interface for it.
FileUrlResource(URL) - 类 的构造器cn.sexycode.util.core.io.FileUrlResource
Create a new FileUrlResource based on the given URL object.
FileUrlResource(String) - 类 的构造器cn.sexycode.util.core.io.FileUrlResource
Create a new FileUrlResource based on the given file location, using the URL protocol "file".
FileUtils - cn.sexycode.util.core.file中的类
 
FileUtils() - 类 的构造器cn.sexycode.util.core.file.FileUtils
 
fillArray(String, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
fillArray(int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
fillProperties(Properties, EncodedResource) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
fillProperties(Properties, EncodedResource, PropertiesPersister) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Actually load properties from the given EncodedResource into the given Properties instance.
fillProperties(Properties, Resource) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given resource (in ISO-8859-1 encoding).
Filter - cn.sexycode.util.core.cls中的接口
Filter properties
findAllClassPathResources(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAnnotation(AnnotatedElement, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Find a single Annotation of annotationType on the supplied AnnotatedElement.
findAnnotation(Method, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Find a single Annotation of annotationType on the supplied Method, traversing its super methods (i.e., from superclasses and interfaces) if the annotation is not directly present on the given method itself.
findAnnotation(Class<?>, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Find a single Annotation of annotationType on the supplied Class, traversing its interfaces, annotations, and superclasses if the annotation is not directly present on the given class itself.
findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) on which an annotation of the specified annotationType is directly present.
findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) on which at least one of the specified annotationTypes is directly present.
findBridgedMethod(Method) - 类 中的静态方法cn.sexycode.util.core.cls.BridgeMethodResolver
Find the original method for the supplied bridge Method.
findClass(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedClassLoader
 
findCommonElementType(Collection<?>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Find the common element type of the given Collection, if any.
findCurrentFirst(Function<T, X>) - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
findCurrentFirst(Function<T, X>) - 接口 中的方法cn.sexycode.util.core.collection.Stack
Find an element on the stack and return a value.
findCurrentFirst(Function<T, X>) - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
findField(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Attempt to find a field on the supplied Class with the supplied name and/or type.
findField(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection<?>, Collection<E>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findGetterMethod(Class, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
findLocalizedResource(String, String, Locale) - 类 中的方法cn.sexycode.util.core.io.support.LocalizedResourceHelper
Find the most specific localized resource for the given name, extension and locale: The file will be searched with locations in the following order, similar to java.util.ResourceBundle's search order: [name]_[language]_[country]_[variant][extension] [name]_[language]_[country][extension] [name]_[language][extension] [name][extension] If none of the specific files can be found, a resource descriptor for the default location will be returned.
findMethod(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findMethod(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findPathMatchingResources(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
findResource(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedClassLoader
 
findRoot(URL) - 类 中的静态方法cn.sexycode.util.core.io.support.VfsPatternUtils
 
findSetterMethod(Class, String, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
findValueOfType(Collection<?>, Class<T>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
firstIndexOfChar(String, BitSet, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
firstIndexOfChar(String, String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
flush() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Flushing this writer has no effect.
forArrayComponent(ResolvableType) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType as a array of the specified componentType.
forClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Class, using the full generic type information for assignability checks.
forClass(Class<?>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified base type (interface or base class) with a given implementation class.
forClassWithGenerics(Class<?>, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Class with pre-declared generics.
forClassWithGenerics(Class<?>, ResolvableType...) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Class with pre-declared generics.
forConstructorParameter(Constructor<?>, int) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Constructor parameter.
forConstructorParameter(Constructor<?>, int, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Constructor parameter with a given implementation.
forField(Field) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Field.
forField(Field, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Field with a given implementation.
forField(Field, ResolvableType) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Field with a given implementation.
forField(Field, int) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Field with the given nesting level.
forField(Field, int, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Field with a given implementation and the given nesting level.
forField(Field) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
forGenericInterfaces(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
forGenericSuperclass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
forInstance(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified instance.
forMethodOrConstructor(Object, int) - 类 中的静态方法cn.sexycode.util.core.cls.MethodParameter
Create a new MethodParameter for the given method or constructor.
forMethodParameter(Method, int) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Method parameter.
forMethodParameter(Method, int, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Method parameter with a given implementation.
forMethodParameter(MethodParameter) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified MethodParameter.
forMethodParameter(MethodParameter, ResolvableType) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified MethodParameter with a given implementation type.
forMethodParameter(MethodParameter, Type) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified MethodParameter, overriding the target type to resolve with a specific given type.
forMethodParameter(MethodParameter) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
forMethodReturnType(Method) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Method return type.
forMethodReturnType(Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Method return type.
forName(String, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
forRawClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Class, doing assignability checks against the raw class only (analogous to Class.isAssignableFrom(java.lang.Class<?>), which this serves as a wrapper for.
forType(Type) - 类 中的静态方法cn.sexycode.util.core.cls.ParameterizedTypeReference
Build a ParameterizedTypeReference wrapping the given type.
forType(Type) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Type.
forType(Type, ResolvableType) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Type backed by the given owner type.
forType(ParameterizedTypeReference<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified ParameterizedTypeReference.
forType(Type, ResolvableType.VariableResolver) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Type backed by a given ResolvableType.VariableResolver.
forType(Type, SerializableTypeWrapper.TypeProvider, ResolvableType.VariableResolver) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified Type backed by a given ResolvableType.VariableResolver.
forTypeParameters(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
forTypeProvider(SerializableTypeWrapper.TypeProvider) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
fromEmptyByteBuffer(DefaultDataBufferFactory, ByteBuffer) - 类 中的静态方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
fromFilledByteBuffer(DefaultDataBufferFactory, ByteBuffer) - 类 中的静态方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
fromInt(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret an int as its binary form
fromLong(long) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret a long as its binary form
fromMap(Map<String, Object>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationAttributes
Return an AnnotationAttributes instance based on the given map.
fromShort(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret a short as its binary form

G

generateAlias(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
generateAlias(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Generate a nice alias for the given class name or collection role name and unique integer.
generateProxy(InvocationHandler, Class...) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
 
generateProxy(InvocationHandler, Class...) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
get(Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
get() - 接口 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Reference
Return the referenced entry, or null if the entry is no longer available.
get(Object) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
getActualTypeArguments() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getAliasedClassArray(String, Class<? extends Annotation>, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
已过时。
as of Spring 4.3.2, in favor of built-in alias resolution in AnnotationAttributes.getClassArray(java.lang.String) itself
getAliasedString(String, Class<? extends Annotation>, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
已过时。
as of Spring 4.3.2, in favor of built-in alias resolution in AnnotationAttributes.getString(java.lang.String) itself
getAliasedStringArray(String, Class<? extends Annotation>, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
已过时。
as of Spring 4.3.2, in favor of built-in alias resolution in AnnotationAttributes.getStringArray(java.lang.String) itself
getAll() - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedServiceLoader
 
getAllAnnotationAttributes(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotatedTypeMetadata
Retrieve all attributes of all annotations of the given type, if any (i.e. if defined on the underlying element, as direct annotation or meta-annotation).
getAllAnnotationAttributes(String, boolean) - 接口 中的方法cn.sexycode.util.core.cls.AnnotatedTypeMetadata
Retrieve all attributes of all annotations of the given type, if any (i.e. if defined on the underlying element, as direct annotation or meta-annotation).
getAllAnnotationAttributes(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getAllAnnotationAttributes(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getAllAnnotationAttributes(String) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getAllAnnotationAttributes(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getAllDeclaredMethods(Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Get all declared methods on the leaf class and all superclasses.
getAllDeclaredMethods(Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllInterfaces(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given instance implements as an array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given instance implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAnnotatedElement() - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
 
getAnnotatedElement() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationAttributeExtractor
Get the element that is annotated with an annotation of the annotation type supported by this extractor.
getAnnotatedElement() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the wrapped annotated element.
getAnnotatedMethods(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Retrieve the method metadata for all methods that are annotated (or meta-annotated) with the given annotation type.
getAnnotatedMethods(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getAnnotation(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the AnnotationAttributes stored under the specified attributeName.
getAnnotation(String, Class<A>) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the annotation of type annotationType stored under the specified attributeName.
getAnnotation(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
getAnnotation(Annotation, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get a single Annotation of annotationType from the supplied annotation: either the given annotation itself or a direct meta-annotation thereof.
getAnnotation(AnnotatedElement, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get a single Annotation of annotationType from the supplied AnnotatedElement, where the annotation is either present or meta-present on the AnnotatedElement.
getAnnotation(Method, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method, where the annotation is either present or meta-present on the method.
getAnnotation(AnnotatedElement, String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the annotation with the supplied annotationName on the supplied element.
getAnnotation(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
getAnnotation(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getAnnotation(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
getAnnotationArray(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the array of AnnotationAttributes stored under the specified attributeName.
getAnnotationArray(String, Class<A>) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the array of type annotationType stored under the specified attributeName.
getAnnotationAttributes(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotatedTypeMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e. if defined on the underlying element, as direct annotation or meta-annotation), also taking attribute overrides on composed annotations into account.
getAnnotationAttributes(String, boolean) - 接口 中的方法cn.sexycode.util.core.cls.AnnotatedTypeMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e. if defined on the underlying element, as direct annotation or meta-annotation), also taking attribute overrides on composed annotations into account.
getAnnotationAttributes(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getAnnotationAttributes(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getAnnotationAttributes(Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as a Map, preserving all attribute types.
getAnnotationAttributes(Annotation, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as a Map.
getAnnotationAttributes(Annotation, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map.
getAnnotationAttributes(AnnotatedElement, Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map.
getAnnotationAttributes(AnnotatedElement, Annotation, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map.
getAnnotationAttributes(String) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getAnnotationAttributes(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getAnnotationMetadata() - 接口 中的方法cn.sexycode.util.core.cls.MetadataReader
Read full annotation metadata for the underlying class, including metadata for annotated methods.
getAnnotationMetadata() - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReader
 
getAnnotationReader(AnnotatedElement) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
getAnnotationReader(AnnotatedElement) - 接口 中的方法cn.sexycode.util.core.cls.MetadataProvider
provide metadata for a gien annotated element
getAnnotations() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
getAnnotations(AnnotatedElement) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get all Annotations that are present on the supplied AnnotatedElement.
getAnnotations(Method) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get all Annotations that are present on the supplied Method.
getAnnotations() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
getAnnotations() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getAnnotations() - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
getAnnotationType() - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
 
getAnnotationType() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationAttributeExtractor
Get the type of annotation that this extractor extracts attribute values for.
getAnnotationTypes() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Get the fully qualified class names of all annotation types that are present on the underlying class.
getAnnotationTypes() - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getArchiveDescriptorFactory() - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
getArchiveUrl() - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
getAttributeAliasMap(Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get a map of all attribute aliases declared via @AliasFor in the supplied annotation type.
getAttributeAliasNames(Method) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the names of the aliased attributes configured via @AliasFor for the supplied annotation attribute.
getAttributeMethods(Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get all methods declared in the supplied annotationType that match Java's requirements for annotation attributes.
getAttributeOverrideName(Method, Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the name of the overridden attribute configured via @AliasFor for the supplied annotation attribute.
getAttributeValue(Method) - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
 
getAttributeValue(Method) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationAttributeExtractor
Get the attribute value from the underlying source that corresponds to the supplied attribute method.
getBatchSizes(int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
getBean(Class<T>) - 接口 中的方法cn.sexycode.util.core.factory.BeanFactory
 
getBean(String) - 接口 中的方法cn.sexycode.util.core.factory.BeanFactory
 
getBean(String, Class<T>) - 接口 中的方法cn.sexycode.util.core.factory.BeanFactory
 
getBeanFactory() - 类 中的静态方法cn.sexycode.util.core.factory.BeanFactoryUtil
 
getBoolean(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as a boolean.
getBoolean(String, Map) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as a boolean (default of false)
getBoolean(String, Map, boolean) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as a boolean.
getBuilder() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Return the underlying builder.
getByte(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Read a single byte at the given index from this data buffer.
getByte(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
getByte(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
getByteArray() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
Return the underlying byte array.
getBytesFromInputStream(InputStream) - 类 中的静态方法cn.sexycode.util.core.file.ArchiveHelper
Extracts the bytes out of an InputStream.
getBytesFromInputStreamSafely(InputStream) - 类 中的静态方法cn.sexycode.util.core.file.ArchiveHelper
Extracts the bytes out of an InputStream.
getCategorization() - 接口 中的方法cn.sexycode.util.core.file.scan.ClassDescriptor
 
getCategorization() - 类 中的方法cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
getCharset() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Return the Charset to use for reading from the resource, or null if none specified.
getChild(Object, String) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getClass(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as a class.
getClassArray(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as an array of classes.
getClassFileName(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassLoader() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Return the ClassLoader to load class path resources with.
getClassLoader() - 接口 中的方法cn.sexycode.util.core.io.ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClassLoader() - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
 
getClassLoaderDelegate() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getClassLoaderDelegate() - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Access to the ClassLoaderDelegate currently associated with this ReflectionManager
getClassMetadata() - 接口 中的方法cn.sexycode.util.core.cls.MetadataReader
Read basic class metadata for the underlying class.
getClassMetadata() - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReader
 
getClassName() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return the name of the underlying class.
getClassName() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getClassOrElementClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The type of this property's elements for arrays, the type of the property itself for everything else.
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getCollectionClass(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
getCollectionClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The collection class for collections, null for others.
getComponentType() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return the ResolvableType representing the component type of the array or ResolvableType.NONE if this type does not represent an array.
getConstructor() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the wrapped Constructor, if any.
getConstructorIfAvailable(Class<T>, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getContainingClass() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
 
getCount() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
Return the total number of references in this segment.
getCount() - 类 中的方法cn.sexycode.util.core.io.support.ResourceRegion
Return the byte count of this region in the underlying Resource.
getCurrent() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
getCurrent() - 接口 中的方法cn.sexycode.util.core.collection.Stack
The element currently at the top of the stack
getCurrent() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
getDeclaredMethods() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredMethods() - 接口 中的方法cn.sexycode.util.core.cls.XClass
Returns the Methods defined by this class.
getDeclaredProperties(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredProperties(String, Filter) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredProperties(String) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getDeclaredProperties(String, Filter) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the declared repeatable annotations of annotationType from the supplied AnnotatedElement, where such annotations are either directly present, indirectly present, or meta-present on the element.
getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the declared repeatable annotations of annotationType from the supplied AnnotatedElement, where such annotations are either directly present, indirectly present, or meta-present on the element.
getDeclaringClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getDeclaringClass() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the class that declares the underlying Method or Constructor.
getDeclaringClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
Retrieve the XClass reference for the class which declares this member.
getDeclaringClassName() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return the fully-qualified name of the class that declares this method.
getDeclaringClassName() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getDefaultClassLoader() - 类 中的静态方法cn.sexycode.util.core.cls.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.
getDefaultConstructor(Class<T>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaults() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
getDefaults() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getDefaults() - 接口 中的方法cn.sexycode.util.core.cls.MetadataProvider
provide default metadata
getDefaults() - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
getDefaultValue(Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the default value of the value attribute of a single-element Annotation, given an annotation instance.
getDefaultValue(Annotation, String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the default value of a named attribute, given an annotation instance.
getDefaultValue(Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the default value of the value attribute of a single-element Annotation, given the annotation type.
getDefaultValue(Class<? extends Annotation>, String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the default value of a named attribute, given the annotation type.
getDescription() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
 
getDescription() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 接口 中的方法cn.sexycode.util.core.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns a description that includes the URL.
getDescription() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getDescriptiveType(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDisplayString(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getElementClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
This property's type for simple properties, the type of its elements for arrays and collections.
getEnclosingClassName() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return the name of the enclosing class of the underlying class, or null if the underlying class is a top-level class.
getEnclosingClassName() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
getEncoding() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Return the encoding to use for reading from the resource, or null if none specified.
getEntryBasePrefix() - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
getEnum(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as an enum.
getEnumValue(String, String) - 类 中的方法cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
getEnvironment(Class) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getEnvironment(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getEnvironment(Type, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getExplicitlyListedClassNames() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanEnvironment
Returns any classes which are explicitly listed as part of the "persistence unit".
getFactory() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getField(Field, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Get the field represented by the supplied field object on the specified target object.
getField(Field, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getFile() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile(URI) - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the given URI-identified resource, provided that it refers to a file in the file system.
getFile() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns the underlying File reference.
getFile() - 类 中的方法cn.sexycode.util.core.io.FileUrlResource
 
getFile() - 接口 中的方法cn.sexycode.util.core.io.Resource
Return a File handle for this resource.
getFile(String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getFile(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URL, String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URI) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile(URI, String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFile() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getFile(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getFileForLastModifiedCheck() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileForLastModifiedCheck() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
Determine the File to use for timestamp checking.
getFilename() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation always returns null, assuming that this resource type does not have a filename.
getFilename() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns the name of the file.
getFilename() - 接口 中的方法cn.sexycode.util.core.io.Resource
Determine a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
getFilename() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getFilename(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getFirst(K) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
getFirst(K) - 接口 中的方法cn.sexycode.util.core.collection.MultiValueMap
Return the first value for the given key.
getFirstNonWhitespaceCharacter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
getGeneric(int...) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType representing the generic parameter for the given indexes.
getGenericParameterType() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the generic type of the method/constructor parameter.
getGenerics() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return an array of ResolvableTypes representing the generic parameters of this type.
getHash(Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - 接口 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Reference
Return the hash for the reference.
getIdentityHexString(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hex String form of an object's identity hash code.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
 
getInputStream() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation opens a NIO file stream for the underlying file.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - 接口 中的方法cn.sexycode.util.core.io.InputStreamSource
Return an InputStream for the content of an underlying resource.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Open an InputStream for the specified resource, ignoring any specified Charset or encoding.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation opens an InputStream for the given URL.
getInputStream() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getInputStream(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getInt(String, Map, int) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as an int
getInteger(String, Map) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as an Integer
getInterfaceMethodIfPossible(Method) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine a corresponding interface method for the given method handle, if possible.
getInterfaceNames() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return the names of all interfaces that the underlying class implements, or an empty array if there are none.
getInterfaceNames() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
getInterfaces() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getInterfaces() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType array representing the direct interfaces implemented by this type.
getInterfaces() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getJarFile(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getJarURLFromURLEntry(URL, String) - 接口 中的方法cn.sexycode.util.core.file.ArchiveDescriptorFactory
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc) and an entry within that JAR, find the URL to the JAR itself.
getJarURLFromURLEntry(URL, String) - 类 中的静态方法cn.sexycode.util.core.file.ArchiveHelper
Get the JAR URL of the JAR containing the given entry Method used in a non managed environment
getJarURLFromURLEntry(URL, String) - 类 中的方法cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
getJavaType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getKey() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
getLastModified(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getLastNonWhitespaceCharacter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
getLoadFactor() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
getLocal() - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getLocatedClasses() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResult
Returns descriptors for all classes discovered as part of the scan
getLocatedClasses() - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultImpl
 
getLocatedMappingFiles() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResult
Returns descriptors for all mapping files discovered as part of the scan
getLocatedMappingFiles() - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultImpl
 
getLocatedPackages() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResult
Returns descriptors for all packages discovered as part of the scan
getLocatedPackages() - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultImpl
 
getLong(String, Map, int) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getMapKey() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The type of this map's key, or null for anything that is not a map.
getMember() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getMember() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the wrapped member.
getMemberClassNames() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return the names of all classes declared as members of the class represented by this ClassMetadata object.
getMemberClassNames() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
getMergedAnnotationAttributes(LinkedMultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationReadingVisitorUtils
Retrieve the merged attributes of the annotation of the given type, if any, from the supplied attributesMap.
getMessage(String, Object[]) - 类 中的静态方法cn.sexycode.util.core.exception.ExceptionMessageUtil
 
getMessage(String) - 类 中的静态方法cn.sexycode.util.core.exception.ExceptionMessageUtil
 
getMessage() - 异常错误 中的方法cn.sexycode.util.core.exception.NestedIOException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - 异常错误 中的方法cn.sexycode.util.core.exception.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessage(String, String) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getMessage(String, String, Locale) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getMessage(String, String, Object[]) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getMessage(String, String, Object[], String, Locale) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getMessage(String, String, Object[], Locale) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
 
getMessage(String, String, String) - 类 中的静态方法cn.sexycode.util.core.i18n.I18NUtil
根据CODE查询,自定义默认值,默认无通配参数
getMetaAnnotationTypes(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Get the fully qualified class names of all meta-annotation types that are present on the given annotation type on the underlying class.
getMetaAnnotationTypes(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
getMetadataProvider() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getMetadataProvider() - 接口 中的方法cn.sexycode.util.core.cls.MetadataProviderInjector
 
getMetadataReader(String) - 接口 中的方法cn.sexycode.util.core.cls.MetadataReaderFactory
Obtain a MetadataReader for the given class name.
getMetadataReader(Resource) - 接口 中的方法cn.sexycode.util.core.cls.MetadataReaderFactory
Obtain a MetadataReader for the given resource.
getMetadataReader(String) - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
 
getMetadataReader(Resource) - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
 
getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else throws an IllegalStateException).
getMethod() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the wrapped Method, if any.
getMethod(Class, Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
getMethodAnnotation(Class<A>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the method/constructor annotation of the given type, if available.
getMethodAnnotations() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the annotations associated with the target method/constructor itself.
getMethodCountForName(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else return null).
getMethodName() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return the name of the method.
getMethodName() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getModifiers() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getModifiers() - 接口 中的方法cn.sexycode.util.core.cls.XMember
Same modifiers as java.lang.Member#getModifiers()
getMostSpecificCause(Throwable) - 类 中的静态方法cn.sexycode.util.core.exception.NestedExceptionUtils
Retrieve the most specific cause of the given exception, that is, either the innermost cause (root cause) or the exception itself.
getMostSpecificCause() - 异常错误 中的方法cn.sexycode.util.core.exception.NestedRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificMethod(Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXPackage
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XPackage
 
getName() - 接口 中的方法cn.sexycode.util.core.file.ArchiveEntry
Get the entry's name
getName() - 接口 中的方法cn.sexycode.util.core.file.scan.ClassDescriptor
Retrieves the class name, not the file name.
getName() - 类 中的方法cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
getName() - 接口 中的方法cn.sexycode.util.core.file.scan.FileDescriptor
The mapping file name.
getName() - 类 中的方法cn.sexycode.util.core.file.scan.FileDescriptorImpl
 
getName() - 接口 中的方法cn.sexycode.util.core.file.scan.PackageDescriptor
Retrieves the package name.
getName() - 类 中的方法cn.sexycode.util.core.file.scan.PackageDescriptorImpl
 
getName(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getNameWithinArchive() - 接口 中的方法cn.sexycode.util.core.file.ArchiveEntry
Get the relative name of the entry within the archive.
getNativeBuffer() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
Directly exposes the native ByteBuffer that this buffer is based on also updating the ByteBuffer's position and limit to match the current DefaultDataBuffer.readPosition() and DefaultDataBuffer.readableByteCount().
getNested(int) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified nesting level.
getNested(int, Map<Integer, Integer>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType for the specified nesting level.
getNestedGenericParameterType() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the nested generic type of the method/constructor parameter.
getNestedParameterType() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the nested type of the method/constructor parameter.
getNestingLevel() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the nesting level of the target type (typically 1; e.g. in case of a List of Lists, 1 would indicate the nested List, whereas 2 would indicate the element of the nested List).
getNext() - 接口 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Reference
Return the next reference in the chain, or null if none.
getNonRootUrls() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanEnvironment
Returns any non-root URLs for scanning.
getNumber(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as a number.
getObject() - 接口 中的方法cn.sexycode.util.core.factory.FactoryBean
 
getOrDefault(Object, V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
getOutputStream() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation opens a FileOutputStream for the underlying file.
getOutputStream() - 类 中的方法cn.sexycode.util.core.io.FileUrlResource
 
getOutputStream() - 接口 中的方法cn.sexycode.util.core.io.WritableResource
Return an OutputStream for the underlying resource, allowing to (over-)write its content.
getOwnerType() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getPackageName(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getParameterAnnotation(Class<A>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the parameter annotation of the given type, if available.
getParameterAnnotations() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the annotations associated with the specific method/constructor parameter.
getParameterIndex() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the index of the method/constructor parameter.
getParameterType() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the type of the method/constructor parameter.
getParentServiceRegistry() - 类 中的方法cn.sexycode.util.core.service.AbstractServiceRegistry
 
getParentServiceRegistry() - 接口 中的方法cn.sexycode.util.core.service.ServiceRegistry
Retrieve this registry's parent registry.
getPath() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
Return the file path for this resource.
getPath(Object) - 类 中的静态方法cn.sexycode.util.core.io.support.VfsPatternUtils
 
getPathMatcher() - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathWithinContext() - 接口 中的方法cn.sexycode.util.core.io.ContextResource
Return the path within the enclosing 'context'.
getPathWithinContext() - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader.ClassPathContextResource
 
getPatternComparator(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPosition() - 类 中的方法cn.sexycode.util.core.io.support.ResourceRegion
Return the start position of this region in the underlying Resource.
getPrevious() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
getPrevious() - 接口 中的方法cn.sexycode.util.core.collection.Stack
The element previously at the top of the stack before the current one
getPrevious() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
getProtocolResolvers() - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Return the collection of currently registered protocol resolvers, allowing for introspection as well as modification.
getQualifiedMethodName(Method) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedMethodName(Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getRawAttributeValue(Method) - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
Get the raw, unmodified attribute value from the underlying source that corresponds to the supplied attribute method.
getRawAttributeValue(String) - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
Get the raw, unmodified attribute value from the underlying source that corresponds to the supplied attribute name.
getRawAttributeValue(Method) - 类 中的方法cn.sexycode.util.core.cls.DefaultAnnotationAttributeExtractor
 
getRawAttributeValue(String) - 类 中的方法cn.sexycode.util.core.cls.DefaultAnnotationAttributeExtractor
 
getRawAttributeValue(Method) - 类 中的方法cn.sexycode.util.core.cls.MapAnnotationAttributeExtractor
 
getRawAttributeValue(String) - 类 中的方法cn.sexycode.util.core.cls.MapAnnotationAttributeExtractor
 
getRawClass() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return the underlying Java Class being managed, if available; otherwise null.
getRawType() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getReader() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Open a java.io.Reader for the specified resource, using the specified Charset or encoding (if any).
getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
 
getRegisteredStrategyImplementors(Class<T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Retrieve all of the registered implementors of the given strategy.
getRegisteredStrategyImplementors(Class) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
getRelative(URL) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getRepeatableAnnotation(Method, Class<? extends Annotation>, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
已过时。
As of Spring Framework 4.2, use getRepeatableAnnotations() or getDeclaredRepeatableAnnotations() instead.
getRepeatableAnnotation(AnnotatedElement, Class<? extends Annotation>, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
已过时。
As of Spring Framework 4.2, use getRepeatableAnnotations() or getDeclaredRepeatableAnnotations() instead.
getRepeatableAnnotations(AnnotatedElement, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the repeatable annotations of annotationType from the supplied AnnotatedElement, where such annotations are either present, indirectly present, or meta-present on the element.
getRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Get the repeatable annotations of annotationType from the supplied AnnotatedElement, where such annotations are either present, indirectly present, or meta-present on the element.
getResolvableType() - 接口 中的方法cn.sexycode.util.core.cls.ResolvableTypeProvider
Return the ResolvableType describing this instance (or null if some sort of default should be applied instead).
getResource() - 接口 中的方法cn.sexycode.util.core.cls.MetadataReader
Return the resource reference for the class file.
getResource() - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReader
 
getResource(String) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
 
getResource(String) - 接口 中的方法cn.sexycode.util.core.io.ResourceLoader
Return a Resource handle for the specified resource location.
getResource() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Return the Resource held by this EncodedResource.
getResource(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
 
getResource() - 类 中的方法cn.sexycode.util.core.io.support.ResourceRegion
Return the underlying Resource for this ResourceRegion.
getResourceByPath(String) - 类 中的方法cn.sexycode.util.core.io.ClassRelativeResourceLoader
 
getResourceByPath(String) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceByPath(String) - 类 中的方法cn.sexycode.util.core.io.FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceCache(Class<T>) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Obtain a cache for the given value type, keyed by Resource.
getResourceLoader() - 类 中的方法cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
Return the ResourceLoader that this MetadataReaderFactory has been constructed with.
getResourceLoader() - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourcePatternResolver(ResourceLoader) - 类 中的静态方法cn.sexycode.util.core.io.support.ResourcePatternUtils
Return a default ResourcePatternResolver for the given ResourceLoader.
getResources(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedClassLoader
 
getResources(String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
 
getResources(String) - 接口 中的方法cn.sexycode.util.core.io.support.ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getReturnTypeName() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return the fully-qualified name of this method's declared return type.
getReturnTypeName() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
getRoot(URI) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getRoot(URL) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getRootCause(Throwable) - 类 中的静态方法cn.sexycode.util.core.exception.NestedExceptionUtils
Retrieve the innermost cause of the given exception, if any.
getRootCause() - 异常错误 中的方法cn.sexycode.util.core.exception.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getRootUrl() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanEnvironment
Returns the root URL for scanning.
getSegment(int) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
getSegmentsSize() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
getService(Class<R>) - 类 中的方法cn.sexycode.util.core.service.AbstractServiceRegistry
 
getService(Class<R>) - 接口 中的方法cn.sexycode.util.core.service.ServiceRegistry
Retrieve a service by role.
getServiceRole() - 异常错误 中的方法cn.sexycode.util.core.service.NullServiceException
 
getShortName(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSize() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
Return the size of the current references array.
getSize(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getSource() - 类 中的方法cn.sexycode.util.core.cls.AbstractAliasAwareAnnotationAttributeExtractor
 
getSource() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationAttributeExtractor
Get the underlying source of annotation attributes.
getSource() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return the underlying source of the resolvable type.
getSource() - 接口 中的方法cn.sexycode.util.core.cls.ResolvableType.VariableResolver
Return the source of the resolver (used for hashCode and equals).
getSource() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.FieldTypeProvider
 
getSource() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodInvokeTypeProvider
 
getSource() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodParameterTypeProvider
 
getSource() - 接口 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.TypeProvider
Return the source of the type or null.
getStaticMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return a public static method of a class.
getStream() - 接口 中的方法cn.sexycode.util.core.file.scan.ClassDescriptor
Retrieves access to the InputStream for the class file.
getStream() - 类 中的方法cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
getStream() - 接口 中的方法cn.sexycode.util.core.file.scan.FileDescriptor
Retrieves access to the InputStream for the mapping file.
getStream() - 类 中的方法cn.sexycode.util.core.file.scan.FileDescriptorImpl
 
getStream() - 接口 中的方法cn.sexycode.util.core.file.scan.PackageDescriptor
Retrieves access to the InputStream for the package-info.class file.
getStream() - 类 中的方法cn.sexycode.util.core.file.scan.PackageDescriptorImpl
 
getStreamAccess() - 接口 中的方法cn.sexycode.util.core.file.ArchiveEntry
Get access to the stream for the entry
getString(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as a string.
getString(String, Map) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as a String
getString(String, Map, String) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as a String
getString(String, Map, String, String...) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get the config value as a String.
getStringArray(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Get the value stored under the specified attributeName as an array of strings.
getStringMatcher(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Build or retrieve an AntPathMatcher.AntPathStringMatcher for the given pattern.
getSuperclass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getSuperclass() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getSuperClassName() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return the name of the super class of the underlying class, or null if there is no super class defined.
getSuperClassName() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
getSuperType() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a ResolvableType representing the direct supertype of this type.
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.ParameterizedTypeReference
 
getType() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return the underling Java Type being managed.
getType() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.FieldTypeProvider
 
getType() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodInvokeTypeProvider
 
getType() - 类 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodParameterTypeProvider
 
getType() - 接口 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.TypeProvider
Return the (possibly non Serializable) Type.
getType() - 接口 中的方法cn.sexycode.util.core.cls.XMember
This property's XClass.
getTypeEnvironment(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getTypeEnvironment() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getTypeEnvironment() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getTypeIndexForCurrentLevel() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the type index for the current nesting level.
getTypeIndexForLevel(int) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return the type index for the specified nesting level.
getTypeProvider() - 接口 中的方法cn.sexycode.util.core.cls.SerializableTypeWrapper.SerializableTypeProxy
Return the underlying type provider.
getUniqueDeclaredMethods(Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Get the unique set of declared methods on the leaf class and all superclasses.
getUniqueDeclaredMethods(Class<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getURI() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getURL().
getURI() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns a URI for the underlying file.
getURI() - 接口 中的方法cn.sexycode.util.core.io.Resource
Return a URI handle for this resource.
getURI() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns the underlying URI directly, if possible.
getURI() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getURI(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getURL() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getURL() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation returns a URL for the underlying class path resource, if available.
getURL() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns a URL for the underlying file.
getURL() - 接口 中的方法cn.sexycode.util.core.io.Resource
Return a URL handle for this resource.
getURL(String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Resolve the given resource location to a java.net.URL.
getURL() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns the underlying URL reference.
getURL() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
getURL(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
getURLFromPath(String) - 类 中的静态方法cn.sexycode.util.core.file.ArchiveHelper
get the URL from a given path string
getUserClass(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getValue(Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the value of the value attribute of a single-element Annotation, given an annotation instance.
getValue(Annotation, String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the value of a named attribute, given an annotation instance.
getValue() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
getVisitorAttributes() - 类 中的静态方法cn.sexycode.util.core.io.support.VfsPatternUtils
 
getXAnnotatedElement(Package) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getXMethod(Member, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getXProperty(Member, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 

H

handleClass(ClassDescriptor, boolean) - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResultCollector
 
handleClass(ClassDescriptor, boolean) - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
handleEntry(ArchiveEntry, ArchiveContext) - 接口 中的方法cn.sexycode.util.core.file.ArchiveEntryHandler
Handle the entry
handleEntry(ArchiveEntry, ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.PackageInfoArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.scan.ClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.scan.NonClassFileArchiveEntryHandler
 
handleFile(FileDescriptor, boolean) - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResultCollector
 
handleFile(FileDescriptor, boolean) - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
handleIntrospectionFailure(AnnotatedElement, Throwable) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Handle the supplied annotation introspection exception.
handleInvocationTargetException(InvocationTargetException) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Handle the given invocation target exception.
handleInvocationTargetException(InvocationTargetException) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Handle the given invocation target exception.
handlePackage(PackageDescriptor, boolean) - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResultCollector
 
handlePackage(PackageDescriptor, boolean) - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
handleReflectionException(Exception) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Handle the given reflection exception.
handleReflectionException(Exception) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Handle the given reflection exception.
hasAnnotatedMethods(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Determine whether the underlying class has any methods that are annotated (or meta-annotated) with the given annotation type.
hasAnnotatedMethods(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
hasAnnotation(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Determine whether an annotation of the given type is present on the underlying class.
hasAnnotation(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
hasAtLeastOneMethodWithName(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
hasConstructor(Class<?>, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasEnclosingClass() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class is declared within an enclosing class (i.e. the underlying class is an inner/nested class or a local class within a method).
hasEnclosingClass() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
hasGenerics() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return true if this type contains generic parameters.
hash(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
hash(byte[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
HASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HASH_LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.Pair
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.ParameterizedTypeReference
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
 
hashCode() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
hashCode() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
hashCode() - 类 中的方法cn.sexycode.util.core.file.scan.ClassDescriptorImpl
 
hashCode() - 类 中的方法cn.sexycode.util.core.file.scan.PackageDescriptorImpl
 
hashCode() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
hashCode() - 类 中的方法cn.sexycode.util.core.io.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
This implementation returns the hash code of the underlying description String.
hashCode() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
 
hashCode() - 类 中的方法cn.sexycode.util.core.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
hashCode(boolean) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hasLength(String, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.hasLength(String, String)
hasLength(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check that the given String is neither null nor of length 0.
hasMetaAnnotation(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationMetadata
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
hasMetaAnnotation(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
hasMethod(Class<?>, String, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethodAnnotation(Class<A>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return whether the method/constructor is annotated with the given type.
hasNext() - 类 中的方法cn.sexycode.util.core.collection.JoinedIterator
 
hasNext() - 类 中的方法cn.sexycode.util.core.collection.SingletonIterator
 
hasParameterAnnotation(Class<A>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return whether the parameter is declared with the given annotation type.
hasParameterAnnotations() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return true if the parameter has at least one annotation, false if it has none.
hasSuperClass() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class has a super class.
hasSuperClass() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
hasText(String, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.hasText(String, String)
hasText(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check whether the given String contains actual text.
hasUniqueObject(Collection<?>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hasUnresolvableGenerics() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Determine whether the underlying type has any unresolvable generics: either through an unresolvable type variable on the type itself or through implementing a generic interface in a raw fashion, i.e. without substituting that interface's type variables.
HAT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
hibernateClassLoader() - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
 
HTML_AMP - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_GT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_LT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_NBSP - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

I

I18NUtil - cn.sexycode.util.core.i18n中的类
 
I18NUtil() - 类 的构造器cn.sexycode.util.core.i18n.I18NUtil
 
identityToString(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of an object's overall identity.
IdentityTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
Substitutes a Type for itself.
implementsInterface(Class, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class implements the given interface.
increaseNestingLevel() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Increase this parameter's nesting level.
INDEX_NOT_FOUND - 类 中的静态变量cn.sexycode.util.core.str.StringUtils
Represents a failed index search.
indexOf(Object[], Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
indexOf(IntPredicate, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the index of the first byte in this buffer that matches the given predicate.
indexOf(IntPredicate, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
indexOf(IntPredicate, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
indexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns the index within cs of the first occurrence of the specified character, starting the search at the specified index.
indexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Used by the indexOf(CharSequence methods) as a green implementation of indexOf.
indexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Finds the first index within a CharSequence, handling null.
injectClassLoaderDelegate(ClassLoaderDelegate) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
injectClassLoaderDelegate(ClassLoaderDelegate) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Allows injection of a ClassLoaderDelegate into the ReflectionManager
InputStreamResource - cn.sexycode.util.core.io中的类
Resource implementation for a given InputStream.
InputStreamResource(InputStream) - 类 的构造器cn.sexycode.util.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - 类 的构造器cn.sexycode.util.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - cn.sexycode.util.core.io中的接口
Simple interface for objects that are sources for an InputStream.
INSTANCE - 类 中的静态变量cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
INSTANCE - 类 中的静态变量cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
Singleton access
INSTANCE - 类 中的静态变量cn.sexycode.util.core.file.scan.StandardScanParameters
Singleton access
INSTANCE - 类 中的静态变量cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
Singleton access
invoke(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
invoke(Object, Object...) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
invoke(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
invoke(Object, Object...) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
invoke(Object, Method, Object[]) - 类 中的方法cn.sexycode.util.core.cls.SynthesizedAnnotationInvocationHandler
 
invoke(Object, Object...) - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
invoke(Object) - 接口 中的方法cn.sexycode.util.core.cls.XMember
Invoke the method with no parameters.
invokeJdbcMethod(Method, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
已过时。
as of 5.0.11, in favor of custom SQLException handling
invokeJdbcMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
已过时。
as of 5.0.11, in favor of custom SQLException handling
invokeJdbcMethod(Method, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with no arguments.
invokeJdbcMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
invokeMethod(Method, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeMethod(Method, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeVfsMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
IOUtils - cn.sexycode.util.core.io中的类
General IO stream manipulation utilities.
IOUtils() - 类 的构造器cn.sexycode.util.core.io.IOUtils
Instances should NOT be constructed in standard programming.
isAbstract() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class is marked as abstract.
isAbstract() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isAbstract() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isAbstract() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return whether the underlying method is effectively abstract: i.e. marked as abstract on a class or declared as a regular, non-default method in an interface.
isAbstract() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
isAbstract() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isAbstractClass(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class is declared abstract.
isAllFalse(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAllNegative(int[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAllocated() - 接口 中的方法cn.sexycode.util.core.io.buffer.PooledDataBuffer
Return true if this buffer is allocated; false if it has been deallocated.
isAllTrue(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAnnotated(String) - 接口 中的方法cn.sexycode.util.core.cls.AnnotatedTypeMetadata
Determine whether the underlying element has an annotation or meta-annotation of the given type defined.
isAnnotated(String) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
isAnnotated(String) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
isAnnotation() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class represents an annotation.
isAnnotation() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine whether an annotation of the specified annotationType is declared locally (i.e., directly present) on the supplied clazz.
isAnnotationInherited(Class<? extends Annotation>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine whether an annotation of the specified annotationType is present on the supplied clazz and is inherited (i.e., not directly present).
isAnnotationMetaPresent(Class<? extends Annotation>, Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if an annotation of type metaAnnotationType is meta-present on the supplied annotationType.
isAnnotationPresent(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
isAnnotationPresent(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
isAnnotationPresent(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
isAnnotationPresent(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
isAnnotationTypeMethod(Method) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if the supplied method is an "annotationType" method.
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return true if this type resolves to a Class that represents an array.
isArray(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isArray() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isArray(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignableFrom(XClass) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isAssignableFrom(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Determine whether this ResolvableType is assignable from the specified other type.
isAssignableFrom(ResolvableType) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Determine whether this ResolvableType is assignable from the specified other type.
isAssignableFrom(XClass) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isAssignableValue(Class<?>, Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isAttributeMethod(Method) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if the supplied method is an annotation attribute method.
isBridgeMethodFor(Method, Method, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.BridgeMethodResolver
Determines whether or not the bridge Method is the bridge for the supplied candidate Method.
isCacheSafe(Class<?>, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCglibProxy(Object) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
isCglibRenamedMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isCglibRenamedMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isCheckedException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isCollection(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isCollection() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isConcrete() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class represents a concrete class, i.e. neither an interface nor an abstract class.
isConcrete() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isEmpty(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
isEmpty(Collection<?>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
isEmpty() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
isEmpty() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
isEmpty() - 接口 中的方法cn.sexycode.util.core.collection.Stack
Are there no elements currently in the stack?
isEmpty() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
isEmpty(Object[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Determine whether the given object is empty.
isEmpty(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
isEmpty(Object) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Check whether the given String is empty.
isEmptyOrWhiteSpace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
isEntirelyUnresolvable() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return true if this type contains unresolvable generics only, that is, no substitute for any of its declared type variables.
isEnum() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isEnum() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isEquals(Object[], Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isEquals(T[], R[], BiFunction<T, R, Boolean>) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
Compare 2 arrays only at the first level
isEquals(char[], char[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isEquals(byte[], byte[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isEqualsMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method is an "equals" method.
isEqualsMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method is an "equals" method.
isFile() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
 
isFile(URI) - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the given URI-identified resource, provided that it refers to a file in the file system.
isFile() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation always returns false.
isFile() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation always indicates a file.
isFile() - 接口 中的方法cn.sexycode.util.core.io.Resource
Determine whether this resource represents a file in a file system.
isFile() - 类 中的方法cn.sexycode.util.core.io.UrlResource
 
isFileURL(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Determine whether the given URL points to a resource in the file system, i.e. has protocol "file", "vfsfile" or "vfs".
isFinal() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class is marked as 'final'.
isFinal() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isFinal() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return whether the underlying method is marked as 'final'.
isFinal() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
isFinalClass(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine is the given class is declared final.
isHashCodeMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method is a "hashCode" method.
isHashCodeMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isIndependent() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Determine whether the underlying class is independent, i.e. whether it is a top-level class or a nested class (static inner class) that can be constructed independently from an enclosing class.
isIndependent() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isInJavaLangAnnotationPackage(Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if the supplied Annotation is defined in the core JDK java.lang.annotation package.
isInJavaLangAnnotationPackage(Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if the Annotation with the supplied name is defined in the core JDK java.lang.annotation package.
isInJavaLangAnnotationPackage(String) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Determine if the Annotation with the supplied name is defined in the core JDK java.lang.annotation package.
isInnerClass(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine if the supplied class is an inner class, i.e. a non-static member of an enclosing class.
isInstance(Object) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Determine whether the given object is an instance of this ResolvableType.
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that the provided object is an instance of the provided class.
isInterface() - 接口 中的方法cn.sexycode.util.core.cls.ClassMetadata
Return whether the underlying class represents an interface.
isInterface() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
isInterface() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isInterface() - 接口 中的方法cn.sexycode.util.core.cls.XClass
see Class#isInterface()
isInterfaceWithAnnotatedMethods(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
 
isJarFileURL(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
isJarResource(Resource) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJarURL(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Determine whether the given URL points to a resource in a jar file.
isJavaLanguageInterface(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.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.
isListedOrDetectable(String, boolean) - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
isLowercaseAlpha(char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
isNotEmpty(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
isNotEmpty(Map) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
isNotEmpty(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
isNull(Object, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an object is null.
isNull(Object, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an object is null.
isNull(Object) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.isNull(Object, String)
ISO_8859_1 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
CharEncodingISO Latin Alphabet No. 1, a.k.a.
ISO_8859_1 - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
isObjectMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method is originally declared by Object.
isObjectMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method is originally declared by Object.
isOpen() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation always returns false.
isOpen() - 类 中的方法cn.sexycode.util.core.io.InputStreamResource
This implementation always returns true.
isOpen() - 接口 中的方法cn.sexycode.util.core.io.Resource
Indicate whether this resource represents a handle with an open stream.
isOptional() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return whether this method parameter is declared as optional in the form of Java 8's Optional.
isOverridable() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return whether the underlying method is overridable, i.e. not marked as static, final or private.
isOverridable() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
isPattern(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
 
isPattern(String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPresent(String, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimitive() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isPrimitive() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isPrimitiveArray(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrWrapper(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
isPrimitiveWrapper(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isProperty(Method, Type, Filter) - 类 中的静态方法cn.sexycode.util.core.cls.ReflectionUtil
 
isProperty(Field, Type, Filter) - 类 中的静态方法cn.sexycode.util.core.cls.ReflectionUtil
 
isPublic(Class, Member) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Is this member publicly accessible.
isPublicStaticFinal(Field) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given field is a "public static final" constant.
isPublicStaticFinal(Field) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isQuoted(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
isReadable() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
 
isReadable() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation always returns true for a resource that exists (revised as of 5.1).
isReadable() - 类 中的方法cn.sexycode.util.core.io.DescriptiveResource
 
isReadable() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - 接口 中的方法cn.sexycode.util.core.io.Resource
Indicate whether non-empty contents of this resource can be read via InputStreamSource.getInputStream().
isReadable() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
isReadable(Object) - 类 中的静态方法cn.sexycode.util.core.io.VfsUtils
 
isResolved() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isResolved(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isRoot - 类 中的变量cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveDescriptorInfo
 
isRootUrl() - 接口 中的方法cn.sexycode.util.core.file.ArchiveContext
Is the archive described (and being visited) the root url for the persistence-unit?
isRootUrl() - 类 中的方法cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveContextImpl
 
isSimple(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isStatic() - 接口 中的方法cn.sexycode.util.core.cls.MethodMetadata
Return whether the underlying method is declared as 'static'.
isStatic() - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
isToStringMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine whether the given method is a "toString" method.
isToStringMethod(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Determine whether the given method is a "toString" method.
isTrue(boolean, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.isTrue(boolean, String)
isTypeResolved() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isTypeResolved() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isUppercaseAlpha(char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
isUrl(String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUrl(String) - 类 中的静态方法cn.sexycode.util.core.io.support.ResourcePatternUtils
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.
isUserLevelMethod(Method) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Determine whether the given method is declared by the user or at least pointing to a user-declared method.
isVisibilityBridgeMethodPair(Method, Method) - 类 中的静态方法cn.sexycode.util.core.cls.BridgeMethodResolver
Compare the signatures of the bridge method and the method which it bridges.
isVisible(Class<?>, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isVoid(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isWritable() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - 类 中的方法cn.sexycode.util.core.io.FileUrlResource
 
isWritable() - 接口 中的方法cn.sexycode.util.core.io.WritableResource
Indicate whether the contents of this resource can be written via WritableResource.getOutputStream().

J

JAR_FILE_EXTENSION - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
File extension for a regular jar file: ".jar"
JAR_URL_PREFIX - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL prefix for loading from a jar file: "jar:"
JAR_URL_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
Separator between JAR URL and file path within the JAR: "!
JarFileBasedArchiveDescriptor - cn.sexycode.util.core.file中的类
An ArchiveDescriptor implementation leveraging the JarFile API for processing.
JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - 类 的构造器cn.sexycode.util.core.file.JarFileBasedArchiveDescriptor
Constructs a JarFileBasedArchiveDescriptor
JarFileEntryUrlAdjuster - cn.sexycode.util.core.file中的接口
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust <jar-file/> URL's defined in persistence.xml files.
JarInputStreamBasedArchiveDescriptor - cn.sexycode.util.core.file中的类
An ArchiveDescriptor implementation that works on archives accessible through a JarInputStream.
JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - 类 的构造器cn.sexycode.util.core.file.JarInputStreamBasedArchiveDescriptor
Constructs a JarInputStreamBasedArchiveDescriptor
JarProtocolArchiveDescriptor - cn.sexycode.util.core.file中的类
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).
JarProtocolArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - 类 的构造器cn.sexycode.util.core.file.JarProtocolArchiveDescriptor
Constructs a JarProtocolArchiveDescriptor
JavaAnnotationReader - cn.sexycode.util.core.cls.internal中的类
Reads standard Java annotations.
JavaAnnotationReader(AnnotatedElement) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
JavaMetadataProvider - cn.sexycode.util.core.cls.internal中的类
 
JavaMetadataProvider() - 类 的构造器cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
JavaReflectionManager - cn.sexycode.util.core.cls.internal中的类
The factory for all the objects in this package.
JavaReflectionManager() - 类 的构造器cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
JavaXAnnotatedElement - cn.sexycode.util.core.cls.internal中的类
 
JavaXAnnotatedElement(AnnotatedElement, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
JavaXArrayType - cn.sexycode.util.core.cls.internal中的类
 
JavaXArrayType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXArrayType
 
JavaXClass - cn.sexycode.util.core.cls.internal中的类
 
JavaXClass(Class, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXClass
 
JavaXCollectionType - cn.sexycode.util.core.cls.internal中的类
 
JavaXCollectionType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
JavaXMember - cn.sexycode.util.core.cls.internal中的类
 
JavaXMember(Member, Type, TypeEnvironment, JavaReflectionManager, JavaXType) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXMember
 
JavaXMethod - cn.sexycode.util.core.cls.internal中的类
 
JavaXPackage - cn.sexycode.util.core.cls.internal中的类
 
JavaXPackage(Package, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXPackage
 
JavaXProperty - cn.sexycode.util.core.cls.internal中的类
 
JavaXSimpleType - cn.sexycode.util.core.cls.internal中的类
 
JavaXSimpleType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
JavaXType - cn.sexycode.util.core.cls.internal中的类
The Java X-layer equivalent to a Java Type.
JavaXType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXType
 
join(String[], String[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(String[], String[], boolean[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(int[], int[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(T[], T...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(List<? extends DataBuffer>) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBufferFactory
Return a new DataBuffer composed of the dataBuffers elements joined together.
join(List<? extends DataBuffer>) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
Return a new DataBuffer composed of the dataBuffers elements joined together.
join(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
join(String, Iterator) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
join(String, Iterable) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
join(Collection<T>, StringUtils.Renderer<T>) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
join(T[], StringUtils.Renderer<T>) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
JoinedIterator<T> - cn.sexycode.util.core.collection中的类
An Iterator implementation that wraps other Iterators, and presents them all as one continuous Iterator.
JoinedIterator(List<Iterator<T>>) - 类 的构造器cn.sexycode.util.core.collection.JoinedIterator
 
JoinedIterator(Iterator<T>...) - 类 的构造器cn.sexycode.util.core.collection.JoinedIterator
 
joinWithQualifierAndSuffix(String[], String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 

K

keySet() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 

L

lastElement(Set<T>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Retrieve the last element of the given Set, using SortedSet.last() or otherwise iterating over all elements (assuming a linked set).
lastElement(List<T>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Retrieve the last element of the given List, accessing the highest index.
lastIndexOf(IntPredicate, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the index of the last byte in this buffer that matches the given predicate.
lastIndexOf(IntPredicate, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
lastIndexOf(IntPredicate, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
lastIndexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns the index within cs of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Used by the lastIndexOf(CharSequence methods) as a green implementation of lastIndexOf
lastIndexOf(CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Returns the index within seq of the last occurrence of the specified character.
lastIndexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Returns the index within seq of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(CharSequence, CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOfLetter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
lastModified() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
 
lastModified() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation returns the underlying File/Path last-modified time.
lastModified() - 接口 中的方法cn.sexycode.util.core.io.Resource
Determine the last-modified timestamp for this resource.
lastModified() - 类 中的方法cn.sexycode.util.core.io.VfsResource
 
LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_CHEV - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_SQ_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
A String for linefeed LF ("\n").
LimitedDataBufferList - cn.sexycode.util.core.io.buffer中的类
Custom List to collect data buffers with and enforce a limit on the total number of bytes buffered.
LimitedDataBufferList(int) - 类 的构造器cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
LINE_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The system line separator string.
LINE_SEPARATOR_UNIX - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Windows line separator string.
LinkedMultiValueMap<K,V> - cn.sexycode.util.core.collection中的类
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in a LinkedList.
LinkedMultiValueMap() - 类 的构造器cn.sexycode.util.core.collection.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - 类 的构造器cn.sexycode.util.core.collection.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - 类 的构造器cn.sexycode.util.core.collection.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
listDirectory(File) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Determine a sorted list of files in the given directory.
load(Properties, InputStream) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
load(Properties, Reader) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
load(Properties, InputStream) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Load properties from the given Reader into the given Properties object.
LOAD_FACTOR - 类 中的静态变量cn.sexycode.util.core.collection.CollectionUtils
 
loadAllProperties(String) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the default class loader.
loadAllProperties(String, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the given class loader.
loadFromXml(Properties, InputStream) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Load properties from the given XML InputStream into the given Properties object.
loadJavaServices(Class<S>) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadJavaServices(Class<S>) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
loadProperties(Properties) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Load properties into the given instance.
loadProperties(EncodedResource) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Load properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
loadProperties(Resource) - 类 中的静态方法cn.sexycode.util.core.io.support.PropertiesLoaderUtils
Load properties from the given resource (in ISO-8859-1 encoding).
LocalizedResourceHelper - cn.sexycode.util.core.io.support中的类
Helper class for loading a localized resource, specified through name, extension and current locale.
LocalizedResourceHelper() - 类 的构造器cn.sexycode.util.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with a DefaultResourceLoader.
LocalizedResourceHelper(ResourceLoader) - 类 的构造器cn.sexycode.util.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with the given ResourceLoader.
localOverride - 类 中的变量cn.sexycode.util.core.io.support.PropertiesLoaderSupport
 
localProperties - 类 中的变量cn.sexycode.util.core.io.support.PropertiesLoaderSupport
 
locateResource(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderAccess
Locate a resource by name
locateResource(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderAccessImpl
 
locateResource(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
Locate a resource by name (classpath lookup).
locateResource(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
locateResources(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
Locate a series of resource by name (classpath lookup).
locateResources(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
locateResourceStream(String) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream.
locateResourceStream(String) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
locateUnquoted(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
logger - 类 中的变量cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Logger available to subclasses.

M

main(String...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
makeAccessible(Field) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Make the given constructor accessible, explicitly setting it accessible if necessary.
makeAccessible(Field) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
makeCopy(Set<T>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
makeCopy(Map<X, Y>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
 
MapAnnotationAttributeExtractor - cn.sexycode.util.core.cls中的类
Implementation of the AnnotationAttributeExtractor strategy that is backed by a Map.
MapAnnotationAttributeExtractor(Map<String, Object>, Class<? extends Annotation>, AnnotatedElement) - 类 的构造器cn.sexycode.util.core.cls.MapAnnotationAttributeExtractor
Construct a new MapAnnotationAttributeExtractor.
mapOfSize(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Build a properly sized map, especially handling load size and load factor to prevent immediate resizing.
maskOut(Properties, String) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
replace a property by a starred version
match(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
 
match(MetadataReader, MetadataReaderFactory) - 接口 中的方法cn.sexycode.util.core.cls.TypeFilter
Determine whether this filter matches for the class described by the given metadata.
match(String, String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Match the given path against the given pattern, according to this PathMatcher's matching strategy.
matches(Field) - 接口 中的方法cn.sexycode.util.core.object.ReflectHelper.FieldFilter
Determine whether the given field matches.
matches(Method) - 接口 中的方法cn.sexycode.util.core.object.ReflectHelper.MethodFilter
Determine whether the given method matches.
matches(Field) - 接口 中的方法cn.sexycode.util.core.object.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - 接口 中的方法cn.sexycode.util.core.object.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matchesTypeName(Class<?>, String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Check whether the given class matches the user-specified type name.
matchStart(String, String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
 
matchStart(String, String) - 接口 中的方法cn.sexycode.util.core.PathMatcher
Match the given path against the corresponding part of the given pattern, according to this PathMatcher's matching strategy.
matchStrings(String, Map<String, String>) - 类 中的方法cn.sexycode.util.core.AntPathMatcher.AntPathStringMatcher
Main entry point.
mergeArrayIntoCollection(Object, Collection<E>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Merge the given array into the given Collection.
mergeProperties() - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Return a merged Properties instance containing both the loaded properties and properties set on this FactoryBean.
mergePropertiesIntoMap(Properties, Map<K, V>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeStringArrays(String[], String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
已过时。
as of 4.3.15, in favor of manual merging via LinkedHashSet (with every entry included at most once, even entries within the first array)
metaAnnotationMap - 类 中的变量cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
metaAnnotationMap - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
MetadataProvider - cn.sexycode.util.core.cls中的接口
Provides metadata
MetadataProviderInjector - cn.sexycode.util.core.cls中的接口
Offers access to and the ability to change the metadata provider
MetadataReader - cn.sexycode.util.core.cls中的接口
Simple facade for accessing class metadata, as read by an ASM org.springframework.asm.ClassReader.
MetadataReaderFactory - cn.sexycode.util.core.cls中的接口
Factory interface for MetadataReader instances.
MethodInvokeTypeProvider(SerializableTypeWrapper.TypeProvider, Method, int) - 类 的构造器cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodInvokeTypeProvider
 
MethodMetadata - cn.sexycode.util.core.cls中的接口
Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
MethodMetadataReadingVisitor - cn.sexycode.util.core.cls中的类
ASM method visitor which looks for the annotations defined on a method, exposing them through the org.springframework.core.type.MethodMetadata interface.
MethodMetadataReadingVisitor(String, int, String, String, ClassLoader, Set<MethodMetadata>) - 类 的构造器cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
methodMetadataSet - 类 中的变量cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
methodMetadataSet - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
methodName - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
MethodParameter - cn.sexycode.util.core.cls中的类
Helper class that encapsulates the specification of a method parameter, i.e. a Method or Constructor plus a parameter index and a nested type index for a declared generic type.
MethodParameter(Method, int) - 类 的构造器cn.sexycode.util.core.cls.MethodParameter
Create a new MethodParameter for the given method, with nesting level 1.
MethodParameter(Method, int, int) - 类 的构造器cn.sexycode.util.core.cls.MethodParameter
Create a new MethodParameter for the given method.
MethodParameter(Constructor<?>, int) - 类 的构造器cn.sexycode.util.core.cls.MethodParameter
Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor<?>, int, int) - 类 的构造器cn.sexycode.util.core.cls.MethodParameter
Create a new MethodParameter for the given constructor.
MethodParameter(MethodParameter) - 类 的构造器cn.sexycode.util.core.cls.MethodParameter
Copy constructor, resulting in an independent MethodParameter object based on the same metadata and cache state that the original object was in.
MethodParameterTypeProvider(MethodParameter) - 类 的构造器cn.sexycode.util.core.cls.SerializableTypeWrapper.MethodParameterTypeProvider
 
MINIMUM_INITIAL_CAPACITY - 类 中的静态变量cn.sexycode.util.core.collection.CollectionUtils
 
moveAndToBeginning(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
multiply(String, Iterator, Iterator) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
MultiValueMap<K,V> - cn.sexycode.util.core.collection中的接口
Extension of the Map interface that stores multiple values.

N

N - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
nested() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return a variant of this MethodParameter which points to the same parameter but one nesting level deeper.
NestedExceptionUtils - cn.sexycode.util.core.exception中的类
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - 类 的构造器cn.sexycode.util.core.exception.NestedExceptionUtils
 
nestedIfOptional() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Return a variant of this MethodParameter which points to the same parameter but one nesting level deeper in case of a Optional declaration.
NestedIOException - cn.sexycode.util.core.exception中的异常错误
Subclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
NestedIOException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.NestedIOException
Construct a NestedIOException with the specified detail message.
NestedIOException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.NestedIOException
Construct a NestedIOException with the specified detail message and nested exception.
NestedRuntimeException - cn.sexycode.util.core.exception中的异常错误
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
newClassLoaderIterator() - 类 中的方法cn.sexycode.util.core.cls.classloading.AggregatedClassLoader
 
NEWLINE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
next() - 类 中的方法cn.sexycode.util.core.collection.JoinedIterator
 
next() - 类 中的方法cn.sexycode.util.core.collection.SingletonIterator
 
NO - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
NO_PARAM_SIGNATURE - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
NO_PARAMS - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
NON_BRIDGED_METHODS - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
已过时。
as of 5.0.11, in favor of a custom ReflectHelper.MethodFilter
NON_BRIDGED_METHODS - 类 中的静态变量cn.sexycode.util.core.object.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
NonClassFileArchiveEntryHandler - cn.sexycode.util.core.file.scan中的类
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
NonClassFileArchiveEntryHandler(ScanResultCollector) - 类 的构造器cn.sexycode.util.core.file.scan.NonClassFileArchiveEntryHandler
 
NONE - 类 中的静态变量cn.sexycode.util.core.cls.ResolvableType
ResolvableType returned when no value is available.
noNullElements(Object[], String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an array contains no null elements.
noNullElements(Object[]) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
normalizePathName(String) - 类 中的方法cn.sexycode.util.core.file.AbstractArchiveDescriptor
 
notEmpty(Object[], String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[]) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Object[], String)
notEmpty(Collection<?>, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Collection, String)
notEmpty(Map<?, ?>, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Map, String)
notNull(Object, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an object is not null.
notNull(Object, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert that an object is not null.
notNull(Object) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.notNull(Object, String)
NULL - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
nullIfEmpty(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
nullSafeClassName(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Return a String representation of the contents of the specified array.
NullServiceException - cn.sexycode.util.core.service中的异常错误
 
NullServiceException(Class) - 异常错误 的构造器cn.sexycode.util.core.service.NullServiceException
 

O

ObjectUtils - cn.sexycode.util.core.object中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器cn.sexycode.util.core.object.ObjectUtils
 
obtainArchiveEntryHandler(ArchiveEntry) - 接口 中的方法cn.sexycode.util.core.file.ArchiveContext
Get the handler for the given entry, which generally is indicated by the entry type (a .class file, a mapping file, etc).
obtainArchiveEntryHandler(ArchiveEntry) - 类 中的方法cn.sexycode.util.core.file.scan.AbstractScannerImpl.ArchiveContextImpl
 
OFF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ONE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
Order - cn.sexycode.util.core.lang中的接口
排序接口
order() - 接口 中的方法cn.sexycode.util.core.lang.Order
 
overrideProperties(Properties, Map<?, ?>) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
 
overridesEquals(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesHashCode(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class defines a Object.hashCode() override.
overrideThreadContextClassLoader(ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.

P

PackageDescriptor - cn.sexycode.util.core.file.scan中的接口
Descriptor for a package (as indicated by a package-info.class file).
PackageDescriptorImpl - cn.sexycode.util.core.file.scan中的类
 
PackageDescriptorImpl(String, InputStream) - 类 的构造器cn.sexycode.util.core.file.scan.PackageDescriptorImpl
 
packageForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
packageForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
PackageInfoArchiveEntryHandler - cn.sexycode.util.core.file中的类
Defines handling and filtering for package-info file entries within an archive
PackageInfoArchiveEntryHandler(ScanResultCollector) - 类 的构造器cn.sexycode.util.core.file.PackageInfoArchiveEntryHandler
 
Pair<T,U> - cn.sexycode.util.core.cls.internal中的类
A pair of objects that can be used as a key in a Map.
Pair(T, U) - 类 的构造器cn.sexycode.util.core.cls.internal.Pair
 
ParameterizedTypeReference<T> - cn.sexycode.util.core.cls中的类
The purpose of this class is to enable capturing and passing a generic Type.
ParameterizedTypeReference() - 类 的构造器cn.sexycode.util.core.cls.ParameterizedTypeReference
 
parseCommaSeparatedString(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
parseLocale(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags.
parseLocaleString(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Parse the given String representation into a Locale.
parseTimeZoneString(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Parse the given timeZoneString value into a TimeZone.
partiallyUnqualify(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Partially unqualifies a qualified name.
pathEquals(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Compare two paths after normalization of them.
PathMatcher - cn.sexycode.util.core中的接口
Strategy interface for String-based path matching.
PathMatchingResourcePatternResolver - cn.sexycode.util.core.io.support中的类
A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
PathMatchingResourcePatternResolver() - 类 的构造器cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ResourceLoader) - 类 的构造器cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
PathMatchingResourcePatternResolver(ClassLoader) - 类 的构造器cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PERCENT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
PIPE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
PLUS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
pollForPurge() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
PooledDataBuffer - cn.sexycode.util.core.io.buffer中的接口
Extension of DataBuffer that allows for buffer that share a memory pool.
pop() - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
pop() - 接口 中的方法cn.sexycode.util.core.collection.Stack
Pop (remove and return) the current element off the stack
pop() - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
postProcessAnnotationAttributes(Object, AnnotationAttributes, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Post-process the supplied AnnotationAttributes, preserving nested annotations as Annotation instances.
postProcessAnnotationAttributes(Object, AnnotationAttributes, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Post-process the supplied AnnotationAttributes.
PropertiesLoaderSupport - cn.sexycode.util.core.io.support中的类
Base class for JavaBean-style components that need to load properties from one or more resources.
PropertiesLoaderSupport() - 类 的构造器cn.sexycode.util.core.io.support.PropertiesLoaderSupport
 
PropertiesLoaderUtils - cn.sexycode.util.core.io.support中的类
Convenient utility methods for loading of java.util.Properties, performing standard handling of input streams.
PropertiesLoaderUtils() - 类 的构造器cn.sexycode.util.core.io.support.PropertiesLoaderUtils
 
PropertiesPersister - cn.sexycode.util.core.io.support中的接口
Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
PropertiesUtil - cn.sexycode.util.core.properties中的类
 
PropertiesUtil() - 类 的构造器cn.sexycode.util.core.properties.PropertiesUtil
 
PropertyNotFoundException - cn.sexycode.util.core.exception中的异常错误
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.PropertyNotFoundException
Constructs a PropertyNotFoundException given the specified message.
PropertyNotFoundException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.PropertyNotFoundException
 
ProtocolResolver - cn.sexycode.util.core.io中的接口
A resolution strategy for protocol-specific resource handles.
ProxyFactory - cn.sexycode.util.core.object.proxy中的接口
 
purgeUnreferencedEntries() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
push(T) - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
push(T) - 接口 中的方法cn.sexycode.util.core.collection.Stack
Push the new element on the top of the stack
push(T) - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
put(K, V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
put(K, List<V>) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
putAll(Map<? extends K, ? extends List<V>>) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
putIfAbsent(String, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
Store the supplied value in this map under the specified key, unless a value is already stored under the key.
putIfAbsent(K, V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 

Q

qualifier(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
qualify(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
qualify(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
qualifyConditionally(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
qualifyIfNot(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
QUESTION_MARK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
quote(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Return a representation of the given name ensuring quoting (wrapped with '`' characters).
quoteIfString(Object) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

read() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Read a single byte from the current reading position from this data buffer.
read(byte[]) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Read this buffer's data into the specified destination, starting at the current reading position of this buffer.
read(byte[], int, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Read at most length bytes of this buffer into the specified destination, starting at the current reading position of this buffer.
read() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
read(byte[]) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
read(byte[], int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
read() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
read(byte[]) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
read(byte[], int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
read(Reader, char[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read characters from an input character stream.
read(Reader, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read characters from an input character stream.
read(InputStream, byte[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read bytes from an input stream.
read(InputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read bytes from an input stream.
readableByteCount() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the number of bytes that can be read from this data buffer.
readableByteCount() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
readableByteCount() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
readableChannel() - 类 中的方法cn.sexycode.util.core.io.AbstractFileResolvingResource
This implementation returns a FileChannel for the given URI-identified resource, provided that it refers to a file in the file system.
readableChannel() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation returns Channels.newChannel(InputStream) with the result of InputStreamSource.getInputStream().
readableChannel() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation opens a FileChannel for the underlying file.
readableChannel() - 接口 中的方法cn.sexycode.util.core.io.Resource
readFully(Reader, char[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of characters or fail if there are not enough left.
readFully(Reader, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of characters or fail if there are not enough left.
readFully(InputStream, byte[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of bytes or fail if there are not enough left.
readFully(InputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of bytes or fail if there are not enough left.
readLines(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
readPosition() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the position from which this buffer will read.
readPosition(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Set the position from which this buffer will read.
readPosition() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
readPosition(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
readPosition() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
readPosition(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
RecursiveAnnotationArrayVisitor - cn.sexycode.util.core.cls中的类
 
RecursiveAnnotationArrayVisitor(String, AnnotationAttributes, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.RecursiveAnnotationArrayVisitor
 
RecursiveAnnotationAttributesVisitor - cn.sexycode.util.core.cls中的类
 
RecursiveAnnotationAttributesVisitor(String, AnnotationAttributes, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.RecursiveAnnotationAttributesVisitor
 
ReferenceManager() - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.ReferenceManager
 
ReflectException - cn.sexycode.util.core.exception中的异常错误
Indicates failure of an assertion: a possible bug in Hibernate.
ReflectException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.ReflectException
Creates an instance of AssertionFailure using the given message.
ReflectException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.ReflectException
Creates an instance of AssertionFailure using the given message and underlying cause.
ReflectHelper - cn.sexycode.util.core.object中的类
Utility class for various reflection operations.
ReflectHelper.FieldCallback - cn.sexycode.util.core.object中的接口
Callback interface invoked on each field in the hierarchy.
ReflectHelper.FieldFilter - cn.sexycode.util.core.object中的接口
Callback optionally used to filter fields to be operated on by a field callback.
ReflectHelper.MethodCallback - cn.sexycode.util.core.object中的接口
Action to take on each method.
ReflectHelper.MethodFilter - cn.sexycode.util.core.object中的接口
Callback optionally used to filter methods to be operated on by a method callback.
ReflectionManager - cn.sexycode.util.core.cls中的接口
The entry point to the reflection layer (a.k.a. the X* layer).
ReflectionUtil - cn.sexycode.util.core.cls中的类
 
ReflectionUtil() - 类 的构造器cn.sexycode.util.core.cls.ReflectionUtil
 
ReflectionUtils - cn.sexycode.util.core.object中的类
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - 类 的构造器cn.sexycode.util.core.object.ReflectionUtils
 
ReflectionUtils.FieldCallback - cn.sexycode.util.core.object中的接口
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - cn.sexycode.util.core.object中的接口
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - cn.sexycode.util.core.object中的接口
Action to take on each method.
ReflectionUtils.MethodFilter - cn.sexycode.util.core.object中的接口
Callback optionally used to filter methods to be operated on by a method callback.
regionMatches(CharSequence, boolean, int, CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Green implementation of regionMatches.
registerDefaultValues(AnnotationAttributes) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Register the annotation-declared default values for the given attributes, if available.
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Registers a named implementor of a particular strategy contract.
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
ReifiedParameterizedType - cn.sexycode.util.core.cls中的类
 
ReifiedParameterizedType(ParameterizedType) - 类 的构造器cn.sexycode.util.core.cls.ReifiedParameterizedType
 
reify(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible).
release() - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderAccessImpl
 
release() - 接口 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
release() - 接口 中的方法cn.sexycode.util.core.io.buffer.PooledDataBuffer
Decrease the reference count for this buffer by one, and deallocate it once the count reaches zero.
remove(Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
remove(Object, Object) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
remove() - 类 中的方法cn.sexycode.util.core.collection.JoinedIterator
 
remove(Object) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
remove() - 类 中的方法cn.sexycode.util.core.collection.SingletonIterator
 
remove(int) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
remove(Object) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
removeAll(Collection<?>) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
removeDuplicateStrings(String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Remove duplicate strings from the given array.
removeIf(Predicate<? super DataBuffer>) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
removeRange(int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
render(T) - 接口 中的方法cn.sexycode.util.core.str.StringUtils.Renderer
 
repeat(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
repeat(String, int, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
repeat(char, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replace(K, V, V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
replace(K, V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
replace(String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replace(String[], String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replace(String, String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replace(String, String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replace(String, String, String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
replaceItem(Map<String, InputStream>, ZipInputStream, ZipOutputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
 
replaceOnce(String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
requireService(Class<R>) - 接口 中的方法cn.sexycode.util.core.service.ServiceRegistry
Retrieve a service by role.
requiresReader() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
Determine whether a Reader is required as opposed to an InputStream, i.e. whether an encoding or a Charset has been specified.
ResolvableType - cn.sexycode.util.core.cls中的类
Encapsulates a Java Type, providing access to supertypes, interfaces, and generic parameters along with the ability to ultimately resolve to a Class.
ResolvableType.VariableResolver - cn.sexycode.util.core.cls中的接口
Strategy interface used to resolve TypeVariables.
ResolvableTypeProvider - cn.sexycode.util.core.cls中的接口
Any object can implement this interface to provide its actual ResolvableType.
resolve() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Resolve this type to a Class, returning null if the type cannot be resolved.
resolve(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Resolve this type to a Class, returning the specified fallback if the type cannot be resolved.
resolve(String, ResourceLoader) - 接口 中的方法cn.sexycode.util.core.io.ProtocolResolver
Resolve the given location against the given resource loader if this implementation's protocol matches.
resolveBound(TypeVariable<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveClassName(String, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Resolve the given class name into a Class instance.
resolveContainerAnnotationType(Class<? extends Annotation>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Resolve the container type for the supplied repeatable annotationType.
resolveDefaultableStrategy(Class<T>, Object, T) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, T) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
resolveGeneric(int...) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Convenience method that will get and resolve a specific generic parameters.
resolveGenerics() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Convenience method that will get and resolve generic parameters.
resolveGenerics(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Convenience method that will get and resolve generic parameters, using the specified fallback if any type cannot be resolved.
resolveGenericType(Class<?>, Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the generic type using type variable information from the subType else null if the generic type cannot be resolved.
resolveMethodParameter(MethodParameter) - 类 中的静态方法cn.sexycode.util.core.cls.ResolvableType
Resolve the top-level parameter type of the given MethodParameter.
resolveNonRootUrl(URL) - 类 中的方法cn.sexycode.util.core.file.scan.AbstractScannerImpl
Handle references from a persistence.xml file.
resolvePrimitiveClassName(String) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolveRawArgument(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the raw class representing the argument for the type using type variable information from the subType.
resolveRawArgument(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the raw class representing the argument for the genericType using type variable information from the subType.
resolveRawArguments(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns an array of raw classes representing arguments for the type using type variable information from the subType.
resolveRawArguments(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns an array of raw classes representing arguments for the genericType using type variable information from the subType.
resolveRawClass(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Resolves the raw class for the genericType, using the type variable information from the subType else TypeResolver.Unknown if the raw class cannot be resolved.
resolveRootDirResource(Resource) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Resolve the specified resource for path matching.
resolveStrategy(Class<T>, Object) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Resolve strategy instances.
resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
 
resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
 
resolveStrategy(Class<T>, Object) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
resolveType() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Resolve this type by a single level, returning the resolved value or ResolvableType.NONE.
resolveURL() - 类 中的方法cn.sexycode.util.core.io.ClassPathResource
Resolves a URL for the underlying class path resource.
resolveVariable(TypeVariable<?>) - 接口 中的方法cn.sexycode.util.core.cls.ResolvableType.VariableResolver
Resolve the specified variable.
Resource - cn.sexycode.util.core.io中的接口
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
ResourceLoader - cn.sexycode.util.core.io中的接口
Strategy interface for loading resources (e.. class path or file system resources).
ResourcePatternResolver - cn.sexycode.util.core.io.support中的接口
Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
ResourcePatternUtils - cn.sexycode.util.core.io.support中的类
Utility class for determining whether a given URL is a resource location that can be loaded via a ResourcePatternResolver.
ResourcePatternUtils() - 类 的构造器cn.sexycode.util.core.io.support.ResourcePatternUtils
 
ResourceRegion - cn.sexycode.util.core.io.support中的类
Region of a Resource implementation, materialized by a position within the Resource and a byte count for the length of that region.
ResourceRegion(Resource, long, long) - 类 的构造器cn.sexycode.util.core.io.support.ResourceRegion
Create a new ResourceRegion from a given Resource.
ResourceUtils - cn.sexycode.util.core.io中的类
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - 类 的构造器cn.sexycode.util.core.io.ResourceUtils
 
restructureIfNecessary(boolean) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
resultCollector - 类 中的变量cn.sexycode.util.core.file.scan.ClassFileArchiveEntryHandler
 
retain() - 接口 中的方法cn.sexycode.util.core.io.buffer.PooledDataBuffer
Increase the reference count for this buffer by one.
rethrowAnnotationConfigurationException(Throwable) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
If the supplied throwable is an AnnotationConfigurationException, it will be cast to an AnnotationConfigurationException and thrown, allowing it to propagate to the caller.
rethrowException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
retrieveAnnotationAttributes(Object, Annotation, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map.
retrieveMatchingFiles(File, String) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
RETURN - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
returnStatic() - 接口 中的方法cn.sexycode.util.core.cls.Filter
 
returnTransient() - 接口 中的方法cn.sexycode.util.core.cls.Filter
 
returnTypeName - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
reverse(String[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
RIGHT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_CHEV - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_SQ_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
root(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 

S

scan(ScanEnvironment, ScanOptions, ScanParameters) - 类 中的方法cn.sexycode.util.core.file.scan.AbstractScannerImpl
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - 接口 中的方法cn.sexycode.util.core.file.scan.Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
ScanEnvironment - cn.sexycode.util.core.file.scan中的接口
Describes the environment in which the scan will occur.
Scanner - cn.sexycode.util.core.file.scan中的接口
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.
ScanOptions - cn.sexycode.util.core.file.scan中的接口
Options for performing scanning
ScanParameters - cn.sexycode.util.core.file.scan中的接口
A "parameter object" passed to Scanner.scan(cn.sexycode.util.core.file.scan.ScanEnvironment, cn.sexycode.util.core.file.scan.ScanOptions, cn.sexycode.util.core.file.scan.ScanParameters) to help support future changes in terms of needing to pass additional stuff to scanning.
ScanResult - cn.sexycode.util.core.file.scan中的接口
Defines the result of scanning
ScanResultCollector - cn.sexycode.util.core.file.scan中的接口
 
ScanResultCollectorImpl - cn.sexycode.util.core.file.scan中的类
 
ScanResultCollectorImpl(ScanEnvironment, ScanOptions, ScanParameters) - 类 的构造器cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
ScanResultImpl - cn.sexycode.util.core.file.scan中的类
 
ScanResultImpl(Set<PackageDescriptor>, Set<ClassDescriptor>, Set<FileDescriptor>) - 类 的构造器cn.sexycode.util.core.file.scan.ScanResultImpl
 
Segment(int) - 类 的构造器cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Segment
 
selectStrategyImplementor(Class<T>, String) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Locate the named strategy implementation.
selectStrategyImplementor(Class<T>, String) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
SEMICOLON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
SerializableTypeWrapper - cn.sexycode.util.core.cls中的类
Internal utility class that can be used to obtain wrapped Serializable variants of Types.
SerializableTypeWrapper() - 类 的构造器cn.sexycode.util.core.cls.SerializableTypeWrapper
 
SerializableTypeWrapper.FieldTypeProvider - cn.sexycode.util.core.cls中的类
SerializableTypeWrapper.MethodInvokeTypeProvider - cn.sexycode.util.core.cls中的类
SerializableTypeWrapper.TypeProvider for Types obtained by invoking a no-arg method.
SerializableTypeWrapper.MethodParameterTypeProvider - cn.sexycode.util.core.cls中的类
SerializableTypeWrapper.SerializableTypeProxy - cn.sexycode.util.core.cls中的接口
Additional interface implemented by the type proxy.
SerializableTypeWrapper.TypeProvider - cn.sexycode.util.core.cls中的接口
A Serializable interface providing access to a Type.
SerializationException - cn.sexycode.util.core.exception中的异常错误
Thrown when a property cannot be serializaed/deserialized
SerializationException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.SerializationException
 
SerializationException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.SerializationException
 
SerializationHelper - cn.sexycode.util.core.object中的类
Assists with the serialization process and performs additional functionality based on serialization.
serialize(Serializable, OutputStream) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
Service - cn.sexycode.util.core.service中的接口
Marker interface for services.
ServiceRegistry - cn.sexycode.util.core.service中的接口
A registry of services.
ServiceRegistryImpl - cn.sexycode.util.core.service中的类
 
ServiceRegistryImpl() - 类 的构造器cn.sexycode.util.core.service.ServiceRegistryImpl
 
serviceRole - 异常错误 中的变量cn.sexycode.util.core.service.NullServiceException
 
set(K, V) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
set(K, V) - 接口 中的方法cn.sexycode.util.core.collection.MultiValueMap
Set the given single value under the given key.
set(int, DataBuffer) - 类 中的方法cn.sexycode.util.core.io.buffer.LimitedDataBufferList
 
setAccessible(boolean) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
setAccessible(boolean) - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
setAll(Map<K, V>) - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
setAll(Map<K, V>) - 接口 中的方法cn.sexycode.util.core.collection.MultiValueMap
Set the given values under.
setBeanFactory(BeanFactory) - 类 中的静态方法cn.sexycode.util.core.factory.BeanFactoryUtil
 
setCachePatterns(boolean) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Specify whether to cache parsed pattern metadata for patterns passed into this matcher's AntPathMatcher.match(java.lang.String, java.lang.String) method.
setCaseSensitive(boolean) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Specify whether to perform pattern matching in a case-sensitive fashion.
setClassLoader(ClassLoader) - 类 中的方法cn.sexycode.util.core.io.DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setContainingClass(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Set a containing class to resolve the parameter type against.
setField(Field, Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Set the field represented by the supplied field object on the specified target object to the specified value.
setField(Field, Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setFileEncoding(String) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set the encoding to use for parsing properties files.
setIgnoreResourceNotFound(boolean) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set if failure to find the property resource should be ignored.
setLocalOverride(boolean) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set whether local properties override properties from files.
setLocation(Resource) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set a location of a properties file to be loaded.
setLocations(Resource...) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set locations of properties files to be loaded.
setMetadataProvider(MetadataProvider) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
setMetadataProvider(MetadataProvider) - 接口 中的方法cn.sexycode.util.core.cls.MetadataProviderInjector
Defines the metadata provider for a given Reflection Manager
setParameterType(Class<?>) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Set a resolved (generic) parameter type.
setPathMatcher(PathMatcher) - 类 中的方法cn.sexycode.util.core.io.support.PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this resource pattern resolver.
setPathSeparator(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Set the path separator to use for pattern parsing.
setProperties(Properties) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set local properties, e.g. via the "props" tag in XML bean definitions.
setPropertiesArray(Properties...) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set local properties, e.g. via the "props" tag in XML bean definitions, allowing for merging multiple properties sets into one.
setPropertiesPersister(PropertiesPersister) - 类 中的方法cn.sexycode.util.core.io.support.PropertiesLoaderSupport
Set the PropertiesPersister to use for parsing properties files.
setReifiedTypeArguments(Type[]) - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
NOTE: This method should only be called once per instance.
setSeparator(String) - 类 中的方法cn.sexycode.util.core.io.support.LocalizedResourceHelper
Set the separator to use in-between file name parts.
setTrimTokens(boolean) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Specify whether to trim tokenized paths and patterns.
setTypeIndexForCurrentLevel(int) - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
Set the type index for the current nesting level.
setValue(V) - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
shallowCopyFieldState(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
shallowCopyFieldState(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
SimpleMetadataReader - cn.sexycode.util.core.cls中的类
MetadataReader implementation based on an ASM org.springframework.asm.ClassReader.
SimpleMetadataReader(Resource, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.SimpleMetadataReader
 
SimpleMetadataReaderFactory - cn.sexycode.util.core.cls中的类
Simple implementation of the MetadataReaderFactory interface, creating a new ASM org.springframework.asm.ClassReader for every request.
SimpleMetadataReaderFactory() - 类 的构造器cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the default class loader.
SimpleMetadataReaderFactory(ResourceLoader) - 类 的构造器cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the given resource loader.
SimpleMetadataReaderFactory(ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the given class loader.
SimpleTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
Binds formal type arguments (typically T, E, etc.) to actual types.
SimpleTypeEnvironment(Type[], Type[]) - 类 的构造器cn.sexycode.util.core.cls.internal.SimpleTypeEnvironment
 
SINGLE_OBJECT_PARAM_SIGNATURE - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
SINGLE_QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
SingletonIterator<T> - cn.sexycode.util.core.collection中的类
 
SingletonIterator(T) - 类 的构造器cn.sexycode.util.core.collection.SingletonIterator
 
SingletonStack<T> - cn.sexycode.util.core.collection中的类
 
SingletonStack(T) - 类 的构造器cn.sexycode.util.core.collection.SingletonStack
 
size() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
 
size() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
skip(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip bytes from an input byte stream.
skip(Reader, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip characters from an input character stream.
skipFully(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip the requested number of bytes or fail if there are not enough left.
skipFully(Reader, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip the requested number of characters or fail if there are not enough left.
SLASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
slice(String[], int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
slice(Object[], int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
slice(int, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Create a new DataBuffer whose contents is a shared subsequence of this data buffer's content.
slice(int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
slice(int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
SoloAsmInfo - cn.sexycode.util.core.cls中的类
Utility class exposing constants related to Spring's internal repackaging of the ASM bytecode manipulation library (currently based on version 6.0).
SoloAsmInfo() - 类 的构造器cn.sexycode.util.core.cls.SoloAsmInfo
 
sortStringArray(String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Turn given source String array into sorted array.
SPACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
split(String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
split(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitTrimmingTokens(String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
Stack<T> - cn.sexycode.util.core.collection中的接口
Stack implementation exposing useful methods for Hibernate needs.
STANDARD_STRATEGY_CREATOR - 类 中的静态变量cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
StandardArchiveDescriptorFactory - cn.sexycode.util.core.file中的类
Standard implementation of ArchiveDescriptorFactory
StandardArchiveDescriptorFactory() - 类 的构造器cn.sexycode.util.core.file.StandardArchiveDescriptorFactory
 
StandardClassLoaderDelegateImpl - cn.sexycode.util.core.cls.internal中的类
 
StandardClassLoaderDelegateImpl() - 类 的构造器cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
 
StandardScanParameters - cn.sexycode.util.core.file.scan中的类
 
StandardServiceRegistry - cn.sexycode.util.core.service中的接口
Specialization of the ServiceRegistry contract mainly for type safety.
StandardStack<T> - cn.sexycode.util.core.collection中的类
A general-purpose stack impl.
StandardStack() - 类 的构造器cn.sexycode.util.core.collection.StandardStack
 
StandardStack(T) - 类 的构造器cn.sexycode.util.core.collection.StandardStack
 
STAR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
startsWithIgnoreCase(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
state(boolean, String) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean) - 类 中的静态方法cn.sexycode.util.core.lang.Assert
已过时。
as of 4.3.7, in favor of Assert.state(boolean, String)
store(Properties, OutputStream, String) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
store(Properties, Writer, String) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
store(Properties, OutputStream, String) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Write the contents of the given Properties object to the given OutputStream.
store(Properties, Writer, String) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Write the contents of the given Properties object to the given Writer.
storeToXml(Properties, OutputStream, String) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String, String) - 类 中的方法cn.sexycode.util.core.io.support.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
storeToXml(Properties, OutputStream, String, String) - 接口 中的方法cn.sexycode.util.core.io.support.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
StrategyCreator<T> - cn.sexycode.util.core.factory.selector中的接口
 
StrategySelectionException - cn.sexycode.util.core.exception中的异常错误
Indicates a problem performing the selection/resolution.
StrategySelectionException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.StrategySelectionException
Constructs a StrategySelectionException using the specified message.
StrategySelectionException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.StrategySelectionException
Constructs a StrategySelectionException using the specified message and cause.
StrategySelector - cn.sexycode.util.core.factory.selector中的接口
Service which acts as a registry for named strategy implementations.
StrategySelectorImpl - cn.sexycode.util.core.factory.selector中的类
Standard implementation of the StrategySelector contract.
StrategySelectorImpl(ClassLoaderService) - 类 的构造器cn.sexycode.util.core.factory.selector.StrategySelectorImpl
Constructs a StrategySelectorImpl using the given class loader service.
StringBuilderWriter - cn.sexycode.util.core.io中的类
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new instance with the specified StringBuilder.
stringMatcherCache - 类 中的变量cn.sexycode.util.core.AntPathMatcher
 
StringPool - cn.sexycode.util.core.str中的接口
 
StringUtils - cn.sexycode.util.core.str中的类
 
StringUtils.Renderer<T> - cn.sexycode.util.core.str中的接口
 
stripFilenameExtension(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Strip the filename extension from the given Java resource path, e.g.
Style - cn.sexycode.util.core.str中的枚举
字段转换方式
subSequence(CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns a new CharSequence that is a subsequence of this sequence starting with the char value at the specified index.
substring(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Gets a substring from the specified String avoiding exceptions.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Test whether the given string matches the given substring at the given index.
suffix(String[], String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
synthesizeAnnotation(A) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an annotation from the supplied annotation by wrapping it in a dynamic proxy that transparently enforces attribute alias semantics for annotation attributes that are annotated with @AliasFor.
synthesizeAnnotation(A, AnnotatedElement) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an annotation from the supplied annotation by wrapping it in a dynamic proxy that transparently enforces attribute alias semantics for annotation attributes that are annotated with @AliasFor.
synthesizeAnnotation(A, Object) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
 
synthesizeAnnotation(Map<String, Object>, Class<A>, AnnotatedElement) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an annotation from the supplied map of annotation attributes by wrapping the map in a dynamic proxy that implements an annotation of the specified annotationType and transparently enforces attribute alias semantics for annotation attributes that are annotated with @AliasFor.
synthesizeAnnotation(Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an annotation from its default attributes values.
synthesizeAnnotationArray(Annotation[], Object) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an array of annotations from the supplied array of annotations by creating a new array of the same size and type and populating it with synthesized versions of the annotations from the input array.
synthesizeAnnotationArray(Map<String, Object>[], Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Synthesize an array of annotations from the supplied array of maps of annotation attributes by creating a new array of annotationType with the same size and populating it with synthesized versions of the maps from the input array.
SynthesizedAnnotation - cn.sexycode.util.core.cls中的接口
Marker interface implemented by synthesized annotation proxies.
SynthesizedAnnotationInvocationHandler - cn.sexycode.util.core.cls中的类
InvocationHandler for an Annotation that Spring has synthesized (i.e., wrapped in a dynamic proxy) with additional functionality.
SynthesizedAnnotationInvocationHandler(AnnotationAttributeExtractor<?>) - 类 的构造器cn.sexycode.util.core.cls.SynthesizedAnnotationInvocationHandler
Construct a new SynthesizedAnnotationInvocationHandler for the supplied AnnotationAttributeExtractor.

T

TAB - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
TcclLookupPrecedence - cn.sexycode.util.core.cls.classloading中的枚举
Defines when the lookup in the current thread context ClassLoader should be done according to the other ones.
TILDA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
to2DIntArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
to2DStringArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toAnnotatedElement() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
toApproximatingEnvironment(TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toApproximatingEnvironment(TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
toArray(Enumeration<E>, A[]) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toArrayElement(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Takes a String s and returns a new String[1] with s as the only element.
toBinaryString(byte) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBinaryString(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBinaryString(long) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBooleanArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toBufferedReader(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Returns the given reader if it is a BufferedReader, otherwise creates a toBufferedReader for the given reader.
toByteArray(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get contents of an InputStream as a byte[].
toByteArray(InputStream, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(Reader, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
toByteArray(URI) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URI as a byte[].
toByteArray(URL) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URL as a byte[].
toByteArray(URLConnection) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URLConnection as a byte[].
toCharArray(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a character array.
toCharArray(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Green implementation of toCharArray.
toCharset(Charset) - 类 中的静态方法cn.sexycode.util.core.io.Charsets
Returns the given Charset or the default Charset if the given Charset is null.
toCharset(String) - 类 中的静态方法cn.sexycode.util.core.io.Charsets
Returns a Charset for the named charset.
toClass(XClass) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
toClass(XClass) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toClassArray(Collection<Class<?>>) - 类 中的静态方法cn.sexycode.util.core.cls.ClassUtils
Copy the given Collection into a Class array.
toInputStream(CharSequence) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(CharSequence, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(CharSequence, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toInt(byte[]) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Custom algorithm used to generate an int from a series of bytes.
toIntArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toIterator(Enumeration<E>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionUtils
Adapt an enumeration to an iterator.
tokenizePath(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Tokenize the given path String into parts, based on this matcher's settings.
tokenizePattern(String) - 类 中的方法cn.sexycode.util.core.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
tokenizeToStringArray(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
已过时。
as of 5.0.4, in favor of Locale.toLanguageTag()
toList(Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toList(Iterator) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toLowerAscii(char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
toMap(String, String, Properties) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Constructs a map from a property value.
toMap(String, String, Map) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Constructs a map from a property value.
toMethod(XMethod) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toMethod(XMethod) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toObjectArray(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toPackageDescriptor(ArchiveEntry) - 类 中的方法cn.sexycode.util.core.file.PackageInfoArchiveEntryHandler
 
toScanResult() - 接口 中的方法cn.sexycode.util.core.file.scan.ScanResultCollector
 
toScanResult() - 类 中的方法cn.sexycode.util.core.file.scan.ScanResultCollectorImpl
 
toSingleValueMap() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
toSingleValueMap() - 接口 中的方法cn.sexycode.util.core.collection.MultiValueMap
Returns the first values contained in this MultiValueMap.
toString() - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
toString() - 类 中的方法cn.sexycode.util.core.cls.MethodParameter
 
toString() - 类 中的方法cn.sexycode.util.core.cls.ParameterizedTypeReference
 
toString() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
Keep this consistent with sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl#toString
toString() - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
Return a String representation of this type in its fully resolved form (including any generic parameters).
toString(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toString() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Entry
 
toString() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
toString() - 类 中的方法cn.sexycode.util.core.io.AbstractResource
This implementation returns the description of this resource.
toString(Charset) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return this buffer's data a String using the specified charset.
toString(int, int, Charset) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return a part of this buffer's data as a String using the specified charset.
toString(Charset) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
toString(int, int, Charset) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
toString(int, int, Charset) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
toString() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
toString() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
 
toString(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a String.
toString(URI) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URI, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URI, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URL) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(URL, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(URL, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
toString(byte[], String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a byte[] as a String using the specified character encoding.
toString() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
toString() - 类 中的方法cn.sexycode.util.core.io.support.EncodedResource
 
toString(Object[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
toStringArray(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toStringArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toStringArray(String, String, Properties) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Get a property value as a string array.
toStringArray(String, String) - 类 中的静态方法cn.sexycode.util.core.properties.PropertiesUtil
Convert a string to an array of strings.
toStringArray(Collection<String>) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Copy the given Enumeration into a String array.
toSuffix(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
toUpperAscii(char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
toURI(URL) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
toURI(String) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toXClass(Class) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toXClass(Type, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toXClass(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
toXClass(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toXType(TypeEnvironment, Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
trimAllWhitespace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
TRUE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
truncate(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
typecast(Object[], Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
TypeEnvironment - cn.sexycode.util.core.cls.internal中的接口
A typing context that knows how to "resolve" the generic parameters of a Type.
TypeEnvironmentFactory - cn.sexycode.util.core.cls.internal中的类
Returns the type context for a given Class or ParameterizedType.
TypeEnvironmentFactory() - 类 的构造器cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
TypeFactory - cn.sexycode.util.core.cls.internal中的类
This class instances our own ParameterizedTypes and GenericArrayTypes.
TypeFactory() - 类 的构造器cn.sexycode.util.core.cls.internal.TypeFactory
 
TypeFilter - cn.sexycode.util.core.cls中的接口
Base interface for type filters using a org.springframework.core.type.classreading.MetadataReader.
typeIndexesPerLevel - 类 中的变量cn.sexycode.util.core.cls.MethodParameter
Map from Integer level to Integer type index
typeOf(Member, TypeEnvironment) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXMember
 
TypeResolver - cn.sexycode.util.core.cls中的类
Enhanced type resolution utilities.
TypeResolver.Unknown - cn.sexycode.util.core.cls中的类
An unknown type.
TypeSwitch<T> - cn.sexycode.util.core.cls中的类
A visitor for the java.lang.reflect.Type hierarchy.
TypeSwitch() - 类 的构造器cn.sexycode.util.core.cls.TypeSwitch
 
TypeUtils - cn.sexycode.util.core.cls中的类
 
TypeUtils() - 类 的构造器cn.sexycode.util.core.cls.TypeUtils
 

U

uncapitalize(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
underlineToCamelhump(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
将下划线风格替换为驼峰风格
UNDERSCORE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
unqualify(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
unqualify(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Unqualify a string qualified by a separator character.
unqualifyEntityName(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
unquote(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Return the unquoted version of name (stripping the start and end '`' characters if present).
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - 接口 中的方法cn.sexycode.util.core.factory.selector.StrategySelector
Un-registers a named implementor of a particular strategy contract.
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - 类 中的方法cn.sexycode.util.core.factory.selector.StrategySelectorImpl
 
unroot(String) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
 
unwrap(T) - 类 中的静态方法cn.sexycode.util.core.cls.SerializableTypeWrapper
Unwrap the given type, effectively returning the original non-serializable type.
unwrapOptional(Object) - 类 中的静态方法cn.sexycode.util.core.object.ObjectUtils
Unwrap the given object which is potentially a Optional.
unZip(File, String) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
zip解压
updateCurrentIterator() - 类 中的方法cn.sexycode.util.core.collection.JoinedIterator
 
uriDecode(String, Charset) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
Decode the given encoded URI component value.
URL_PROTOCOL_FILE - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSFILE - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile"
URL_PROTOCOL_VFSZIP - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WAR - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for an entry from a war file: "war"
URL_PROTOCOL_WSJAR - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL protocol for an entry from a zip file: "zip"
UrlResource - cn.sexycode.util.core.io中的类
Resource implementation for java.net.URL locators.
UrlResource(URI) - 类 的构造器cn.sexycode.util.core.io.UrlResource
Create a new UrlResource based on the given URI object.
UrlResource(URL) - 类 的构造器cn.sexycode.util.core.io.UrlResource
Create a new UrlResource based on the given URL object.
UrlResource(String) - 类 的构造器cn.sexycode.util.core.io.UrlResource
Create a new UrlResource based on a URL path.
UrlResource(String, String) - 类 的构造器cn.sexycode.util.core.io.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(String, String, String) - 类 的构造器cn.sexycode.util.core.io.UrlResource
Create a new UrlResource based on a URI specification.
US_ASCII - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
useCachesIfNecessary(URLConnection) - 类 中的静态方法cn.sexycode.util.core.io.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
USER_DECLARED_METHODS - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
Pre-built MethodFilter that matches all non-bridge non-synthetic methods which are not declared on java.lang.Object.
USER_DECLARED_METHODS - 类 中的静态变量cn.sexycode.util.core.object.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods which are not declared on java.lang.Object.
UTF_16 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output) Every implementation of the Java platform is required to support this character encoding.
UTF_16BE - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Eight-bit Unicode Transformation Format.
UTF_8 - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

V

validateAnnotation(Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
Check the declared attributes of the given annotation, in particular covering Google App Engine's late arrival of TypeNotPresentExceptionProxy for Class values (instead of early Class.getAnnotations() failure.
validated - 类 中的变量cn.sexycode.util.core.cls.AnnotationAttributes
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - 类 中的方法cn.sexycode.util.core.file.scan.AbstractScannerImpl
 
VALUE - 类 中的静态变量cn.sexycode.util.core.cls.AnnotationUtils
The attribute name for annotations with a single element.
valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.cls.classloading.TcclLookupPrecedence
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.ReferenceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Restructure
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.file.scan.ClassDescriptor.CategorizationEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.str.Style
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.sexycode.util.core.cls.classloading.TcclLookupPrecedence
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.ReferenceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap.Restructure
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法cn.sexycode.util.core.collection.LinkedMultiValueMap
 
values() - 枚举 中的静态方法cn.sexycode.util.core.file.scan.ClassDescriptor.CategorizationEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sexycode.util.core.str.Style
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VfsPatternUtils - cn.sexycode.util.core.io.support中的类
Artificial class used for accessing the VfsUtils methods without exposing them to the entire world.
VfsPatternUtils() - 类 的构造器cn.sexycode.util.core.io.support.VfsPatternUtils
 
VfsResource - cn.sexycode.util.core.io中的类
JBoss VFS based Resource implementation.
VfsResource(Object) - 类 的构造器cn.sexycode.util.core.io.VfsResource
Create a new VfsResource wrapping the given resource handle.
VfsUtils - cn.sexycode.util.core.io中的类
Utility for detecting and accessing JBoss VFS in the classpath.
VfsUtils() - 类 的构造器cn.sexycode.util.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_VISIT - 类 中的静态变量cn.sexycode.util.core.io.VfsUtils
 
VIRTUAL_FILE_VISITOR_INTERFACE - 类 中的静态变量cn.sexycode.util.core.io.VfsUtils
 
visit(String, Object) - 类 中的方法cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visit(String, Object) - 类 中的方法cn.sexycode.util.core.cls.RecursiveAnnotationArrayVisitor
 
visit(Object, InvocationHandler) - 类 中的静态方法cn.sexycode.util.core.io.support.VfsPatternUtils
 
visitAnnotation(String, String) - 类 中的方法cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
visitAnnotation(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
visitAnnotation(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitAnnotation(String, boolean) - 类 中的方法cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
 
visitAnnotation(String, String) - 类 中的方法cn.sexycode.util.core.cls.RecursiveAnnotationArrayVisitor
 
visitArchive(ArchiveContext) - 接口 中的方法cn.sexycode.util.core.file.ArchiveDescriptor
Perform visitation using the given context
visitArchive(ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.ExplodedArchiveDescriptor
 
visitArchive(ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.JarFileBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.JarInputStreamBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - 类 中的方法cn.sexycode.util.core.file.JarProtocolArchiveDescriptor
 
visitArray(String) - 类 中的方法cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
visitAttribute(Attribute) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitCurrentFirst(Consumer<T>) - 类 中的方法cn.sexycode.util.core.collection.SingletonStack
 
visitCurrentFirst(Consumer<T>) - 接口 中的方法cn.sexycode.util.core.collection.Stack
Visit all elements in the stack, starting with the current and working back
visitCurrentFirst(Consumer<T>) - 类 中的方法cn.sexycode.util.core.collection.StandardStack
 
visitEnd() - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributesReadingVisitor
 
visitEnd() - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitEnd() - 类 中的方法cn.sexycode.util.core.cls.RecursiveAnnotationArrayVisitor
 
visitEnd() - 类 中的方法cn.sexycode.util.core.cls.RecursiveAnnotationAttributesVisitor
 
visitEnum(String, String, String) - 类 中的方法cn.sexycode.util.core.cls.AbstractRecursiveAnnotationVisitor
 
visitField(int, String, String, String, Object) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitInnerClass(String, String, String, int) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitMethod(int, String, String, String, String[]) - 类 中的方法cn.sexycode.util.core.cls.AnnotationMetadataReadingVisitor
 
visitMethod(int, String, String, String, String[]) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitOuterClass(String, String, String) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 
visitSource(String, String) - 类 中的方法cn.sexycode.util.core.cls.ClassMetadataReadingVisitor
 

W

WAR_URL_PREFIX - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
URL prefix for loading from a war file on Tomcat: "war:"
WAR_URL_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.ResourceUtils
Special separator between WAR URL and jar part on Tomcat
WHITESPACE - 类 中的静态变量cn.sexycode.util.core.str.StringUtils
 
withoutSuffix(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
workWithClassLoader(ClassLoaderService.Work<T>) - 接口 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderService
 
workWithClassLoader(ClassLoaderService.Work<T>) - 类 中的方法cn.sexycode.util.core.cls.classloading.ClassLoaderServiceImpl
 
wrap(ByteBuffer) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBufferFactory
Wrap the given ByteBuffer in a DataBuffer.
wrap(byte[]) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBufferFactory
Wrap the given byte array in a DataBuffer.
wrap(ByteBuffer) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
 
wrap(byte[]) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
 
wrapZipInputStream(InputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
包装输入流
wrapZipOutputStream(OutputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
包装输出流
writableByteCount() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the number of bytes that can be written to this data buffer.
writableByteCount() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
writableByteCount() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
writableChannel() - 类 中的方法cn.sexycode.util.core.io.FileSystemResource
This implementation opens a FileChannel for the underlying file.
writableChannel() - 类 中的方法cn.sexycode.util.core.io.FileUrlResource
 
writableChannel() - 接口 中的方法cn.sexycode.util.core.io.WritableResource
WritableResource - cn.sexycode.util.core.io中的接口
Extended interface for a resource that supports writing to it.
write(byte) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write a single byte into this buffer at the current writing position.
write(byte[]) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write the given source into this buffer, starting at the current writing position of this buffer.
write(byte[], int, int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write at most length bytes of the given source into this buffer, starting at the current writing position of this buffer.
write(DataBuffer...) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write one or more DataBuffers to this buffer, starting at the current writing position.
write(ByteBuffer...) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write one or more ByteBuffer to this buffer, starting at the current writing position.
write(CharSequence, Charset) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Write the given CharSequence using the given Charset, starting at the current writing position.
write(byte) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(byte[]) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(byte[], int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(DataBuffer...) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(ByteBuffer...) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(CharSequence, Charset) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
write(byte) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
write(byte[]) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
write(byte[], int, int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
write(DataBuffer...) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
write(ByteBuffer...) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
write(byte[], OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(byte[], Writer, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(char[], OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(CharSequence, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to a Writer.
write(CharSequence, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the default character encoding of the platform.
write(CharSequence, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(CharSequence, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(String, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, Writer)
write(StringBuffer, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, OutputStream)
write(StringBuffer, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, OutputStream, String)
write(String) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Write a String to the StringBuilder.
write(char[], int, int) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Write a portion of a character array to the StringBuilder.
writeLines(Collection<?>, String, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection<?>, String, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
writePosition() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Return the position to which this buffer will write.
writePosition(int) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
Set the position to which this buffer will write.
writePosition() - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
writePosition(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DataBufferWrapper
 
writePosition() - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 
writePosition(int) - 类 中的方法cn.sexycode.util.core.io.buffer.DefaultDataBuffer
 

X

XAnnotatedElement - cn.sexycode.util.core.cls中的接口
 
XClass - cn.sexycode.util.core.cls中的接口
 
XMember - cn.sexycode.util.core.cls中的接口
 
XMethod - cn.sexycode.util.core.cls中的接口
Represent an invokable method

The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return true

XmlUtil - cn.sexycode.util.core.xml中的类
 
XmlUtil() - 类 的构造器cn.sexycode.util.core.xml.XmlUtil
 
XPackage - cn.sexycode.util.core.cls中的接口
 
XProperty - cn.sexycode.util.core.cls中的接口
A member which actually is a property (as per the JavaBean spec) Note that the same underlying artefact can be represented as both XProperty and XMethod The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return true

Y

Y - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
YES - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

Z

ZERO - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ZipUtils - cn.sexycode.util.core.file中的类
 
ZipUtils() - 类 的构造器cn.sexycode.util.core.file.ZipUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
跳过导航链接

Copyright © 2020. All rights reserved.