Uses of Class
net.officefloor.plugin.xml.marshall.translate.TranslatorRegistry
Packages that use TranslatorRegistry
-
Uses of TranslatorRegistry in net.officefloor.plugin.xml.marshall.tree
Fields in net.officefloor.plugin.xml.marshall.tree declared as TranslatorRegistryModifier and TypeFieldDescriptionprotected final TranslatorRegistryXmlContext.translatorRegistryRegistry ofTranslatorinstances.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type TranslatorRegistryModifier and TypeMethodDescriptionprotected voidXmlSpecificContext.loadAttributes(Class<?> upperBoundType, XmlMappingMetaData[] attributes, TranslatorRegistry translatorRegistry) Loads the attribute mappings for this context.Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type TranslatorRegistryModifierConstructorDescriptionAbstractTypeXmlMapping(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 theCollection.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 theCollection.XmlContext(Class<?> upperType, String elementName, XmlMappingMetaData[] configuration, boolean isCreateSpecificType, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry) Initiate theXmlContextfrom 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.