Uses of Interface
org.springframework.util.PropertiesPersister
Packages that use PropertiesPersister Package Description org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.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 String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.Uses of PropertiesPersister in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support that return PropertiesPersister Modifier and Type Method Description PropertiesPersisterPropertiesBeanDefinitionReader. getPropertiesPersister()Return the PropertiesPersister to use for parsing properties files.Methods in org.springframework.beans.factory.support with parameters of type PropertiesPersister Modifier and Type Method Description voidPropertiesBeanDefinitionReader. setPropertiesPersister(PropertiesPersister propertiesPersister)Set the PropertiesPersister to use for parsing properties files.Uses of PropertiesPersister in org.springframework.context.support
Methods in org.springframework.context.support with parameters of type PropertiesPersister Modifier and Type Method Description voidReloadableResourceBundleMessageSource. setPropertiesPersister(PropertiesPersister propertiesPersister)Set the PropertiesPersister to use for parsing properties files.Uses of PropertiesPersister in org.springframework.core.io.support
Methods in org.springframework.core.io.support with parameters of type PropertiesPersister Modifier and Type Method Description voidPropertiesLoaderSupport. setPropertiesPersister(PropertiesPersister propertiesPersister)Set the PropertiesPersister to use for parsing properties files.Uses of PropertiesPersister in org.springframework.util
Classes in org.springframework.util that implement PropertiesPersister Modifier and Type Class Description classDefaultPropertiesPersisterDefault implementation of thePropertiesPersisterinterface.