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 XmlContext
ObjectXmlMapping. context
XmlContext
for marshalling the object.protected XmlContext
TreeXmlMarshaller. context
XmlContext
to 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. childContexts
ChildXmlContext
instances of thisXmlContext
.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlContext Modifier and Type Method Description XmlContext
XmlContext. getChildContext(java.lang.String reference)
Obtains the childXmlContext
registered under the reference.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlContext Modifier and Type Method Description void
XmlContext. registerChildContext(java.lang.String reference, XmlContext childContext)
Registers a childXmlContext
of 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.
-