Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.util |
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
|
Modifier and Type | Method and Description |
---|---|
PropertiesPersister |
PropertiesBeanDefinitionReader.getPropertiesPersister()
Deprecated.
Return the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesBeanDefinitionReader.setPropertiesPersister(PropertiesPersister propertiesPersister)
Deprecated.
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Method and Description |
---|---|
void |
ReloadableResourceBundleMessageSource.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourcePropertiesPersister
Spring-aware subclass of the plain
DefaultPropertiesPersister ,
adding a conditional check for disabled XML support through the shared
"spring.xml.ignore" property. |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesLoaderSupport.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertiesPersister
Default implementation of the
PropertiesPersister interface. |