Uses of Class
org.exolab.castor.mapping.Mapping
Packages that use Mapping
-
Uses of Mapping in org.castor.mapping
Methods in org.castor.mapping with parameters of type MappingModifier and TypeMethodDescriptionMappingUnmarshaller.getMappingLoader
(Mapping mapping, BindingType bindingType) Returns a mapping resolver for the suitable engine.MappingUnmarshaller.getMappingLoader
(Mapping mapping, BindingType bindingType, Object param) Returns a mapping resolver for the suitable engine.protected void
MappingUnmarshaller.loadMappingInternal
(Mapping mapping, DTDResolver resolver, String url) Internal recursive loading method.void
MappingUnmarshaller.loadMappingOnly
(Mapping mapping) Constructors in org.castor.mapping with parameters of type MappingModifierConstructorDescriptionMappingUnmarshallListener
(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver) -
Uses of Mapping in org.castor.xml
Methods in org.castor.xml with parameters of type MappingModifier and TypeMethodDescriptionvoid
AbstractInternalContext.addMapping
(Mapping mapping) void
InternalContext.addMapping
(Mapping mapping) Instructs Castor to load class descriptors from the mapping given. -
Uses of Mapping in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return MappingModifier and TypeMethodDescriptionXMLContext.createMapping()
Creates an instance of a Castor XML specificMapping
instance.Methods in org.exolab.castor.xml with parameters of type MappingModifier and TypeMethodDescriptionvoid
XMLContext.addMapping
(Mapping mapping) Instructs Castor to load class descriptors from the mapping given.void
Marshaller.setMapping
(Mapping mapping) Sets the given mapping to be used by the marshalling Framework.void
Unmarshaller.setMapping
(Mapping mapping) Sets the Mapping to use during unmarshalling.Constructors in org.exolab.castor.xml with parameters of type MappingModifierConstructorDescriptionUnmarshaller
(InternalContext internalContext, Mapping mapping) Creates a new Unmarshaller with the given Mapping.Unmarshaller
(Mapping mapping) Creates a new Unmarshaller with the given Mapping.