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 ModelMapModelSection. modelsRepresents a mapping between styled names and models.private ModelMapTreeModel. modelsThis holds the mappings for the models within this instance.Methods in org.simpleframework.xml.core that return ModelMap Modifier and Type Method Description ModelMapModel. getModels()This is used to build a map from aContextobject.ModelMapModelMap. 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.ModelMapModelSection. getModels()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.ModelMapTreeModel. getModels()This is used to build a map from aContextobject.
-