Generated by
JDiff

Package org.springframework.beans.factory.config

Changed Classes and Interfaces
AutowireCapableBeanFactory Extension of the org.springframework.beans.factory.BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to expose this functionality for existing bean instances.
BeanReferenceFactoryBean FactoryBean that exposes an arbitrary target bean under a different name.
ConstructorArgumentValues Holder for constructor argument values, typically as part of a bean definition.
CustomEditorConfigurer BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
DependencyDescriptor Descriptor for a specific dependency that is about to be injected.
FieldRetrievingFactoryBean FactoryBean which retrieves a static or non-static field value.
ListFactoryBean Simple factory for shared List instances.
MapFactoryBean Simple factory for shared Map instances.
MethodInvokingFactoryBean FactoryBean which returns a value which is the result of a static or instance method invocation.
ObjectFactoryCreatingFactoryBean A org.springframework.beans.factory.FactoryBean implementation that returns a value which is an org.springframework.beans.factory.ObjectFactory that in turn returns a bean sourced from a org.springframework.beans.factory.BeanFactory.
PropertiesFactoryBean Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertyPathFactoryBean FactoryBean that evaluates a property path on a given target object.
ProviderCreatingFactoryBean A org.springframework.beans.factory.FactoryBean implementation that returns a value which is a JSR-330 javax.inject.Provider that in turn returns a bean sourced from a org.springframework.beans.factory.BeanFactory.
ServiceLocatorFactoryBean A FactoryBean implementation that takes an interface which must have one or more methods with the signatures {@code MyType xxx()} or {@code MyType xxx(MyIdType id)} (typically, {@code MyService getService()} or {@code MyService getService(String id)}) and creates a dynamic proxy which implements that interface, delegating to an underlying org.springframework.beans.factory.BeanFactory.
SetFactoryBean Simple factory for shared Set instances.
TypedStringValue Holder for a typed String value.