Uses of Interface
org.springframework.util.PropertiesPersister
Package
Description
Classes supporting the
org.springframework.beans.factory
package.Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Support classes for Spring's resource abstraction.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of PropertiesPersister in org.springframework.beans.factory.support
Modifier and TypeMethodDescriptionPropertiesBeanDefinitionReader.getPropertiesPersister()
Deprecated.Return the PropertiesPersister to use for parsing properties files.Modifier and TypeMethodDescriptionvoid
PropertiesBeanDefinitionReader.setPropertiesPersister
(PropertiesPersister propertiesPersister) Deprecated.Set the PropertiesPersister to use for parsing properties files. -
Uses of PropertiesPersister in org.springframework.context.support
Modifier and TypeMethodDescriptionvoid
ReloadableResourceBundleMessageSource.setPropertiesPersister
(PropertiesPersister propertiesPersister) Set the PropertiesPersister to use for parsing properties files. -
Uses of PropertiesPersister in org.springframework.core.io.support
Modifier and TypeMethodDescriptionvoid
PropertiesLoaderSupport.setPropertiesPersister
(PropertiesPersister propertiesPersister) Set the PropertiesPersister to use for parsing properties files. -
Uses of PropertiesPersister in org.springframework.util
Modifier and TypeClassDescriptionclass
Default implementation of thePropertiesPersister
interface.