Uses of Class
net.officefloor.plugin.xml.marshall.tree.XmlSpecificContext
Packages that use XmlSpecificContext
-
Uses of XmlSpecificContext in net.officefloor.plugin.xml.marshall.tree
Fields in net.officefloor.plugin.xml.marshall.tree with type parameters of type XmlSpecificContextModifier and TypeFieldDescriptionprotected final Map<Class<?>,XmlSpecificContext> AbstractTypeXmlMapping.contextsMapping of concrete type to its context.protected final Map<Class<?>,XmlSpecificContext> XmlContext.contextsMapping of concrete class to specific context instance to handling mappings.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlSpecificContextModifier and TypeMethodDescriptionprotected XmlSpecificContextAbstractTypeXmlMapping.getMatchingContext(Object specificObject) Obtains the matchingXmlSpecificContextfor the input type.XmlContext.getSpecificContext(Class<?> specificType) Obtains theXmlSpecificContextspecific to the input type.