Uses of Class
org.exolab.castor.mapping.xml.MappingRoot
Packages that use MappingRoot
Package
Description
Castor XML code generator
The Class Mapping API
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of MappingRoot in org.castor.mapping
Methods in org.castor.mapping with parameters of type MappingRootModifier and TypeMethodDescriptionvoidMappingUnmarshallIDResolver.setMapping(MappingRoot mapping) -
Uses of MappingRoot in org.exolab.castor.builder
Methods in org.exolab.castor.builder that return MappingRootModifier and TypeMethodDescriptionSGStateInfo.getMapping(String filename) Returns the Mapping file associated with the given filename.Methods in org.exolab.castor.builder with parameters of type MappingRootModifier and TypeMethodDescriptionvoidSGStateInfo.setMapping(String filename, MappingRoot mapping) Sets the Mapping file associated with the given filename. -
Uses of MappingRoot in org.exolab.castor.mapping
Methods in org.exolab.castor.mapping that return MappingRoot -
Uses of MappingRoot in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader with parameters of type MappingRootModifier and TypeMethodDescriptionprotected final voidAbstractMappingLoader.createClassDescriptors(MappingRoot mapping) protected voidAbstractMappingLoader.createFieldHandlers(MappingRoot mapping) Load field handler definitions, check for duplicate definitions and instantiate the appropriate FieldHandler implementations.abstract voidAbstractMappingLoader.loadMapping(MappingRoot mapping, Object param) Loads the mapping from the specified mapping object if not loaded previously. -
Uses of MappingRoot in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return MappingRoot -
Uses of MappingRoot in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type MappingRootModifier and TypeMethodDescriptionvoidXMLMappingLoader.loadMapping(MappingRoot mapping, Object param) Loads the mapping from the specified mapping object if not loaded previously.