Uses of Interface
org.simpleframework.xml.core.Policy
Packages that use Policy
-
Uses of Policy in org.simpleframework.xml.core
Subinterfaces of Policy in org.simpleframework.xml.coreModifier and TypeInterfaceDescription(package private) interfaceTheScannerobject 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 PolicyModifier and TypeClassDescription(package private) classTheDefaultScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classTheObjectScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classThePrimitiveScannerperforms 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 PolicyModifier and TypeFieldDescriptionprivate final 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 PolicyModifierConstructorDescriptionConstructor for theLabelMapobject is used to create an empty map.Constructor for theTreeModelobject.Constructor for theTreeModelobject.