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) interface
Scanner
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 Policy Modifier and Type Class Description (package private) class
DefaultScanner
TheDefaultScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
ObjectScanner
TheObjectScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
PrimitiveScanner
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 Policy Modifier and Type Field Description private 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 Policy Constructor Description LabelMap(Policy policy)
Constructor for theLabelMap
object is used to create an empty map.TreeModel(Policy policy, Detail detail)
Constructor for theTreeModel
object.TreeModel(Policy policy, Detail detail, java.lang.String name, java.lang.String prefix, int index)
Constructor for theTreeModel
object.
-