Uses of Class
org.simpleframework.xml.core.ModelMap
Packages that use ModelMap
-
Uses of ModelMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ModelMapModifier and TypeFieldDescriptionprivate 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 ModelMapModifier and TypeMethodDescriptionModel.getModels()
This is used to build a map from aContext
object.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.ModelSection.getModels()
Returns aLabelMap
that contains the details for all fields and methods marked with XML annotations.TreeModel.getModels()
This is used to build a map from aContext
object.