Uses of Interface
org.exolab.castor.mapping.CollectionHandler

Packages that use CollectionHandler
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
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 CollectionHandler in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader that return CollectionHandler
 CollectionHandler TypeInfo.getCollectionHandler()
          Return the collection handler of this field.
static CollectionHandler CollectionHandlers.getHandler(Class javaClass)
          Returns the collection's handler based on the Java class.
 

Methods in org.exolab.castor.mapping.loader with parameters of type CollectionHandler
protected  TypeInfo AbstractMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 void TypeInfo.setCollectionHandler(CollectionHandler handler)
          Sets the CollectionHandler to use for the field described by this TypeInfo.
 

Constructors in org.exolab.castor.mapping.loader with parameters of type CollectionHandler
TypeInfo(Class fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler colHandler)
          Construct new type information for the field.
TypeInfo(Class fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler colHandler, boolean checkForCollection)
          Construct new type information for the field.
 

Uses of CollectionHandler in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type CollectionHandler
protected  TypeInfo XMLMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 



Copyright © 2010. All Rights Reserved.