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. contextsMapping of concrete type to its context.protected java.util.Map<java.lang.Class<?>,XmlSpecificContext>XmlContext. contextsMapping 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 XmlSpecificContextAbstractTypeXmlMapping. getMatchingContext(java.lang.Object specificObject)Obtains the matchingXmlSpecificContextfor the input type.XmlSpecificContextXmlContext. getSpecificContext(java.lang.Class<?> specificType)Obtains theXmlSpecificContextspecific to the input type.
-