Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans.factory.config Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractFactoryBeanSimple template superclass for FactoryBean implementations thatcreates a singleton or a prototype object, depending on a flag.Classorg.springframework.beans.factory.configSpring MVC
AutowireCapableBeanFactoryExtension of the BeanFactoryinterface to be implemented by bean factories that are capable ofInterfaceorg.springframework.beans.factory.configSpring MVC
BeanDefinitionA BeanDefinition describes a bean instance, which has property values,constructor argument values, and further information supplied byInterfaceorg.springframework.beans.factory.configSpring MVC
BeanDefinitionHolderHolder for a BeanDefinition with name and aliases.Classorg.springframework.beans.factory.configSpring MVC
BeanDefinitionVisitorVisitor class for traversing BeanDefinition objects, in particularthe property values and constructor argument values contained in them,Classorg.springframework.beans.factory.configSpring MVC
BeanExpressionContextContext object for evaluating an expression within a bean definition.Classorg.springframework.beans.factory.configSpring MVC
BeanExpressionResolverStrategy interface for resolving a value through evaluating itas an expression, if applicable.Interfaceorg.springframework.beans.factory.configSpring 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
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
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
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
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
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
FieldRetrievingFactoryBeanFactoryBean which retrieves a static or non-static field value.Classorg.springframework.beans.factory.configSpring 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
ListFactoryBeanSimple factory for shared List instances.Classorg.springframework.beans.factory.configSpring MVC
MapFactoryBeanSimple factory for shared Map instances.Classorg.springframework.beans.factory.configSpring 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
ObjectFactoryCreatingFactoryBeanA FactoryBean implementation thatreturns a value which is an ObjectFactoryClassorg.springframework.beans.factory.configSpring MVC
PlaceholderConfigurerSupportAbstract base class for property resource configurers that resolve placeholdersin bean definition property values.Classorg.springframework.beans.factory.configSpring MVC
PreferencesPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that supports JDK 1.Classorg.springframework.beans.factory.configSpring MVC
PropertiesFactoryBeanAllows for making a properties file from a classpath location availableas Properties instance in a bean factory.Classorg.springframework.beans.factory.configSpring 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
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
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
SingletonBeanRegistryInterface that defines a registry for shared bean instances.Interfaceorg.springframework.beans.factory.configSpring MVC
SmartInstantiationAwareBeanPostProcessorExtension of the InstantiationAwareBeanPostProcessor interface,adding a callback for predicting the eventual type of a processed bean.Interfaceorg.springframework.beans.factory.configSpring MVC
TypedStringValueHolder for a typed String value.Classorg.springframework.beans.factory.configSpring 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