Uses of Class
net.officefloor.plugin.xml.marshall.tree.ReferencedXmlMappingRegistry

Packages that use ReferencedXmlMappingRegistry
net.officefloor.plugin.xml.marshall.tree   
 

Uses of ReferencedXmlMappingRegistry in net.officefloor.plugin.xml.marshall.tree
 

Fields in net.officefloor.plugin.xml.marshall.tree declared as ReferencedXmlMappingRegistry
protected  ReferencedXmlMappingRegistry XmlContext.referenceRegistry
          Registry of XmlMapping that may be referenced.
 

Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type ReferencedXmlMappingRegistry
AbstractTypeXmlMapping(String elementName, Method getMethod, XmlMappingMetaData[] items, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate with details to map specific sub-types.
CollectionXmlMapping(String elementName, Method getMethod, XmlMappingMetaData[] items, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate with details to marshall the Collection.
ObjectXmlMapping(String elementName, Method getMethod, Class<?> upperType, XmlMappingMetaData[] configuration, String contextReference, XmlContext context, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate the object XML mapping.
TreeXmlMarshaller(XmlMappingMetaData metaData, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate with details to marshall the object.
TypeXmlMapping(String elementName, Method getMethod, XmlMappingMetaData[] items, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate with details to marshall the Collection.
XmlContext(Class<?> upperType, String elementName, XmlMappingMetaData[] configuration, boolean isCreateSpecificType, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
          Initiate the XmlContext from configuration.
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.
 



Copyright © 2005-2013. All Rights Reserved.