Uses of Class
org.exolab.castor.mapping.xml.ClassMapping
Packages that use ClassMapping
Package
Description
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of ClassMapping in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return ClassMappingModifier and TypeMethodDescriptionMappingFileSourceFactory.createMapping(ClassInfo classInfo) Creates the class mapping for the given ClassInfo. -
Uses of ClassMapping in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader that return ClassMappingModifier and TypeMethodDescriptionClassDescriptorImpl.getMapping()Returns theClassMappinginstance used.protected final ClassMappingAbstractMappingLoader.getOrigin(ClassMapping clsMap) Gets the top-most (i.e.Methods in org.exolab.castor.mapping.loader with parameters of type ClassMappingModifier and TypeMethodDescriptionprotected abstract ClassDescriptorAbstractMappingLoader.createClassDescriptor(ClassMapping clsMap) protected final FieldDescriptorImpl[]AbstractMappingLoader.createFieldDescriptors(ClassMapping clsMap, Class<?> javaClass) Create field descriptors.protected final ClassDescriptorAbstractMappingLoader.getDepended(ClassMapping clsMap, Class<?> javaClass) Gets the ClassDescriptor the givenclassMappingdepends on.protected final ClassDescriptorAbstractMappingLoader.getExtended(ClassMapping clsMap, Class<?> javaClass) Gets the ClassDescriptor the givenclassMappingextends.static final String[]AbstractMappingLoader.getIdentityColumnNames(String[] ids, ClassMapping clsMap) Returns a list of column names that are part of the identity.protected final ClassMappingAbstractMappingLoader.getOrigin(ClassMapping clsMap) Gets the top-most (i.e.voidClassDescriptorImpl.setMapping(ClassMapping mapping) Sets theClassMappinginstance. -
Uses of ClassMapping in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return ClassMappingModifier and TypeMethodDescriptionBindXml.getClassMapping()Returns the value of field 'classMapping'.MappingRoot.getClassMapping()Method getClassMapping.Returns the contents of the collection in an Array.MappingRoot.getClassMapping(int index) Method getClassMapping.MappingRoot.removeClassMappingAt(int index) Method removeClassMappingAt.static ClassMappingMethod unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type ClassMappingModifier and TypeMethodDescriptionEnumeration<? extends ClassMapping> MappingRoot.enumerateClassMapping()Method enumerateClassMapping.Iterator<? extends ClassMapping> MappingRoot.iterateClassMapping()Method iterateClassMapping.Methods in org.exolab.castor.mapping.xml with parameters of type ClassMappingModifier and TypeMethodDescriptionvoidMappingRoot.addClassMapping(int index, ClassMapping vClassMapping) voidMappingRoot.addClassMapping(ClassMapping vClassMapping) booleanMappingRoot.removeClassMapping(ClassMapping vClassMapping) Method removeClassMapping.voidBindXml.setClassMapping(ClassMapping classMapping) Sets the value of field 'classMapping'.voidMappingRoot.setClassMapping(int index, ClassMapping vClassMapping) voidMappingRoot.setClassMapping(ClassMapping[] vClassMappingArray) -
Uses of ClassMapping in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type ClassMappingModifier and TypeMethodDescriptionprotected ClassDescriptorXMLMappingLoader.createClassDescriptor(ClassMapping classMapping) To create the class descriptor for the given class mapping.