Class ResourcePropertiesPersister

java.lang.Object
org.springframework.util.DefaultPropertiesPersister
org.springframework.core.io.support.ResourcePropertiesPersister
All Implemented Interfaces:
PropertiesPersister

public class ResourcePropertiesPersister extends DefaultPropertiesPersister
Spring-aware subclass of the plain DefaultPropertiesPersister, adding a conditional check for disabled XML support through the shared "spring.xml.ignore" property.

This is the standard implementation used in Spring's resource support.

Since:
5.3
Author:
Juergen Hoeller, Sebastien Deleuze