Uses of Class
org.exolab.castor.mapping.xml.FieldMapping

Packages that use FieldMapping
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document.  
 

Uses of FieldMapping in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader with parameters of type FieldMapping
protected  AbstractFieldDescriptor AbstractMappingLoader.createFieldDesc(java.lang.Class javaClass, FieldMapping fieldMap)
          Creates a single field descriptor.
protected  FieldHandler AbstractMappingLoader.createFieldHandler(java.lang.Class javaClass, java.lang.Class fldType, FieldMapping fldMap, AbstractMappingLoader.TypeInfoReference typeInfoRef)
          Creates the FieldHandler for the given FieldMapping.
protected  TypeInfo AbstractMappingLoader.getTypeInfo(java.lang.Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 

Uses of FieldMapping in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return FieldMapping
 FieldMapping ClassChoice.getFieldMapping(int index)
          Method getFieldMapping.
 FieldMapping[] ClassChoice.getFieldMapping()
          Method getFieldMapping.Returns the contents of the collection in an Array.
 FieldMapping ClassChoice.removeFieldMappingAt(int index)
          Method removeFieldMappingAt.
 FieldMapping Container.getFieldMapping()
          Returns the value of field 'fieldMapping'.
static FieldMapping FieldMapping.unmarshal(java.io.Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.mapping.xml with parameters of type FieldMapping
 void ClassChoice.addFieldMapping(FieldMapping vFieldMapping)
           
 void ClassChoice.addFieldMapping(int index, FieldMapping vFieldMapping)
           
 boolean ClassChoice.removeFieldMapping(FieldMapping vFieldMapping)
          Method removeFieldMapping.
 void ClassChoice.setFieldMapping(int index, FieldMapping vFieldMapping)
           
 void ClassChoice.setFieldMapping(FieldMapping[] vFieldMappingArray)
           
 void Container.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 FieldMapping
protected  AbstractFieldDescriptor XMLMappingLoader.createFieldDesc(java.lang.Class javaClass, FieldMapping fieldMap)
           
protected  TypeInfo XMLMappingLoader.getTypeInfo(java.lang.Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 



Copyright 2008 null. All Rights Reserved.