- 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中的类
-
- 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中的类
-
- 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
-
- 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
-
- AnnotationAttributes(String, ClassLoader) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
-
- AnnotationAttributes(Map<String, Object>) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
-
- AnnotationAttributes(AnnotationAttributes) - 类 的构造器cn.sexycode.util.core.cls.AnnotationAttributes
-
- 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
-
- 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中的类
-
- 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
-
- 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
-
- 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
-
- asByteBuffer() - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
-
- 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
-
- asInputStream(boolean) - 接口 中的方法cn.sexycode.util.core.io.buffer.DataBuffer
-
- 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
-
- 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
-
- attributesMap - 类 中的变量cn.sexycode.util.core.cls.MethodMetadataReadingVisitor
-
- 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
-
- 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
-
- 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中的类
-
- 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中的接口
-
- 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
-
- 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中的类
-
- 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中的接口
-
- ConcurrentReferenceHashMap.ReferenceManager - cn.sexycode.util.core.collection中的类
-
- 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
-
- createReferenceManager() - 类 中的方法cn.sexycode.util.core.collection.ConcurrentReferenceHashMap
-
- 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
-
- 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
-
- 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中的类
-
- 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
-
- DefaultDataBufferFactory(boolean, int) - 类 的构造器cn.sexycode.util.core.io.buffer.DefaultDataBufferFactory
-
- DefaultPropertiesPersister - cn.sexycode.util.core.io.support中的类
-
- DefaultPropertiesPersister() - 类 的构造器cn.sexycode.util.core.io.support.DefaultPropertiesPersister
-
- DefaultResourceLoader - cn.sexycode.util.core.io中的类
-
- 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
-
- 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
-
- getAliasedString(String, Class<? extends Annotation>, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
-
- getAliasedStringArray(String, Class<? extends Annotation>, Object) - 类 中的方法cn.sexycode.util.core.cls.AnnotationAttributes
-
- 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
-
- 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
-
- 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
-
- getAnnotationAttributes(AnnotatedElement, Annotation) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
-
- getAnnotationAttributes(AnnotatedElement, Annotation, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
-
- 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
-
- getAnnotations(Method) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
-
- 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
-
- getField(Field, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
-
- 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
-
- 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
-
- getNested(int) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
-
- getNested(int, Map<Integer, Integer>) - 类 中的方法cn.sexycode.util.core.cls.ResolvableType
-
- 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
-
- 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
-
- getRepeatableAnnotation(AnnotatedElement, Class<? extends Annotation>, Class<A>) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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中的类
-
- 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
-
- invokeJdbcMethod(Method, Object, Object...) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ResolvableType - cn.sexycode.util.core.cls中的类
-
- ResolvableType.VariableResolver - cn.sexycode.util.core.cls中的接口
-
- 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
-
- 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
-
- rethrowException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
-
- rethrowRuntimeException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
-
- rethrowRuntimeException(Throwable) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
-
- retrieveAnnotationAttributes(Object, Annotation, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.cls.AnnotationUtils
-
- 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
-
- 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中的接口
-
- 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.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中的接口
-
- 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中的接口
-
- 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
-
- 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
-
- setField(Field, Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.ReflectionUtils
-
- 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中的接口
-
- 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
-
- 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中的类
-
- StringBuilderWriter() - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
-
- 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
-
- 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中的类
-
- SynthesizedAnnotationInvocationHandler(AnnotationAttributeExtractor<?>) - 类 的构造器cn.sexycode.util.core.cls.SynthesizedAnnotationInvocationHandler
-
- 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
-
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
-
- toLanguageTag(Locale) - 类 中的静态方法cn.sexycode.util.core.str.StringUtils
-
- 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
-