|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes and Interfaces | |
|
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. |
|
FactoryBean that exposes an arbitrary target bean under a different name. |
|
Holder for constructor argument values, typically as part of a bean definition. |
|
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors. |
|
Descriptor for a specific dependency that is about to be injected. |
|
FactoryBean which retrieves a static or non-static field value. |
|
Simple factory for shared List instances. |
|
Simple factory for shared Map instances. |
|
FactoryBean which returns a value which is the result of a static or instance method invocation. |
|
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. |
|
Allows for making a properties file from a classpath location available as Properties instance in a bean factory. |
|
FactoryBean that evaluates a property path on a given target object. |
|
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. |
|
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. |
|
Simple factory for shared Set instances. |
|
Holder for a typed String value. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |