| Package | Description | 
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldRetrievingFactoryBeanFactoryBeanwhich retrieves a static or non-static field value. | 
| class  | PlaceholderConfigurerSupportAbstract base class for property resource configurers that resolve placeholders
 in bean definition property values. | 
| class  | PreferencesPlaceholderConfigurerDeprecated. 
 as of 5.2, along with  PropertyPlaceholderConfigurer | 
| class  | PropertyPathFactoryBeanFactoryBeanthat evaluates a property path on a given target object. | 
| class  | PropertyPlaceholderConfigurerDeprecated. 
 as of 5.2; use  org.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms. |