Uses of Interface
org.simpleframework.xml.filter.Filter
Packages that use Filter
-
Uses of Filter in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement FilterModifier and TypeClassDescription(package private) classTheSupportobject is used to provide support to the serialization engine for processing and transforming strings.(package private) classTheTemplateFilterclass is used to provide variables to the template engine.Fields in org.simpleframework.xml.core declared as FilterModifier and TypeFieldDescriptionprivate FilterSource.filterThis is the filter used by this object for templating.private final FilterSupport.filterThis is the filter used to transform the template variables.private FilterTemplateEngine.filterThis is the filter used to replace templated variables.private FilterTemplateFilter.filterThis is the filter object provided to the persister.Constructors in org.simpleframework.xml.core with parameters of type FilterModifierConstructorDescriptionConstructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for theSupportobject.Constructor for theSupportobject.Constructor for theSupportobject.TemplateEngine(Filter filter) Constructor for theTemplateEngineobject.TemplateFilter(Context context, Filter filter) Constructor for theTemplateFilterobject. -
Uses of Filter in org.simpleframework.xml.filter
Classes in org.simpleframework.xml.filter that implement FilterModifier and TypeClassDescriptionclassTheEnvironmentFilterobject is used to provide a filter that will replace the specified values with an environment variable from the OS.classTheMapFilterobject is a filter that can make use of user specified mappings for replacement.classThePlatformFilterobject makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.classTheStackFilterobject provides a filter that can be given a collection of filters which can be used to resolve a replacement.classTheSystemFilterobject is used to provide a filter that will replace the specified values with system properties.Fields in org.simpleframework.xml.filter declared as FilterModifier and TypeFieldDescriptionprivate FilterEnvironmentFilter.filterFilter delegated to if no environment variable is resolved.private FilterMapFilter.filterThis will resolve the replacement if no mapping is found.private FilterSystemFilter.filterFilter delegated to if no system property can be resolved.Fields in org.simpleframework.xml.filter with type parameters of type FilterModifier and TypeFieldDescriptionStackFilter.stackThis is used to store the filters that are used.Methods in org.simpleframework.xml.filter with parameters of type FilterModifier and TypeMethodDescriptionvoidThis pushes the the providedFilteron to the top of the stack.Constructors in org.simpleframework.xml.filter with parameters of type FilterModifierConstructorDescriptionEnvironmentFilter(Filter filter) Constructor for theEnvironmentFilterobject.Constructor for theMapFilterobject.SystemFilter(Filter filter) Constructor for theSystemFilterobject.