Package org.simpleframework.xml.filter


package org.simpleframework.xml.filter
  • Class
    Description
    The EnvironmentFilter object is used to provide a filter that will replace the specified values with an environment variable from the OS.
    The Filter object is used to provide replacement string values for a provided key.
    The MapFilter object is a filter that can make use of user specified mappings for replacement.
    The PlatformFilter object makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.
    The StackFilter object provides a filter that can be given a collection of filters which can be used to resolve a replacement.
    The SystemFilter object is used to provide a filter that will replace the specified values with system properties.