Uses of Class
net.officefloor.plugin.xml.marshall.tree.XmlSpecificContext
-
Packages that use XmlSpecificContext Package Description net.officefloor.plugin.xml.marshall.tree -
-
Uses of XmlSpecificContext in net.officefloor.plugin.xml.marshall.tree
Fields in net.officefloor.plugin.xml.marshall.tree with type parameters of type XmlSpecificContext Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,XmlSpecificContext>
AbstractTypeXmlMapping. contexts
Mapping of concrete type to its context.protected java.util.Map<java.lang.Class<?>,XmlSpecificContext>
XmlContext. contexts
Mapping of concrete class to specific context instance to handling mappings.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlSpecificContext Modifier and Type Method Description protected XmlSpecificContext
AbstractTypeXmlMapping. getMatchingContext(java.lang.Object specificObject)
Obtains the matchingXmlSpecificContext
for the input type.XmlSpecificContext
XmlContext. getSpecificContext(java.lang.Class<?> specificType)
Obtains theXmlSpecificContext
specific to the input type.
-