Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans.factory Classes and Interfaces - 205 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
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
AnnotationBeanWiringInfoResolverBeanWiringInfoResolver thatuses the Configurable annotation to identify which classes need autowiring.Classorg.springframework.beans.factory.annotationSpring 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
BeanInitializationExceptionException that a bean implementation is suggested to throw if its ownfactory-aware initialization code fails.Classorg.springframework.beans.factorySpring 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
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
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
BootstrapExceptionException thrown if a bean factory could not be loaded by a bootstrap class.Classorg.springframework.beans.factory.accessSpring 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
ChildBeanDefinitionBean definition for beans which inherit settings from their parent.Classorg.springframework.beans.factory.supportSpring 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
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
CustomAutowireConfigurerA BeanFactoryPostProcessor Classorg.springframework.beans.factory.annotationSpring MVC
CustomEditorConfigurerBeanFactoryPostProcessor implementation that allows for convenientregistration of custom property editors.Classorg.springframework.beans.factory.configSpring 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
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
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
FieldRetrievingFactoryBeanFactoryBean which retrieves a static or non-static field value.Classorg.springframework.beans.factory.configSpring 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
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
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
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
MergedBeanDefinitionPostProcessorPost-processor callback interface for merged bean definitions at runtime.Interfaceorg.springframework.beans.factory.supportSpring 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
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
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
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
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
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
PropertiesFactoryBeanAllows for making a properties file from a classpath location availableas Properties instance in a bean factory.Classorg.springframework.beans.factory.configSpring MVC
PropertyEntryParseState entry representing a JavaBean property.Classorg.springframework.beans.factory.parsingSpring 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
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
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
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
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
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
TypedStringValueHolder for a typed String value.Classorg.springframework.beans.factory.configSpring 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
UtilNamespaceHandlerNamespaceHandler for the util namespace.Classorg.springframework.beans.factory.xmlSpring 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