Uses of Interface
org.simpleframework.xml.core.Policy

Packages that use Policy
Package
Description
 
  • Uses of Policy in org.simpleframework.xml.core

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