Uses of Class
net.officefloor.plugin.xml.marshall.tree.XmlContext
-
Packages that use XmlContext Package Description net.officefloor.plugin.xml.marshall.tree -
-
Uses of XmlContext in net.officefloor.plugin.xml.marshall.tree
Fields in net.officefloor.plugin.xml.marshall.tree declared as XmlContext Modifier and Type Field Description protected XmlContextObjectXmlMapping. contextXmlContextfor marshalling the object.protected XmlContextTreeXmlMarshaller. contextXmlContextto handle the root object.Fields in net.officefloor.plugin.xml.marshall.tree with type parameters of type XmlContext Modifier and Type Field Description protected java.util.Map<java.lang.String,XmlContext>XmlContext. childContextsChildXmlContextinstances of thisXmlContext.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlContext Modifier and Type Method Description XmlContextXmlContext. getChildContext(java.lang.String reference)Obtains the childXmlContextregistered under the reference.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlContext Modifier and Type Method Description voidXmlContext. registerChildContext(java.lang.String reference, XmlContext childContext)Registers a childXmlContextof thisXmlContext.Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlContext Constructor Description ObjectXmlMapping(java.lang.String elementName, java.lang.reflect.Method getMethod, java.lang.Class<?> upperType, XmlMappingMetaData[] configuration, java.lang.String contextReference, XmlContext context, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)Initiate the object XML mapping.XmlSpecificContext(java.lang.Class<?> upperBoundType, java.lang.String contextElementName, XmlMappingMetaData[] configuration, XmlContext context, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)Initiate context from the upper bound type of the object.XmlSpecificContext(java.lang.Object source, java.lang.Class<?> sourceType, java.lang.String elementName, XmlMappingMetaData[] configuration, XmlContext context, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)Initiate context to specific concrete implementation of the object.
-