spring-framework / org.springframework.context.support / ReloadableResourceBundleMessageSource / setPropertiesPersister

setPropertiesPersister

open fun setPropertiesPersister(@Nullable propertiesPersister: PropertiesPersister): Unit

Set the PropertiesPersister to use for parsing properties files.

The default is a DefaultPropertiesPersister.

See Also
org.springframework.util.DefaultPropertiesPersister