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) interface
TheScanner
object 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) class
TheDefaultScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
TheObjectScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
ThePrimitiveScanner
performs 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 Policy
LabelMap.policy
This is policy used to determine the type of mappings used.private Policy
TreeModel.policy
This is the serialization policy enforced on this model.Constructors in org.simpleframework.xml.core with parameters of type PolicyModifierConstructorDescriptionConstructor for theLabelMap
object is used to create an empty map.Constructor for theTreeModel
object.Constructor for theTreeModel
object.