Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans.factory.support Classes and Interfaces - 42 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
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
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
BeanDefinitionBuilderProgrammatic means of constructingusing the builder pattern.Classorg.springframework.beans.factory.supportSpring MVC
BeanDefinitionDefaultsA simple holder for BeanDefinition property defaults.Classorg.springframework.beans.factory.supportSpring 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
BeanDefinitionValidationExceptionException thrown when the validation of a bean definition failed.Classorg.springframework.beans.factory.supportSpring MVC
BeanNameGeneratorStrategy interface for generating bean names for bean definitions.Interfaceorg.springframework.beans.factory.supportSpring 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
DefaultBeanNameGeneratorDefault implementation of the BeanNameGenerator interface, delegating toBeanDefinitionReaderUtils.Classorg.springframework.beans.factory.supportSpring MVC
DefaultListableBeanFactoryDefault implementation of theListableBeanFactory andClassorg.springframework.beans.factory.supportSpring MVC
DefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.Classorg.springframework.beans.factory.supportSpring MVC
FactoryBeanRegistrySupportSupport base class for singleton registries which need to handleFactoryBean instances,Classorg.springframework.beans.factory.supportSpring 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
InstantiationStrategyInterface responsible for creating instances corresponding to a root bean definition.Interfaceorg.springframework.beans.factory.supportSpring 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
MergedBeanDefinitionPostProcessorPost-processor callback interface for merged bean definitions at runtime.Interfaceorg.springframework.beans.factory.supportSpring 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
PropertiesBeanDefinitionReaderBean definition reader for a simple properties format.Classorg.springframework.beans.factory.supportSpring MVC
ReplaceOverrideExtension of MethodOverride that represents an arbitraryoverride of a method by the IoC container.Classorg.springframework.beans.factory.supportSpring 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
SecurityContextProviderProvider of the security context of the code running inside the bean factory.Interfaceorg.springframework.beans.factory.supportSpring 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
SimpleInstantiationStrategySimple object instantiation strategy for use in a BeanFactory.Classorg.springframework.beans.factory.supportSpring MVC
SimpleSecurityContextProviderSimple SecurityContextProvider implementation.Classorg.springframework.beans.factory.supportSpring MVC
StaticListableBeanFactoryStatic BeanFactory implementationwhich allows to register existing singleton instances programmatically.Classorg.springframework.beans.factory.supportSpring MVC