Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.XmlMappingMetaData
Packages that use XmlMappingMetaData
-
Uses of XmlMappingMetaData in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree with type parameters of type XmlMappingMetaDataModifier and TypeFieldDescriptionprotected List<XmlMappingMetaData>XmlMappingMetaData.loadObjectConfigurationThe mappings of the loaded object, should theloadObjectClassNamebe specified.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlMappingMetaDataModifier and TypeMethodDescriptionstatic XmlMappingMetaDataTreeXmlUnmarshallerManagedObjectSource.createXmlMappingMetaData(InputStream configuration, TranslatorRegistry translatorRegistry) Creates theXmlMappingMetaDatafrom the input configuration.XmlMappingMetaData.getLoadObjectConfiguration()Obtains the configuration for the object to load onto the target object.ReferencedXmlMappingRegistry.getXmlMappingMetaData(String id) Obtains the meta-data of theElementXmlMappingby its id.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlMappingMetaDataModifier and TypeMethodDescriptionvoidXmlMappingMetaData.addLoadObjectConfiguration(XmlMappingMetaData loadObjectMapping) Adds anotherXmlMappingMetaDataconfiguration for the object to load onto the target object.TreeXmlUnmarshallerFactory.createUnmarshaller(XmlMappingMetaData configuration) Creates theTreeXmlUnmarshallerfrom the input configuration.protected voidReferencedXmlMappingRegistry.registerReferenceXmlMapping(String id, Class<?> targetObjectType, ElementXmlMapping mapping, XmlMappingMetaData mappingMetaData) Registers a referenceXmlMapping.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlMappingMetaDataModifierConstructorDescriptionTreeXmlUnmarshaller(XmlMappingMetaData metaData, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry) Initiate with details to unmarshall the XML.XmlContext(Class<?> targetObjectType, String rootNode, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referencedRegistry) Constructor that should be used by external classes to instantiate this.protectedXmlContext(Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry) Initiate theXmlContextfrom configuration.XmlMappingMetaData(Class<?> targetObjectType, String rootElementName, XmlMappingMetaData[] targetObjectConfiguration) Convenience constructor for configuring the root of the mapping tree.XmlMappingMetaData(String elementName, String loadMethodName, Class<?> loadObjectClass, XmlMappingMetaData[] loadObjectConfiguration, String id) Convenience constructor for configuring to load an object.