Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans Classes and Interfaces - 281 results found.
NameDescriptionTypePackageFramework
AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation,with the full capabilities specified by the RootBeanDefinition class.Classorg.springframework.beans.factory.supportSpring MVC
AbstractBeanDefinitionBase class for concrete, full-fledged BeanDefinition classes,factoring out common properties of GenericBeanDefinition,Classorg.springframework.beans.factory.supportSpring MVC
AbstractBeanDefinitionParserAbstract BeanDefinitionParser implementation providinga number of convenience methods and aClassorg.springframework.beans.factory.xmlSpring MVC
AbstractBeanDefinitionReaderAbstract base class for bean definition readers which implementthe BeanDefinitionReader interface.Classorg.springframework.beans.factory.supportSpring MVC
AbstractBeanFactoryAbstract base class for BeanFactoryConfigurableBeanFactory SPI.Classorg.springframework.beans.factory.supportSpring MVC
AbstractComponentDefinitionBase implementation of ComponentDefinition that provides a basic implementation ofgetDescription() which delegates to ComponentDefinition.Classorg.springframework.beans.factory.parsingSpring MVC
AbstractFactoryBeanSimple template superclass for FactoryBean implementations thatcreates a singleton or a prototype object, depending on a flag.Classorg.springframework.beans.factory.configSpring MVC
AbstractNestablePropertyAccessorA basic ConfigurablePropertyAccessor that provides the necessaryinfrastructure for all typical use cases.Classorg.springframework.beansSpring MVC
AbstractNestablePropertyAccessor .PropertyHandlerHandle a given property.Classorg.springframework.beans.AbstractNestablePropertyAccessorSpring MVC
AbstractNestablePropertyAccessor .PropertyTokenHolderClassorg.springframework.beans.AbstractNestablePropertyAccessorSpring MVC
AbstractPropertyAccessorAbstract implementation of the PropertyAccessor interface.Classorg.springframework.beansSpring MVC
AbstractServiceLoaderBasedFactoryBeanAbstract base class for FactoryBeans operating on theJDK 1.Classorg.springframework.beans.factory.serviceloaderSpring MVC
AbstractSimpleBeanDefinitionParserConvenient base class for when there exists a one-to-one mappingbetween attribute names on the element that is to be parsed andClassorg.springframework.beans.factory.xmlSpring MVC
AbstractSingleBeanDefinitionParserBase class for those BeanDefinitionParser implementations thatneed to parse and define just a single BeanDefinition.Classorg.springframework.beans.factory.xmlSpring MVC
AliasDefinitionRepresentation of an alias that has been registered during the parsing process.Classorg.springframework.beans.factory.parsingSpring MVC
AnnotatedBeanDefinitioninterface that exposes AnnotationMetadataabout its bean class - without requiring the class to be loaded yet.Interfaceorg.springframework.beans.factory.annotationSpring MVC
AnnotatedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through theClassorg.springframework.beans.factory.annotationSpring MVC
AnnotationBeanUtilsGeneral utility methods for working with annotations in JavaBeans style.Classorg.springframework.beans.annotationSpring MVC
AnnotationBeanWiringInfoResolverBeanWiringInfoResolver thatuses the Configurable annotation to identify which classes need autowiring.Classorg.springframework.beans.factory.annotationSpring MVC
ArgumentConvertingMethodInvokerSubclass of MethodInvoker that tries to convert the givenarguments for the actual target method via a TypeConverter.Classorg.springframework.beans.supportSpring MVC
AutowireEnumeration determining autowiring status: that is, whether a bean shouldhave its dependencies automatically injected by the Spring container usingClassorg.springframework.beans.factory.annotationSpring MVC
AutowireCandidateQualifierQualifier for resolving autowire candidates.Classorg.springframework.beans.factory.supportSpring MVC
AutowireCandidateResolverStrategy interface for determining whether a specific bean definitionqualifies as an autowire candidate for a specific dependency.Interfaceorg.springframework.beans.factory.supportSpring MVC
AutowireCapableBeanFactoryExtension of the BeanFactoryinterface to be implemented by bean factories that are capable ofInterfaceorg.springframework.beans.factory.configSpring MVC
AutowiredMarks a constructor, field, setter method or config method as to beautowired by Spring's dependency injection facilities.Classorg.springframework.beans.factory.annotationSpring MVC
AutowiredAnnotationBeanPostProcessorBeanPostProcessor implementationthat autowires annotated fields, setter methods and arbitrary config methods.Classorg.springframework.beans.factory.annotationSpring MVC
AwareMarker superinterface indicating that a bean is eligible to benotified by the Spring container of a particular framework objectInterfaceorg.springframework.beans.factorySpring MVC
BeanClassLoaderAwareCallback that allows a bean to be aware of the beanclass loader; that is, the class loader used by theInterfaceorg.springframework.beans.factorySpring MVC
BeanComponentDefinitionComponentDefinition based on a standard BeanDefinition, exposing the given beandefinition as well as inner bean definitions and bean references for the given bean.Classorg.springframework.beans.factory.parsingSpring MVC
BeanConfigurerSupportConvenient base class for bean configurers that can perform Dependency Injectionon objects (however they may be created).Classorg.springframework.beans.factory.wiringSpring MVC
BeanCreationExceptionException thrown when a BeanFactory encounters an error whenattempting to create a bean from a bean definition.Classorg.springframework.beans.factorySpring MVC
BeanCreationNotAllowedExceptionException thrown in case of a bean being requested despitebean creation currently not being allowed (for example, duringClassorg.springframework.beans.factorySpring MVC
BeanCurrentlyInCreationExceptionException thrown in case of a reference to a bean that's currently in creation.Classorg.springframework.beans.factorySpring MVC
BeanDefinitionA BeanDefinition describes a bean instance, which has property values,constructor argument values, and further information supplied byInterfaceorg.springframework.beans.factory.configSpring MVC
BeanDefinitionBuilderProgrammatic means of constructingusing the builder pattern.Classorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionDecoratorInterface used by the DefaultBeanDefinitionDocumentReaderto handle custom, nested (directly under a ) tags.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionDefaultsA simple holder for BeanDefinition property defaults.Classorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionDocumentReaderSPI for parsing an XML document that contains Spring bean definitions.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionHolderHolder for a BeanDefinition with name and aliases.Classorg.springframework.beans.factory.configSpring MVC
BeanDefinitionParserInterface used by the DefaultBeanDefinitionDocumentReader to handle custom,top-level (directly under ) tags.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionParserDelegateStateful delegate class used to parse XML bean definitions.Classorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionParsingExceptionException thrown when a bean definition reader encounters an errorduring the parsing process.Classorg.springframework.beans.factory.parsingSpring MVC
BeanDefinitionReaderSimple interface for bean definition readers.Interfaceorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionReaderUtilsUtility methods that are useful for bean definition reader implementations.Classorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionRegistryInterface for registries that hold bean definitions, for example RootBeanDefinitionand ChildBeanDefinition instances.Interfaceorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionRegistryPostProcessorExtension to the standard BeanFactoryPostProcessor SPI, allowing forthe registration of further bean definitions before regularInterfaceorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionStoreExceptionException thrown when a BeanFactory encounters an invalid bean definition:e.Classorg.springframework.beans.factorySpring MVC
BeanDefinitionValidationExceptionException thrown when the validation of a bean definition failed.Classorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionVisitorVisitor class for traversing BeanDefinition objects, in particularthe property values and constructor argument values contained in them,Classorg.springframework.beans.factory.configSpring MVC
BeanEntryParseState entry representing a bean definition.Classorg.springframework.beans.factory.parsingSpring MVC
BeanExpressionContextContext object for evaluating an expression within a bean definition.Classorg.springframework.beans.factory.configSpring MVC
BeanExpressionExceptionException that indicates an expression evaluation attempt having failed.Classorg.springframework.beans.factorySpring MVC
BeanExpressionResolverStrategy interface for resolving a value through evaluating itas an expression, if applicable.Interfaceorg.springframework.beans.factory.configSpring MVC
BeanFactoryThe root interface for accessing a Spring bean container.Interfaceorg.springframework.beans.factorySpring MVC
BeanFactoryAnnotationUtilsConvenience methods performing bean lookups related to annotations, for exampleSpring's @Qualifier annotation.Classorg.springframework.beans.factory.annotationSpring MVC
BeanFactoryAwareInterface to be implemented by beans that wish to be aware of theirFor example, beans can look up collaborating beans via the factoryInterfaceorg.springframework.beans.factorySpring MVC
BeanFactoryLocatorDefines a contract for the lookup, use, and release of aor a BeanFactory subclass such as anInterfaceorg.springframework.beans.factory.accessSpring MVC
BeanFactoryPostProcessorAllows for custom modification of an application context's bean definitions,adapting the bean property values of the context's underlying bean factory.Interfaceorg.springframework.beans.factory.configSpring MVC
BeanFactoryReferenceUsed to track a reference to a BeanFactory obtained througha BeanFactoryLocator.Interfaceorg.springframework.beans.factory.accessSpring MVC
BeanFactoryUtilsConvenience methods operating on bean factories, in particularon the ListableBeanFactory interface.Classorg.springframework.beans.factorySpring MVC
BeanInfoFactoryStrategy interface for creating BeanInfo instances for Spring beans.Interfaceorg.springframework.beansSpring MVC
BeanInitializationExceptionException that a bean implementation is suggested to throw if its ownfactory-aware initialization code fails.Classorg.springframework.beans.factorySpring MVC
BeanInstantiationExceptionException thrown when instantiation of a bean failed.Classorg.springframework.beansSpring MVC
BeanIsAbstractExceptionException thrown when a bean instance has been requested fora bean definition which has been marked as abstract.Classorg.springframework.beans.factorySpring MVC
BeanIsNotAFactoryExceptionException thrown when a bean is not a factory, but a user tries to getat the factory for the given bean name.Classorg.springframework.beans.factorySpring MVC
BeanMetadataAttributeHolder for a key-value style attribute that is part of a bean definition.Classorg.springframework.beansSpring MVC
BeanMetadataAttributeAccessorExtension of AttributeAccessorSupport,holding attributes as BeanMetadataAttribute objects in orderClassorg.springframework.beansSpring MVC
BeanMetadataElementInterface to be implemented by bean metadata elementsthat carry a configuration source object.Interfaceorg.springframework.beansSpring MVC
BeanNameAwareInterface to be implemented by beans that want to be aware of theirbean name in a bean factory.Interfaceorg.springframework.beans.factorySpring MVC
BeanNameGeneratorStrategy interface for generating bean names for bean definitions.Interfaceorg.springframework.beans.factory.supportSpring MVC
BeanNotOfRequiredTypeExceptionThrown when a bean doesn't match the expected type.Classorg.springframework.beans.factorySpring MVC
BeanPostProcessorFactory hook that allows for custom modification of new bean instances,e.Interfaceorg.springframework.beans.factory.configSpring MVC
BeanReferenceInterface that exposes a reference to a bean name in an abstract fashion.Interfaceorg.springframework.beans.factory.configSpring MVC
BeansDtdResolverEntityResolver implementation for the Spring beans DTD,to load the DTD from the Spring class path (or JAR file).Classorg.springframework.beans.factory.xmlSpring MVC
BeansExceptionAbstract superclass for all exceptions thrown in the beans packageNote that this is a runtime (unchecked) exception.Classorg.springframework.beansSpring MVC
BeanUtilsStatic convenience methods for JavaBeans: for instantiating beans,checking bean property types, copying bean properties, etc.Classorg.springframework.beansSpring MVC
BeanWiringInfoHolder for bean wiring metadata information about a particular class.Classorg.springframework.beans.factory.wiringSpring MVC
BeanWiringInfoResolverStrategy interface to be implemented by objects than can resolve bean nameinformation, given a newly instantiated bean object.Interfaceorg.springframework.beans.factory.wiringSpring MVC
BeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure.Interfaceorg.springframework.beansSpring MVC
BeanWrapperImplDefault BeanWrapper implementation that should be sufficientfor all typical use cases.Classorg.springframework.beansSpring MVC
BootstrapExceptionException thrown if a bean factory could not be loaded by a bootstrap class.Classorg.springframework.beans.factory.accessSpring MVC
ByteArrayPropertyEditorEditor for byte arrays.Classorg.springframework.beans.propertyeditorsSpring MVC
CachedIntrospectionResultsInternal class that caches JavaBeans PropertyDescriptorinformation for a Java class.Classorg.springframework.beansSpring MVC
CannotLoadBeanClassExceptionException thrown when the BeanFactory cannot load the specified classSince:2.Classorg.springframework.beans.factorySpring MVC
CglibSubclassingInstantiationStrategyDefault object instantiation strategy for use in BeanFactories.Classorg.springframework.beans.factory.supportSpring MVC
CharacterEditorEditor for a Character, to populate a propertyof type Character or char from a String value.Classorg.springframework.beans.propertyeditorsSpring MVC
CharArrayPropertyEditorEditor for char arrays.Classorg.springframework.beans.propertyeditorsSpring MVC
CharsetEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
ChildBeanDefinitionBean definition for beans which inherit settings from their parent.Classorg.springframework.beans.factory.supportSpring MVC
ClassArrayEditorProperty editor for an array of Classes, to enablethe direct population of a Class[] property without having toClassorg.springframework.beans.propertyeditorsSpring MVC
ClassEditorProperty editor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
ClassNameBeanWiringInfoResolverSimple default implementation of the BeanWiringInfoResolver interface,looking for a bean with the same name as the fully-qualified class name.Classorg.springframework.beans.factory.wiringSpring MVC
ComponentDefinitionInterface that describes the logical view of a set of BeanDefinitionsand BeanReferences as presented in some configuration context.Interfaceorg.springframework.beans.factory.parsingSpring MVC
CompositeComponentDefinitionComponentDefinition implementation that holds one or more nestedComponentDefinition instances, aggregating them into a named groupClassorg.springframework.beans.factory.parsingSpring MVC
ConfigurableMarks a class as being eligible for Spring-driven configuration.Classorg.springframework.beans.factory.annotationSpring MVC
ConfigurableBeanFactoryConfiguration interface to be implemented by most bean factories.Interfaceorg.springframework.beans.factory.configSpring MVC
ConfigurableListableBeanFactoryConfiguration interface to be implemented by most listable bean factories.Interfaceorg.springframework.beans.factory.configSpring MVC
ConfigurablePropertyAccessorInterface that encapsulates configuration methods for a PropertyAccessor.Interfaceorg.springframework.beansSpring MVC
ConstructorArgumentEntryParseState entry representing a (possibly indexed)constructor argument.Classorg.springframework.beans.factory.parsingSpring MVC
ConstructorArgumentValuesHolder for constructor argument values, typically as part of a bean definition.Classorg.springframework.beans.factory.configSpring MVC
ConstructorArgumentValues .ValueHolderHolder for a constructor argument value, with an optional typeattribute indicating the target type of the actual constructor argument.Classorg.springframework.beans.factory.config.ConstructorArgumentValuesSpring MVC
ConversionNotSupportedExceptionException thrown when no suitable editor or converter can be found for a bean property.Classorg.springframework.beansSpring MVC
CurrencyEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomAutowireConfigurerA BeanFactoryPostProcessor Classorg.springframework.beans.factory.annotationSpring MVC
CustomBooleanEditorProperty editor for Boolean/boolean properties.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomCollectionEditorProperty editor for Collections, converting any source Collectionto a given target Collection type.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomDateEditorProperty editor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomEditorConfigurerBeanFactoryPostProcessor implementation that allows for convenientregistration of custom property editors.Classorg.springframework.beans.factory.configSpring MVC
CustomMapEditorProperty editor for Maps, converting any source Mapto a given target Map type.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomNumberEditorProperty editor for any Number subclass such as Short, Integer, Long,BigInteger, Float, Double, BigDecimal.Classorg.springframework.beans.propertyeditorsSpring MVC
CustomScopeConfigurerSimple BeanFactoryPostProcessor implementation that registerscustom Scope(s) with the containing ConfigurableBeanFactory.Classorg.springframework.beans.factory.configSpring MVC
DefaultBeanDefinitionDocumentReaderDefault implementation of the BeanDefinitionDocumentReader interface thatreads bean definitions according to the spring-beans DTD and XSD formatClassorg.springframework.beans.factory.xmlSpring MVC
DefaultBeanNameGeneratorDefault implementation of the BeanNameGenerator interface, delegating toBeanDefinitionReaderUtils.Classorg.springframework.beans.factory.supportSpring MVC
DefaultDocumentLoaderSpring's default DocumentLoader implementation.Classorg.springframework.beans.factory.xmlSpring MVC
DefaultListableBeanFactoryDefault implementation of theListableBeanFactory andClassorg.springframework.beans.factory.supportSpring MVC
DefaultNamespaceHandlerResolverDefault implementation of the NamespaceHandlerResolver interface.Classorg.springframework.beans.factory.xmlSpring MVC
DefaultsDefinitionMarker interface for a defaults definition,Concrete implementations are typically based on 'document defaults',Interfaceorg.springframework.beans.factory.parsingSpring MVC
DefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.Classorg.springframework.beans.factory.supportSpring MVC
DelegatingEntityResolverEntityResolver implementation that delegates to a BeansDtdResolverand a PluggableSchemaResolver for DTDs and XML schemas, respectively.Classorg.springframework.beans.factory.xmlSpring MVC
DependencyDescriptorDescriptor for a specific dependency that is about to be injected.Classorg.springframework.beans.factory.configSpring MVC
DeprecatedBeanWarnerBean factory post processor that logs a warning for @Deprecated beans.Classorg.springframework.beans.factory.configSpring MVC
DestructionAwareBeanPostProcessorSubinterface of BeanPostProcessor that adds a before-destruction callback.Interfaceorg.springframework.beans.factory.configSpring MVC
DirectFieldAccessorConfigurablePropertyAccessor implementation that directly accessesinstance fields.Classorg.springframework.beansSpring MVC
DisposableBeanInterface to be implemented by beans that want to release resourceson destruction.Interfaceorg.springframework.beans.factorySpring MVC
DocumentDefaultsDefinitionSimple JavaBean that holds the defaults specified at the level in a standard Spring XML bean definition document:Classorg.springframework.beans.factory.xmlSpring MVC
DocumentLoaderStrategy interface for loading an XML Document.Interfaceorg.springframework.beans.factory.xmlSpring MVC
EmptyReaderEventListenerEmpty implementation of the ReaderEventListener interface,providing no-op implementations of all callback methods.Classorg.springframework.beans.factory.parsingSpring MVC
ExtendedBeanInfoFactoryBeanInfoFactory implementation that evaluates whether bean classes havenon-standard JavaBeans setter methods and are thus candidates for introspectionClassorg.springframework.beansSpring MVC
FactoryBeanInterface to be implemented by objects used within a BeanFactorywhich are themselves factories.Interfaceorg.springframework.beans.factorySpring MVC
FactoryBeanNotInitializedExceptionException to be thrown from a FactoryBean's getObject() methodif the bean is not fully initialized yet, for example because it is involvedClassorg.springframework.beans.factorySpring MVC
FactoryBeanRegistrySupportSupport base class for singleton registries which need to handleFactoryBean instances,Classorg.springframework.beans.factory.supportSpring MVC
FailFastProblemReporterSimple ProblemReporter implementation that exhibits fail-fastbehavior when errors are encountered.Classorg.springframework.beans.factory.parsingSpring MVC
FatalBeanExceptionThrown on an unrecoverable problem encountered in thebeans packages or sub-packages, e.Classorg.springframework.beansSpring MVC
FieldRetrievingFactoryBeanFactoryBean which retrieves a static or non-static field value.Classorg.springframework.beans.factory.configSpring MVC
FileEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
GenericBeanDefinitionGenericBeanDefinition is a one-stop shop for standard bean definition purposes.Classorg.springframework.beans.factory.supportSpring MVC
GenericTypeAwareAutowireCandidateResolverBasic AutowireCandidateResolver that performs a full generic typematch with the candidate's type if the dependency is declared as a generic typeClassorg.springframework.beans.factory.supportSpring MVC
GroovyBeanDefinitionReaderA Groovy-based reader for Spring bean definitions: like a Groovy builder,but more of a DSL for Spring configuration.Classorg.springframework.beans.factory.groovySpring MVC
HierarchicalBeanFactorySub-interface implemented by bean factories that can be partThe corresponding setParentBeanFactory method for beanInterfaceorg.springframework.beans.factorySpring MVC
ImportDefinitionRepresentation of an import that has been processed during the parsing process.Classorg.springframework.beans.factory.parsingSpring MVC
InitDestroyAnnotationBeanPostProcessorBeanPostProcessor implementationthat invokes annotated init and destroy methods.Classorg.springframework.beans.factory.annotationSpring MVC
InitializingBeanInterface to be implemented by beans that need to react once all theirproperties have been set by a BeanFactory: for example, to perform customInterfaceorg.springframework.beans.factorySpring MVC
InjectionMetadataInternal class for managing injection metadata.Classorg.springframework.beans.factory.annotationSpring MVC
InjectionMetadata .InjectedElementClassorg.springframework.beans.factory.annotation.InjectionMetadataSpring MVC
InputSourceEditorEditor for org.Classorg.springframework.beans.propertyeditorsSpring MVC
InputStreamEditorOne-way PropertyEditor which can convert from a text String to ajava.Classorg.springframework.beans.propertyeditorsSpring MVC
InstantiationAwareBeanPostProcessorSubinterface of BeanPostProcessor that adds a before-instantiation callback,and a callback after instantiation but before explicit properties are set orInterfaceorg.springframework.beans.factory.configSpring MVC
InstantiationAwareBeanPostProcessorAdapterAdapter that implements all methods on SmartInstantiationAwareBeanPostProcessoras no-ops, which will not change normal processing of each bean instantiatedClassorg.springframework.beans.factory.configSpring MVC
InstantiationStrategyInterface responsible for creating instances corresponding to a root bean definition.Interfaceorg.springframework.beans.factory.supportSpring MVC
InvalidPropertyExceptionException thrown when referring to an invalid bean property.Classorg.springframework.beansSpring MVC
ListableBeanFactoryExtension of the BeanFactory interface to be implemented by bean factoriesthat can enumerate all their bean instances, rather than attempting bean lookupInterfaceorg.springframework.beans.factorySpring MVC
ListFactoryBeanSimple factory for shared List instances.Classorg.springframework.beans.factory.configSpring MVC
LocaleEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
LocationClass that models an arbitrary location in a resource.Classorg.springframework.beans.factory.parsingSpring MVC
LookupAn annotation that indicates 'lookup' methods, to be overridden by the containerto redirect them back to the BeanFactoryClassorg.springframework.beans.factory.annotationSpring MVC
LookupOverrideRepresents an override of a method that looks up an object in the same IoC context.Classorg.springframework.beans.factory.supportSpring MVC
ManagedArrayTag collection class used to hold managed array elements, which mayinclude runtime bean references (to be resolved into bean objects).Classorg.springframework.beans.factory.supportSpring MVC
ManagedListTag collection class used to hold managed List elements, which mayinclude runtime bean references (to be resolved into bean objects).Classorg.springframework.beans.factory.supportSpring MVC
ManagedMapTag collection class used to hold managed Map values, which mayinclude runtime bean references (to be resolved into bean objects).Classorg.springframework.beans.factory.supportSpring MVC
ManagedPropertiesTag class which represents a Spring-managed Properties instancethat supports merging of parent/child definitions.Classorg.springframework.beans.factory.supportSpring MVC
ManagedSetTag collection class used to hold managed Set values, which mayinclude runtime bean references (to be resolved into bean objects).Classorg.springframework.beans.factory.supportSpring MVC
MapFactoryBeanSimple factory for shared Map instances.Classorg.springframework.beans.factory.configSpring MVC
MergeableInterface representing an object whose value set can be merged withthat of a parent object.Interfaceorg.springframework.beansSpring MVC
MergedBeanDefinitionPostProcessorPost-processor callback interface for merged bean definitions at runtime.Interfaceorg.springframework.beans.factory.supportSpring MVC
MethodInvocationExceptionThrown when a bean property getter or setter method throws an exception,analogous to an InvocationTargetException.Classorg.springframework.beansSpring MVC
MethodInvokingBeanSimple method invoker bean: just invoking a target method, not expecting a resultto expose to the container (in contrast to MethodInvokingFactoryBean).Classorg.springframework.beans.factory.configSpring MVC
MethodInvokingFactoryBeanFactoryBean which returns a value which is the result of a static or instancemethod invocation.Classorg.springframework.beans.factory.configSpring MVC
MethodOverrideObject representing the override of a method on a managed object by the IoCNote that the override mechanism is not intended as a genericClassorg.springframework.beans.factory.supportSpring MVC
MethodOverridesSet of method overrides, determining which, if any, methods on amanaged object the Spring IoC container will override at runtime.Classorg.springframework.beans.factory.supportSpring MVC
MethodReplacerInterface to be implemented by classes that can reimplement any methodon an IoC-managed object: the Method Injection form ofInterfaceorg.springframework.beans.factory.supportSpring MVC
MutablePropertyValuesDefault implementation of the PropertyValues interface.Classorg.springframework.beansSpring MVC
MutableSortDefinitionMutable implementation of the SortDefinition interface.Classorg.springframework.beans.supportSpring MVC
NamedBeanCounterpart of BeanNameAware.Interfaceorg.springframework.beans.factorySpring MVC
NamespaceHandlerBase interface used by the DefaultBeanDefinitionDocumentReaderfor handling custom namespaces in a Spring XML configuration file.Interfaceorg.springframework.beans.factory.xmlSpring MVC
NamespaceHandlerResolverUsed by the DefaultBeanDefinitionDocumentReader tolocate a NamespaceHandler implementation for a particular namespace URI.Interfaceorg.springframework.beans.factory.xmlSpring MVC
NamespaceHandlerSupportSupport class for implementing custom NamespaceHandlers.Classorg.springframework.beans.factory.xmlSpring MVC
NoSuchBeanDefinitionExceptionException thrown when a BeanFactory is asked for a bean instance for which itcannot find a definition.Classorg.springframework.beans.factorySpring MVC
NotReadablePropertyExceptionException thrown on an attempt to get the value of a propertythat isn't readable, because there's no getter method.Classorg.springframework.beansSpring MVC
NotWritablePropertyExceptionException thrown on an attempt to set the value of a property thatis not writable (typically because there is no setter method).Classorg.springframework.beansSpring MVC
NoUniqueBeanDefinitionExceptionException thrown when a BeanFactory is asked for a bean instance for whichmultiple matching candidates have been found when only one matching bean was expected.Classorg.springframework.beans.factorySpring MVC
NullSourceExtractorSimple implementation of SourceExtractor that returns nullas the source metadata.Classorg.springframework.beans.factory.parsingSpring MVC
NullValueInNestedPathExceptionException thrown when navigation of a valid nested propertypath encounters a NullPointerException.Classorg.springframework.beansSpring MVC
ObjectFactoryDefines a factory which can return an Object instance(possibly shared or independent) when invoked.Interfaceorg.springframework.beans.factorySpring MVC
ObjectFactoryCreatingFactoryBeanA FactoryBean implementation thatreturns a value which is an ObjectFactoryClassorg.springframework.beans.factory.configSpring MVC
PagedListHolderPagedListHolder is a simple state holder for handling lists of objects,separating them into pages.Classorg.springframework.beans.supportSpring MVC
ParserContextContext that gets passed along a bean definition parsing process,encapsulating all relevant configuration as well as state.Classorg.springframework.beans.factory.xmlSpring MVC
ParseStateSimple Stack-based structure for tracking the logical position duringa parsing process.Classorg.springframework.beans.factory.parsingSpring MVC
PassThroughSourceExtractorSimple SourceExtractor implementation that just passesthe candidate source metadata object through for attachment.Classorg.springframework.beans.factory.parsingSpring MVC
PatternEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
PlaceholderConfigurerSupportAbstract base class for property resource configurers that resolve placeholdersin bean definition property values.Classorg.springframework.beans.factory.configSpring MVC
PluggableSchemaResolverEntityResolver implementation that attempts to resolve schema URLs intolocal classpath resources using a set of mappings files.Classorg.springframework.beans.factory.xmlSpring MVC
PreferencesPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that supports JDK 1.Classorg.springframework.beans.factory.configSpring MVC
ProblemRepresents a problem with a bean definition configuration.Classorg.springframework.beans.factory.parsingSpring MVC
ProblemReporterSPI interface allowing tools and other external processes to handle errorsand warnings reported during bean definition parsing.Interfaceorg.springframework.beans.factory.parsingSpring MVC
PropertiesBeanDefinitionReaderBean definition reader for a simple properties format.Classorg.springframework.beans.factory.supportSpring MVC
PropertiesEditorCustom PropertyEditor for Properties objects.Classorg.springframework.beans.propertyeditorsSpring MVC
PropertiesFactoryBeanAllows for making a properties file from a classpath location availableas Properties instance in a bean factory.Classorg.springframework.beans.factory.configSpring MVC
PropertyAccessExceptionSuperclass for exceptions related to a property access,such as type mismatch or invocation target exception.Classorg.springframework.beansSpring MVC
PropertyAccessorCommon interface for classes that can access named properties(such as bean properties of an object or fields in an object)Interfaceorg.springframework.beansSpring MVC
PropertyAccessorFactorySimple factory facade for obtaining PropertyAccessor instances,in particular for BeanWrapper instances.Classorg.springframework.beansSpring MVC
PropertyAccessorUtilsUtility methods for classes that perform bean property accessaccording to the PropertyAccessor interface.Classorg.springframework.beansSpring MVC
PropertyBatchUpdateExceptionCombined exception, composed of individual PropertyAccessException instances.Classorg.springframework.beansSpring MVC
PropertyComparatorPropertyComparator performs a comparison of two beans,evaluating the specified bean property via a BeanWrapper.Classorg.springframework.beans.supportSpring MVC
PropertyEditorRegistrarInterface for strategies that register customproperty editors with aInterfaceorg.springframework.beansSpring MVC
PropertyEditorRegistryEncapsulates methods for registering JavaBeans PropertyEditors.Interfaceorg.springframework.beansSpring MVC
PropertyEditorRegistrySupportBase implementation of the PropertyEditorRegistry interface.Classorg.springframework.beansSpring MVC
PropertyEntryParseState entry representing a JavaBean property.Classorg.springframework.beans.factory.parsingSpring MVC
PropertyMatchesHelper class for calculating property matches, according to a configurabledistance.Classorg.springframework.beansSpring MVC
PropertyOverrideConfigurerProperty resource configurer that overrides bean property values in an applicationcontext definition.Classorg.springframework.beans.factory.configSpring MVC
PropertyPathFactoryBeanFactoryBean that evaluates a property path on a given target object.Classorg.springframework.beans.factory.configSpring MVC
PropertyPlaceholderConfigurerPlaceholderConfigurerSupport subclass that resolves ${.Classorg.springframework.beans.factory.configSpring MVC
PropertyResourceConfigurerAllows for configuration of individual bean property values from a property resource,i.Classorg.springframework.beans.factory.configSpring MVC
PropertyValueObject to hold information and value for an individual bean property.Classorg.springframework.beansSpring MVC
PropertyValuesHolder containing one or more PropertyValue objects,typically comprising one update for a specific target bean.Interfaceorg.springframework.beansSpring MVC
PropertyValuesEditorEditor for a PropertyValues object.Classorg.springframework.beansSpring MVC
ProviderCreatingFactoryBeanA FactoryBean implementation thatreturns a value which is a JSR-330 Provider that in turnClassorg.springframework.beans.factory.configSpring MVC
QualifierThis annotation may be used on a field or parameter as a qualifier forcandidate beans when autowiring.Classorg.springframework.beans.factory.annotationSpring MVC
QualifierAnnotationAutowireCandidateResolverAutowireCandidateResolver implementation that matches bean definition qualifiersagainst qualifier annotations on the field or parameter to be autowired.Classorg.springframework.beans.factory.annotationSpring MVC
QualifierEntryParseState entry representing an autowire candidate qualifier.Classorg.springframework.beans.factory.parsingSpring MVC
ReaderContextContext that gets passed along a bean definition reading process,encapsulating all relevant configuration as well as state.Classorg.springframework.beans.factory.parsingSpring MVC
ReaderEditorOne-way PropertyEditor which can convert from a text String to ajava.Classorg.springframework.beans.propertyeditorsSpring MVC
ReaderEventListenerInterface that receives callbacks for component, alias and importregistrations during a bean definition reading process.Interfaceorg.springframework.beans.factory.parsingSpring MVC
ReplaceOverrideExtension of MethodOverride that represents an arbitraryoverride of a method by the IoC container.Classorg.springframework.beans.factory.supportSpring MVC
RequiredMarks a method (typically a JavaBean setter method) as being 'required': that is,the setter method must be configured to be dependency-injected with a value.Classorg.springframework.beans.factory.annotationSpring MVC
RequiredAnnotationBeanPostProcessorBeanPostProcessor implementationthat enforces required JavaBean properties to have been configured.Classorg.springframework.beans.factory.annotationSpring MVC
ResourceBundleEditorPropertyEditor implementation forOnly supports conversion from a String, but notClassorg.springframework.beans.propertyeditorsSpring MVC
ResourceEditorRegistrarPropertyEditorRegistrar implementation that populates a givenPropertyEditorRegistryClassorg.springframework.beans.supportSpring MVC
ResourceEntityResolverEntityResolver implementation that tries to resolve entity referencesthrough a ResourceLoader (usually,Classorg.springframework.beans.factory.xmlSpring MVC
RootBeanDefinitionA root bean definition represents the merged bean definition that backsa specific bean in a Spring BeanFactory at runtime.Classorg.springframework.beans.factory.supportSpring MVC
RuntimeBeanNameReferenceImmutable placeholder class used for a property value object when it's areference to another bean name in the factory, to be resolved at runtime.Classorg.springframework.beans.factory.configSpring MVC
RuntimeBeanReferenceImmutable placeholder class used for a property value object when it'sa reference to another bean in the factory, to be resolved at runtime.Classorg.springframework.beans.factory.configSpring MVC
ScopeStrategy interface used by a ConfigurableBeanFactory,representing a target scope to hold bean instances in.Interfaceorg.springframework.beans.factory.configSpring MVC
SecurityContextProviderProvider of the security context of the code running inside the bean factory.Interfaceorg.springframework.beans.factory.supportSpring MVC
ServiceFactoryBeanFactoryBean that exposes the'primary' service for the configured service class, obtained throughClassorg.springframework.beans.factory.serviceloaderSpring MVC
ServiceListFactoryBeanFactoryBean that exposes allservices for the configured service class, represented as a List of service objects,Classorg.springframework.beans.factory.serviceloaderSpring MVC
ServiceLoaderFactoryBeanFactoryBean that exposes theJDK 1.Classorg.springframework.beans.factory.serviceloaderSpring MVC
ServiceLocatorFactoryBeanA FactoryBean implementation that takes an interface which must have one or moremethods with the signatures MyType xxx() or MyType xxx(MyIdType id)Classorg.springframework.beans.factory.configSpring MVC
SetFactoryBeanSimple factory for shared Set instances.Classorg.springframework.beans.factory.configSpring MVC
SimpleAutowireCandidateResolverAutowireCandidateResolver implementation to use when no annotationsupport is available.Classorg.springframework.beans.factory.supportSpring MVC
SimpleBeanDefinitionRegistrySimple implementation of the BeanDefinitionRegistry interface.Classorg.springframework.beans.factory.supportSpring MVC
SimpleConstructorNamespaceHandlerSimple NamespaceHandler implementation that maps customattributes directly through to bean properties.Classorg.springframework.beans.factory.xmlSpring MVC
SimpleInstantiationStrategySimple object instantiation strategy for use in a BeanFactory.Classorg.springframework.beans.factory.supportSpring MVC
SimplePropertyNamespaceHandlerSimple NamespaceHandler implementation that maps custom attributesdirectly through to bean properties.Classorg.springframework.beans.factory.xmlSpring MVC
SimpleSecurityContextProviderSimple SecurityContextProvider implementation.Classorg.springframework.beans.factory.supportSpring MVC
SimpleSpringBeanELResolverSimple concrete variant of SpringBeanELResolver, delegatingto a given BeanFactory that the resolver was constructed with.Classorg.springframework.beans.factory.access.elSpring MVC
SimpleTypeConverterSimple implementation of the TypeConverter interface that does not operate ona specific target object.Classorg.springframework.beansSpring MVC
SingletonBeanFactoryLocatorKeyed-singleton implementation of BeanFactoryLocator,which accesses shared Spring BeanFactory instances.Classorg.springframework.beans.factory.accessSpring MVC
SingletonBeanRegistryInterface that defines a registry for shared bean instances.Interfaceorg.springframework.beans.factory.configSpring MVC
SmartFactoryBeanExtension of the FactoryBean interface.Interfaceorg.springframework.beans.factorySpring MVC
SmartInitializingSingletonCallback interface triggered at the end of the singleton pre-instantiation phaseduring BeanFactory bootstrap.Interfaceorg.springframework.beans.factorySpring MVC
SmartInstantiationAwareBeanPostProcessorExtension of the InstantiationAwareBeanPostProcessor interface,adding a callback for predicting the eventual type of a processed bean.Interfaceorg.springframework.beans.factory.configSpring MVC
SortDefinitionDefinition for sorting bean instances by a property.Interfaceorg.springframework.beans.supportSpring MVC
SourceExtractorSimple strategy allowing tools to control how source metadata is attachedto the bean definition metadata.Interfaceorg.springframework.beans.factory.parsingSpring MVC
SpringBeanELResolverUnified EL ELResolver that delegates to a Spring BeanFactory,resolving name references to Spring-defined beans.Classorg.springframework.beans.factory.access.elSpring MVC
StaticListableBeanFactoryStatic BeanFactory implementationwhich allows to register existing singleton instances programmatically.Classorg.springframework.beans.factory.supportSpring MVC
StringArrayPropertyEditorCustom PropertyEditor for String arrays.Classorg.springframework.beans.propertyeditorsSpring MVC
StringTrimmerEditorProperty editor that trims Strings.Classorg.springframework.beans.propertyeditorsSpring MVC
TimeZoneEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
TypeConverterInterface that defines type conversion methods.Interfaceorg.springframework.beansSpring MVC
TypeConverterSupportBase implementation of the TypeConverter interface, using a package-private delegate.Classorg.springframework.beansSpring MVC
TypedStringValueHolder for a typed String value.Classorg.springframework.beans.factory.configSpring MVC
TypeMismatchExceptionException thrown on a type mismatch when trying to set a bean property.Classorg.springframework.beansSpring MVC
UnsatisfiedDependencyExceptionException thrown when a bean depends on other beans or simple propertiesthat were not specified in the bean factory definition, althoughClassorg.springframework.beans.factorySpring MVC
URIEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
URLEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
UtilNamespaceHandlerNamespaceHandler for the util namespace.Classorg.springframework.beans.factory.xmlSpring MVC
UUIDEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC
ValueAnnotation at the field or method/constructor parameter levelthat indicates a default value expression for the affected argument.Classorg.springframework.beans.factory.annotationSpring MVC
XmlBeanDefinitionReaderBean definition reader for XML bean definitions.Classorg.springframework.beans.factory.xmlSpring MVC
XmlBeanDefinitionStoreExceptionXML-specific BeanDefinitionStoreException subclass that wraps aSAXException, typically a SAXParseExceptionClassorg.springframework.beans.factory.xmlSpring MVC
XmlBeanFactoryConvenience extension of DefaultListableBeanFactory that reads bean definitionsfrom an XML document.Classorg.springframework.beans.factory.xmlSpring MVC
XmlReaderContextExtension of ReaderContext,specific to use with an XmlBeanDefinitionReader.Classorg.springframework.beans.factory.xmlSpring MVC
YamlMapFactoryBeanFactory for a Map that reads from a YAML source.Classorg.springframework.beans.factory.configSpring MVC
YamlProcessorBase class for YAML factories.Classorg.springframework.beans.factory.configSpring MVC
YamlProcessor .DocumentMatcherStrategy interface used to test if properties match.Interfaceorg.springframework.beans.factory.config.YamlProcessorSpring MVC
YamlProcessor .MatchCallbackCallback interface used to process properties in a resulting map.Interfaceorg.springframework.beans.factory.config.YamlProcessorSpring MVC
YamlProcessor .MatchStatusStatus returned from YamlProcessor.Classorg.springframework.beans.factory.config.YamlProcessorSpring MVC
YamlProcessor .ResolutionMethodMethod to use for resolving resources.Classorg.springframework.beans.factory.config.YamlProcessorSpring MVC
YamlProcessor .StrictMapAppenderConstructorA specialized Constructor that checks for duplicate keys.Classorg.springframework.beans.factory.config.YamlProcessorSpring MVC
YamlPropertiesFactoryBeanFactory for Java Properties that reads from a YAML source.Classorg.springframework.beans.factory.configSpring MVC
ZoneIdEditorEditor for java.Classorg.springframework.beans.propertyeditorsSpring MVC