Uses of Interface
org.simpleframework.xml.core.Policy
-
Packages that use Policy Package Description org.simpleframework.xml.core -
-
Uses of Policy in org.simpleframework.xml.core
Subinterfaces of Policy in org.simpleframework.xml.core Modifier and Type Interface Description (package private) interfaceScannerTheScannerobject performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.Classes in org.simpleframework.xml.core that implement Policy Modifier and Type Class Description (package private) classDefaultScannerTheDefaultScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classObjectScannerTheObjectScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classPrimitiveScannerThePrimitiveScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.Fields in org.simpleframework.xml.core declared as Policy Modifier and Type Field Description private PolicyLabelMap. policyThis is policy used to determine the type of mappings used.private PolicyTreeModel. policyThis is the serialization policy enforced on this model.Constructors in org.simpleframework.xml.core with parameters of type Policy Constructor Description LabelMap(Policy policy)Constructor for theLabelMapobject is used to create an empty map.TreeModel(Policy policy, Detail detail)Constructor for theTreeModelobject.TreeModel(Policy policy, Detail detail, java.lang.String name, java.lang.String prefix, int index)Constructor for theTreeModelobject.
-