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.mapping.loader.collection.handler   
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<T> 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<T> 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<T> fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler<T> colHandler)
          Construct new type information for the field.
TypeInfo(Class<T> fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler<T> colHandler, boolean checkForCollection)
          Construct new type information for the field.
 

Uses of CollectionHandler in org.exolab.castor.mapping.loader.collection.handler
 

Classes in org.exolab.castor.mapping.loader.collection.handler that implement CollectionHandler
 class ArrayCollectionHandler<T>
           
 class ArrayListCollectionHandler<T>
           
 class CollectionCollectionHandler<T>
           
 class EnumerateCollectionHandler<T>
           
 class HashtableCollectionHandler<T>
           
 class IteratorCollectionHandler<T>
           
 class ListCollectionHandler<T>
           
 class MapCollectionHandler<T>
           
 class QueueCollectionHandler<T>
           
 class SetCollectionHandler<T>
           
 class SortedMapCollectionHandler<T>
           
 class SortedSetCollectionHandler<T>
           
 class VectorCollectionHandler<T>
           
 

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 © 2013. All Rights Reserved.