Uses of Interface
org.exolab.castor.mapping.MappingLoader
Packages that use MappingLoader
Package
Description
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of MappingLoader in org.castor.mapping
Methods in org.castor.mapping that return MappingLoaderModifier and TypeMethodDescriptionfinal MappingLoader
AbstractMappingLoaderFactory.getMappingLoader()
MappingLoaderFactory.getMappingLoader()
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the given properties.MappingLoaderRegistry.getMappingLoader
(String sourceType, BindingType bindingType) Returns a mapping loader for the suitable source and binding type.MappingUnmarshaller.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. -
Uses of MappingLoader in org.castor.xml
Methods in org.castor.xml that return MappingLoaderModifier and TypeMethodDescriptionAbstractInternalContext.getMappingLoader()
InternalContext.getMappingLoader()
To get theMappingLoader
specified to be used in this Castor session.Methods in org.castor.xml with parameters of type MappingLoaderModifier and TypeMethodDescriptionvoid
AbstractInternalContext.setMappingLoader
(MappingLoader mappingLoader) void
InternalContext.setMappingLoader
(MappingLoader mappingLoader) To set theMappingLoader
to be used in this Castor session. -
Uses of MappingLoader in org.exolab.castor.mapping.loader
Classes in org.exolab.castor.mapping.loader that implement MappingLoaderModifier and TypeClassDescriptionclass
Assists in the construction of descriptors.class
-
Uses of MappingLoader in org.exolab.castor.xml
Classes in org.exolab.castor.xml that implement MappingLoaderModifier and TypeClassDescriptionfinal class
An XML implementation of mapping helper.Methods in org.exolab.castor.xml that return MappingLoaderModifier and TypeMethodDescriptionClassDescriptorResolver.getMappingLoader()
Note: This method will be removed soon (kv).Methods in org.exolab.castor.xml with parameters of type MappingLoaderModifier and TypeMethodDescriptionvoid
ClassDescriptorResolver.setMappingLoader
(MappingLoader mappingLoader) Sets the mapping loader for this ClassDescriptorResolver. -
Uses of MappingLoader in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util that return MappingLoaderModifier and TypeMethodDescriptionXMLClassDescriptorResolverImpl.getMappingLoader()
Note: This method will be removed soon (kv).Methods in org.exolab.castor.xml.util with parameters of type MappingLoaderModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolverImpl.setMappingLoader
(MappingLoader mappingLoader) Sets the mapping loader for this ClassDescriptorResolver.