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 MappingLoaderAbstractMappingLoaderFactory.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 theMappingLoaderspecified to be used in this Castor session.Methods in org.castor.xml with parameters of type MappingLoaderModifier and TypeMethodDescriptionvoidAbstractInternalContext.setMappingLoader(MappingLoader mappingLoader) voidInternalContext.setMappingLoader(MappingLoader mappingLoader) To set theMappingLoaderto 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 TypeClassDescriptionclassAssists 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 classAn 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 TypeMethodDescriptionvoidClassDescriptorResolver.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 TypeMethodDescriptionvoidXMLClassDescriptorResolverImpl.setMappingLoader(MappingLoader mappingLoader) Sets the mapping loader for this ClassDescriptorResolver.