Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core Classes and Interfaces - 168 results found.
NameDescriptionTypePackageFramework
AbstractClassTestingTypeFilterType filter that exposes aClassMetadata objectClassorg.springframework.core.type.filterSpring MVC
AbstractEnvironmentAbstract base class for Environment implementations.Classorg.springframework.core.envSpring MVC
AbstractFileResolvingResourceAbstract base class for resources which resolve URLs into File references,such as UrlResource or ClassPathResource.Classorg.springframework.core.ioSpring MVC
AbstractPropertyResolverAbstract base class for resolving properties against any underlying source.Classorg.springframework.core.envSpring MVC
AbstractResourceConvenience base class for Resource implementations,pre-implementing typical behavior.Classorg.springframework.core.ioSpring MVC
AbstractTypeHierarchyTraversingFilterType filter that is aware of traversing over hierarchy.Classorg.springframework.core.type.filterSpring MVC
AliasFor@AliasFor is an annotation that is used to declare aliases forannotation attributes.Classorg.springframework.core.annotationSpring MVC
AliasRegistryCommon interface for managing aliases.Interfaceorg.springframework.coreSpring MVC
AnnotatedElementUtilsGeneral utility methods for finding annotations and meta-annotations onAnnotatedElementUtils defines the public API for Spring'sClassorg.springframework.core.annotationSpring MVC
AnnotatedTypeMetadataDefines access to the annotations of a specific type (classor method), in a form that does not necessarily require theInterfaceorg.springframework.core.typeSpring MVC
AnnotationAttributesLinkedHashMap subclass representing annotation attributekey-value pairs as read by AnnotationUtils,Classorg.springframework.core.annotationSpring MVC
AnnotationAwareOrderComparatorAnnotationAwareOrderComparator is an extension ofOrderComparator that supports Spring'sClassorg.springframework.core.annotationSpring MVC
AnnotationConfigurationExceptionThrown by AnnotationUtils and synthesized annotationsif an annotation is improperly configured.Classorg.springframework.core.annotationSpring MVC
AnnotationMetadataInterface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
AnnotationMetadataReadingVisitorASM class visitor which looks for the class name and implemented types aswell as for the annotations defined on the class, exposing them throughClassorg.springframework.core.type.classreadingSpring MVC
AnnotationTypeFilterA simple filter which matches classes with a given annotation,checking inherited annotations as well.Classorg.springframework.core.type.filterSpring MVC
AnnotationUtilsGeneral utility methods for working with annotations, handling meta-annotations,bridge methods (which the compiler generates for generic declarations) as wellClassorg.springframework.core.annotationSpring MVC
AspectJTypeFilterType filter that uses AspectJ type pattern for matching.Classorg.springframework.core.type.filterSpring MVC
AssignableTypeFilterA simple filter which matches classes that are assignable to a given type.Classorg.springframework.core.type.filterSpring MVC
AsyncListenableTaskExecutorExtension of the AsyncTaskExecutor interface, adding the capability to submittasks for ListenableFutures.Interfaceorg.springframework.core.taskSpring MVC
AsyncTaskExecutoroffering an overloaded execute(Runnable, long) variant with a starttimeout parameter as well support for Callable.Interfaceorg.springframework.core.taskSpring MVC
AttributeAccessorInterface defining a generic contract for attaching and accessing metadatato/from arbitrary objects.Interfaceorg.springframework.coreSpring MVC
AttributeAccessorSupportSupport class for AttributeAccessors, providinga base implementation of all methods.Classorg.springframework.coreSpring MVC
BridgeMethodResolverHelper for resolving synthetic bridge Methods to theMethod being bridged.Classorg.springframework.coreSpring MVC
ByteArrayResourceResource implementation for a given byte array.Classorg.springframework.core.ioSpring MVC
CachingMetadataReaderFactoryCaching implementation of the MetadataReaderFactory interface,caching MetadataReader per Spring Resource handleClassorg.springframework.core.type.classreadingSpring MVC
ClassMetadataInterface that defines abstract metadata of a specific class,in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
ClassPathResourceResource implementation for class path resources.Classorg.springframework.core.ioSpring MVC
ClassRelativeResourceLoaderResourceLoader implementation that interprets plain resource pathsas relative to a given java.Classorg.springframework.core.ioSpring MVC
CollectionFactoryFactory for collections that is aware of Java 5, Java 6, and SpringMainly for internal use within the framework.Classorg.springframework.coreSpring MVC
CommandLinePropertySourceAbstract base class for PropertySource implementations backed by command linearguments.Classorg.springframework.core.envSpring MVC
CompositePropertySourceComposite PropertySource implementation that iterates over a set ofPropertySource instances.Classorg.springframework.core.envSpring MVC
ConcurrentExecutorAdapterAdapter that exposes the Executor interfacefor any Spring TaskExecutor.Classorg.springframework.core.task.supportSpring MVC
ConditionalConverterAllows a Converter, GenericConverter or ConverterFactory toconditionally execute based on attributes of the source and targetInterfaceorg.springframework.core.convert.converterSpring MVC
ConditionalGenericConverterA GenericConverter that may conditionally execute based on attributesof the source and target TypeDescriptor.Interfaceorg.springframework.core.convert.converterSpring MVC
ConfigurableConversionServiceConfiguration interface to be implemented by most if not all ConversionServicetypes.Interfaceorg.springframework.core.convert.supportSpring MVC
ConfigurableEnvironmentConfiguration interface to be implemented by most if not all Environment types.Interfaceorg.springframework.core.envSpring MVC
ConfigurableObjectInputStreamSpecial ObjectInputStream subclass that resolves class namesagainst a specific ClassLoader.Classorg.springframework.coreSpring MVC
ConfigurablePropertyResolverConfiguration interface to be implemented by most if not all PropertyResolver types.Interfaceorg.springframework.core.envSpring MVC
ConstantExceptionException thrown when the Constants class is asked foran invalid constant name.Classorg.springframework.coreSpring MVC
ConstantsThis class can be used to parse other classes containing constant definitionsin public static final members.Classorg.springframework.coreSpring MVC
ContextResource'context', e.Interfaceorg.springframework.core.ioSpring MVC
ControlFlowInterface to be implemented by objects that can return information aboutthe current call stack.Interfaceorg.springframework.coreSpring MVC
ControlFlowFactoryStatic factory to conceal the automatic choice of the ControlFlowThis implementation always uses the efficient Java 1.Classorg.springframework.coreSpring MVC
ConventionsProvides methods to support various naming and other conventions usedthroughout the framework.Classorg.springframework.coreSpring MVC
ConversionExceptionBase class for exceptions thrown by the conversion system.Classorg.springframework.core.convertSpring MVC
ConversionFailedExceptionException to be thrown when an actual type conversion attempt fails.Classorg.springframework.core.convertSpring MVC
ConversionServiceA service interface for type conversion.Interfaceorg.springframework.core.convertSpring MVC
ConversionServiceFactoryA factory for common ConversionServiceSince:3.Classorg.springframework.core.convert.supportSpring MVC
ConverterA converter converts a source object of type S to a target of type T.Interfaceorg.springframework.core.convert.converterSpring MVC
ConverterFactoryA factory for ranged converters that can convert objects from S to subtypes of R.Interfaceorg.springframework.core.convert.converterSpring MVC
ConverterNotFoundExceptionException to be thrown when a suitable converter could not be foundin a given conversion service.Classorg.springframework.core.convertSpring MVC
ConverterRegistryFor registering converters with a type conversion system.Interfaceorg.springframework.core.convert.converterSpring MVC
ConvertingComparatorA Comparator that converts values before they are compared.Classorg.springframework.core.convert.converterSpring MVC
ConvertingPropertyEditorAdapterAdapter that exposes a PropertyEditor for any givenConversionService and specific target type.Classorg.springframework.core.convert.supportSpring MVC
DecoratingClassLoaderBase class for decorating ClassLoaders such as OverridingClassLoaderand ShadowingClassLoader,Classorg.springframework.coreSpring MVC
DefaultConversionServiceA specialization of GenericConversionService configured by default withconverters appropriate for most environments.Classorg.springframework.core.convert.supportSpring MVC
DefaultDeserializerA default Deserializer implementation that reads an input streamusing Java serialization.Classorg.springframework.core.serializerSpring MVC
DefaultParameterNameDiscovererDefault implementation of the ParameterNameDiscoverer strategy interface,using the Java 8 standard reflection mechanism (if available), and falling backClassorg.springframework.coreSpring MVC
DefaultResourceLoaderDefault implementation of the ResourceLoader interface.Classorg.springframework.core.ioSpring MVC
DefaultResourceLoader .ClassPathContextResourcethrough implementing the ContextResource interface.Classorg.springframework.core.io.DefaultResourceLoaderSpring MVC
DefaultSerializerA Serializer implementation that writes an object to an output streamusing Java serialization.Classorg.springframework.core.serializerSpring MVC
DefaultToStringStylerSpring's default toString() styler.Classorg.springframework.core.styleSpring MVC
DefaultValueStylerConverts objects to String form, generally for debugging purposes,using Spring's toString styling conventions.Classorg.springframework.core.styleSpring MVC
DescriptiveResourceSimple Resource implementation that holds a resource descriptionbut does not point to an actually readable resource.Classorg.springframework.core.ioSpring MVC
DeserializerA strategy interface for converting from data in an InputStream to an Object.Interfaceorg.springframework.core.serializerSpring MVC
DeserializingConverterA Converter that delegates to ato convert data in a byte array to an object.Classorg.springframework.core.serializer.supportSpring MVC
EncodedResourceHolder that combines a Resource descriptor with a specific encodingor Charset to be used for reading from the resource.Classorg.springframework.core.io.supportSpring MVC
EnumerablePropertySourceA PropertySource implementation capable of interrogating itsunderlying source object to enumerate all possible property name/valueClassorg.springframework.core.envSpring MVC
EnvironmentInterface representing the environment in which the current application is running.Interfaceorg.springframework.core.envSpring MVC
EnvironmentCapableInterface indicating a component that contains and exposes an Environment reference.Interfaceorg.springframework.core.envSpring MVC
ErrorCodedInterface that can be implemented by exceptions etc that are error coded.Interfaceorg.springframework.coreSpring MVC
ExceptionDepthComparatorComparator capable of sorting exceptions based on their depth from the thrown exception type.Classorg.springframework.coreSpring MVC
ExecutorServiceAdapterAdapter that takes a Spring TaskExecutor)and exposes a full java.Classorg.springframework.core.task.supportSpring MVC
FileSystemResourceResource implementation for java.Classorg.springframework.core.ioSpring MVC
FileSystemResourceLoaderResourceLoader implementation that resolves plain paths asfile system resources rather than as class path resourcesClassorg.springframework.core.ioSpring MVC
GenericCollectionTypeResolverHelper class for determining element types of collections and maps.Classorg.springframework.coreSpring MVC
GenericConversionServiceBase ConversionService implementation suitable for use in most environments.Classorg.springframework.core.convert.supportSpring MVC
GenericConverterGeneric converter interface for converting between two or more types.Interfaceorg.springframework.core.convert.converterSpring MVC
GenericConverter .ConvertiblePairHolder for a source-to-target class pair.Classorg.springframework.core.convert.converter.GenericConverterSpring MVC
GenericTypeResolverHelper class for resolving generic types against type variables.Classorg.springframework.coreSpring MVC
InfrastructureProxyInterface to be implemented by transparent resource proxies that need to beconsidered as equal to the underlying resource, for example for consistentInterfaceorg.springframework.coreSpring MVC
InputStreamResourceResource implementation for a given InputStream.Classorg.springframework.core.ioSpring MVC
InputStreamSourceSimple interface for objects that are sources for an InputStream.Interfaceorg.springframework.core.ioSpring MVC
JdkVersionInternal helper class used to find the Java/JVM version that Spring isoperating on, to allow for automatically adapting to the present platform'sClassorg.springframework.coreSpring MVC
JOptCommandLinePropertySourceCommandLinePropertySource implementation backed by a JOpt OptionSet.Classorg.springframework.core.envSpring MVC
LocalizedResourceHelperHelper class for loading a localized resource,specified through name, extension and current locale.Classorg.springframework.core.io.supportSpring MVC
LocalVariableTableParameterNameDiscovererinformation in the method attributes to discover parameter names.Classorg.springframework.coreSpring MVC
MapPropertySourcePropertySource that reads keys and values from a Map object.Classorg.springframework.core.envSpring MVC
MetadataReaderSimple facade for accessing class metadata,as read by an ASM ClassReader.Interfaceorg.springframework.core.type.classreadingSpring MVC
MetadataReaderFactoryFactory interface for MetadataReader instances.Interfaceorg.springframework.core.type.classreadingSpring MVC
MethodIntrospectorDefines the algorithm for searching for metadata-associated methods exhaustivelyincluding interfaces and parent classes while also dealing with parameterized methodsClassorg.springframework.coreSpring MVC
MethodIntrospector .MetadataLookupA callback interface for metadata lookup on a given method.Interfaceorg.springframework.core.MethodIntrospectorSpring MVC
MethodMetadataInterface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
MethodMetadataReadingVisitorASM method visitor which looks for the annotations defined on a method,exposing them through the MethodMetadataClassorg.springframework.core.type.classreadingSpring MVC
MethodParameterHelper class that encapsulates the specification of a method parameter, i.Classorg.springframework.coreSpring MVC
MissingRequiredPropertiesExceptionException thrown when required properties are not found.Classorg.springframework.core.envSpring MVC
MutablePropertySourcesDefault implementation of the PropertySources interface.Classorg.springframework.core.envSpring MVC
NamedInheritableThreadLocalInheritableThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection).Classorg.springframework.coreSpring MVC
NamedThreadLocalThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection).Classorg.springframework.coreSpring MVC
NestedCheckedExceptionHandy class for wrapping checked Exceptions with a root cause.Classorg.springframework.coreSpring MVC
NestedExceptionUtilsHelper class for implementing exception classes which are capable ofholding nested exceptions.Classorg.springframework.coreSpring MVC
NestedIOExceptionSubclass of IOException that properly handles a root cause,exposing the root cause just like NestedChecked/RuntimeException does.Classorg.springframework.coreSpring MVC
NestedRuntimeExceptionHandy class for wrapping runtime Exceptions with a root cause.Classorg.springframework.coreSpring MVC
Order@Order defines the sort order for an annotated component.Classorg.springframework.core.annotationSpring MVC
OrderComparatorComparator implementation for Ordered objects, sortingby order value ascending, respectively by priority descending.Classorg.springframework.coreSpring MVC
OrderComparator .OrderSourceProviderStrategy interface to provide an order source for a given object.Interfaceorg.springframework.core.OrderComparatorSpring MVC
OrderedOrdered is an interface that can be implemented by objects thatshould be orderable, for example in a Collection.Interfaceorg.springframework.coreSpring MVC
OrderUtilsGeneral utility for determining the order of an object based on its type declaration.Classorg.springframework.core.annotationSpring MVC
OverridingClassLoaderClassLoader that does not always delegate to theparent loader, as normal class loaders do.Classorg.springframework.coreSpring MVC
ParameterizedTypeReferenceThe purpose of this class is to enable capturing and passing a genericType.Classorg.springframework.coreSpring MVC
ParameterNameDiscovererInterface to discover parameter names for methods and constructors.Interfaceorg.springframework.coreSpring MVC
PathMatchingResourcePatternResolverA ResourcePatternResolver implementation that is able to resolve aspecified resource location path into one or more matching Resources.Classorg.springframework.core.io.supportSpring MVC
PathResourceResource implementation for java.Classorg.springframework.core.ioSpring MVC
PrioritizedParameterNameDiscovererParameterNameDiscoverer implementation that tries several ParameterNameDiscoverersin succession.Classorg.springframework.coreSpring MVC
PriorityOrderedExtension of the Ordered interface, expressing a priorityordering: order values expressed by PriorityOrdered objectsInterfaceorg.springframework.coreSpring MVC
PropertiesLoaderSupportBase class for JavaBean-style components that need to load propertiesfrom one or more resources.Classorg.springframework.core.io.supportSpring MVC
PropertiesLoaderUtilsConvenient utility methods for loading of java.Classorg.springframework.core.io.supportSpring MVC
PropertiesPropertySourcePropertySource implementation that extracts properties from aNote that because a Properties object is technically anClassorg.springframework.core.envSpring MVC
PropertyA description of a JavaBeans Property that allows us to avoid a dependency onjava.Classorg.springframework.core.convertSpring MVC
PropertyResolverInterface for resolving properties against any underlying source.Interfaceorg.springframework.core.envSpring MVC
PropertySourceAbstract base class representing a source of name/value property pairs.Classorg.springframework.core.envSpring MVC
PropertySource .StubPropertySourcePropertySource to be used as a placeholder in cases where an actualproperty source cannot be eagerly initialized at application contextClassorg.springframework.core.env.PropertySourceSpring MVC
PropertySourcesHolder containing one or more PropertySource objects.Interfaceorg.springframework.core.envSpring MVC
PropertySourcesPropertyResolverPropertyResolver implementation that resolves property values againstan underlying set of PropertySources.Classorg.springframework.core.envSpring MVC
RegexPatternTypeFilterA simple filter for matching a fully-qualified class name with a regex Pattern.Classorg.springframework.core.type.filterSpring MVC
ResolvableTypeEncapsulates a Java Type, providing access tosupertypes, interfaces, andClassorg.springframework.coreSpring MVC
ResolvableTypeProviderAny object can implement this interface to provide its actual ResolvableType.Interfaceorg.springframework.coreSpring MVC
ResourceInterface for a resource descriptor that abstracts from the actualtype of underlying resource, such as a file or class path resource.Interfaceorg.springframework.core.ioSpring MVC
ResourceArrayPropertyEditorEditor for Resource arrays, toautomatically convert String location patternsClassorg.springframework.core.io.supportSpring MVC
ResourceEditordescriptors, to automatically convert String locationse.Classorg.springframework.core.ioSpring MVC
ResourceLoaderStrategy interface for loading resources (e.Interfaceorg.springframework.core.ioSpring MVC
ResourcePatternResolverStrategy interface for resolving a location pattern (for example,an Ant-style path pattern) into Resource objects.Interfaceorg.springframework.core.io.supportSpring MVC
ResourcePatternUtilsUtility class for determining whether a given URL is a resourcelocation that can be loaded via a ResourcePatternResolver.Classorg.springframework.core.io.supportSpring MVC
ResourcePropertySourceSubclass of PropertiesPropertySource that loads a Properties objectfrom a given Resource or resource location such asClassorg.springframework.core.io.supportSpring MVC
SerializationFailedExceptionWrapper for the native IOException (or similar) when aDeserializer failed.Classorg.springframework.core.serializer.supportSpring MVC
SerializerA strategy interface for streaming an object to an OutputStream.Interfaceorg.springframework.core.serializerSpring MVC
SerializingConverterA Converter that delegates to ato convert an object to a byte array.Classorg.springframework.core.serializer.supportSpring MVC
SimpleAliasRegistrySimple implementation of the AliasRegistry interface.Classorg.springframework.coreSpring MVC
SimpleAsyncTaskExecutorTaskExecutor implementation that fires up a new Thread for each task,executing it asynchronously.Classorg.springframework.core.taskSpring MVC
SimpleCommandLinePropertySourceCommandLinePropertySource implementation backed by a simple String array.Classorg.springframework.core.envSpring MVC
SimpleMetadataReaderFactorySimple implementation of the MetadataReaderFactory interface,creating a new ASM ClassReader for every request.Classorg.springframework.core.type.classreadingSpring MVC
SmartClassLoaderInterface to be implemented by a reloading-aware ClassLoader(e.Interfaceorg.springframework.coreSpring MVC
SpringFactoriesLoaderGeneral purpose factory loading mechanism for internal use within the framework.Classorg.springframework.core.io.supportSpring MVC
SpringPropertiesStatic holder for local Spring properties, i.Classorg.springframework.coreSpring MVC
SpringVersionClass that exposes the Spring version.Classorg.springframework.coreSpring MVC
StandardAnnotationMetadataAnnotationMetadata implementation that uses standard reflectionto introspect a given Class.Classorg.springframework.core.typeSpring MVC
StandardClassMetadataClassMetadata implementation that uses standard reflectionto introspect a given Class.Classorg.springframework.core.typeSpring MVC
StandardEnvironmentEnvironment implementation suitable for use in 'standard' (i.Classorg.springframework.core.envSpring MVC
StandardMethodMetadataMethodMetadata implementation that uses standard reflectionto introspect a given Method.Classorg.springframework.core.typeSpring MVC
StandardReflectionParameterNameDiscovererParameterNameDiscoverer implementation which uses JDK 8's reflection facilitiesfor introspecting parameter names (based on the -parameters compiler flag).Classorg.springframework.coreSpring MVC
StylerUtilsSimple utility class to allow for convenient access to valuestyling logic, mainly to support descriptive logging messages.Classorg.springframework.core.styleSpring MVC
SyncTaskExecutorTaskExecutor implementation that executes each task synchronouslyin the calling thread.Classorg.springframework.core.taskSpring MVC
SynthesizingMethodParameterA MethodParameter variant which synthesizes annotations thatdeclare attribute aliases via @AliasFor.Classorg.springframework.core.annotationSpring MVC
SystemEnvironmentPropertySourceSpecialization of MapPropertySource designed for use withsystem environment variables.Classorg.springframework.core.envSpring MVC
TaskExecutorSimple task executor interface that abstracts the executionsuch as: synchronous, asynchronous, using a thread pool, and more.Interfaceorg.springframework.core.taskSpring MVC
TaskExecutorAdapterAdapter that takes a JDK java.Classorg.springframework.core.task.supportSpring MVC
TaskRejectedExceptionException thrown when a TaskExecutor rejects to accepta given task for execution.Classorg.springframework.core.taskSpring MVC
TaskTimeoutExceptionException thrown when a AsyncTaskExecutor rejects to accepta given task for execution because of the specified timeout.Classorg.springframework.core.taskSpring MVC
ToStringCreatorUtility class that builds pretty-printing toString() methodswith pluggable styling conventions.Classorg.springframework.core.styleSpring MVC
ToStringStylerA strategy interface for pretty-printing toString() methods.Interfaceorg.springframework.core.styleSpring MVC
TypeDescriptorContext about a type to convert from or to.Classorg.springframework.core.convertSpring MVC
TypeFilterBase interface for type filters using aSince:2.Interfaceorg.springframework.core.type.filterSpring MVC
UrlResourceResource implementation for java.Classorg.springframework.core.ioSpring MVC
ValueStylerStrategy that encapsulates value String styling algorithmsaccording to Spring conventions.Interfaceorg.springframework.core.styleSpring MVC
VfsResourceJBoss VFS based Resource implementation.Classorg.springframework.core.ioSpring MVC
VfsUtilsUtility for detecting and accessing JBoss VFS in the classpath.Classorg.springframework.core.ioSpring MVC
WritableResourceProvides an OutputStream accessor.Interfaceorg.springframework.core.ioSpring MVC