Uses of Class
org.castor.mapping.BindingType
Packages that use BindingType
Package
Description
The Class Mapping API
The XML Marshaller API
-
Uses of BindingType in org.castor.mapping
Fields in org.castor.mapping declared as BindingTypeModifier and TypeFieldDescriptionstatic final BindingTypeBindingType.JDOstatic final BindingTypeBindingType.XMLMethods in org.castor.mapping that return BindingTypeModifier and TypeMethodDescriptionJDOMappingLoaderFactory.getBindingType()MappingLoaderFactory.getBindingType()Defines the binding type of the underlying MappingLoader.XMLMappingLoaderFactory.getBindingType()static BindingTypeMethods in org.castor.mapping with parameters of type BindingTypeModifier and TypeMethodDescriptionMappingLoaderRegistry.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 BindingType in org.exolab.castor.mapping
Methods in org.exolab.castor.mapping that return BindingType -
Uses of BindingType in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return BindingTypeMethods in org.exolab.castor.xml with parameters of type BindingTypeModifier and TypeMethodDescriptionstatic ClassDescriptorResolverClassDescriptorResolverFactory.createClassDescriptorResolver(BindingType type) Returns the matchingClassDescriptorResolverinstance.