Uses of Class
org.simpleframework.xml.core.ModelMap
-
Packages that use ModelMap Package Description org.simpleframework.xml.core -
-
Uses of ModelMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ModelMap Modifier and Type Field Description private ModelMap
ModelSection. models
Represents a mapping between styled names and models.private ModelMap
TreeModel. models
This holds the mappings for the models within this instance.Methods in org.simpleframework.xml.core that return ModelMap Modifier and Type Method Description ModelMap
Model. getModels()
This is used to build a map from aContext
object.ModelMap
ModelMap. getModels()
This method is used to clone the model map such that mappings can be maintained in the original even if they are modified in the clone.ModelMap
ModelSection. getModels()
Returns aLabelMap
that contains the details for all fields and methods marked with XML annotations.ModelMap
TreeModel. getModels()
This is used to build a map from aContext
object.
-