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