Uses of Class
org.exolab.castor.mapping.xml.FieldMapping
Packages that use FieldMapping
Package
Description
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of FieldMapping in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader with parameters of type FieldMappingModifier and TypeMethodDescriptionprotected FieldDescriptorImplAbstractMappingLoader.createFieldDesc(Class<?> javaClass, FieldMapping fieldMap) Creates a single field descriptor.protected final FieldHandlerAbstractMappingLoader.createFieldHandler(Class<?> javaClass, Class<?> fldType, FieldMapping fldMap, AbstractMappingLoader.TypeInfoReference typeInfoRef) Creates the FieldHandler for the given FieldMapping.protected TypeInfoAbstractMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap) -
Uses of FieldMapping in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return FieldMappingModifier and TypeMethodDescriptionClassChoice.getFieldMapping()Method getFieldMapping.Returns the contents of the collection in an Array.ClassChoice.getFieldMapping(int index) Method getFieldMapping.Container.getFieldMapping()Returns the value of field 'fieldMapping'.ClassChoice.removeFieldMappingAt(int index) Method removeFieldMappingAt.static FieldMappingMethod unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type FieldMappingModifier and TypeMethodDescriptionEnumeration<? extends FieldMapping> ClassChoice.enumerateFieldMapping()Method enumerateFieldMapping.Iterator<? extends FieldMapping> ClassChoice.iterateFieldMapping()Method iterateFieldMapping.Methods in org.exolab.castor.mapping.xml with parameters of type FieldMappingModifier and TypeMethodDescriptionvoidClassChoice.addFieldMapping(int index, FieldMapping vFieldMapping) voidClassChoice.addFieldMapping(FieldMapping vFieldMapping) booleanClassChoice.removeFieldMapping(FieldMapping vFieldMapping) Method removeFieldMapping.voidClassChoice.setFieldMapping(int index, FieldMapping vFieldMapping) voidClassChoice.setFieldMapping(FieldMapping[] vFieldMappingArray) voidContainer.setFieldMapping(FieldMapping fieldMapping) Sets the value of field 'fieldMapping'. -
Uses of FieldMapping in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type FieldMappingModifier and TypeMethodDescriptionprotected FieldDescriptorImplXMLMappingLoader.createFieldDesc(Class javaClass, FieldMapping fieldMap) protected TypeInfoXMLMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)