|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
| Fields in org.exolab.castor.mapping.loader declared as CollectionHandler | |
(package private) CollectionHandler |
CollectionHandlers.Info.handler
The collection handler instance. |
| Methods in org.exolab.castor.mapping.loader that return CollectionHandler | |
static CollectionHandler |
CollectionHandlers.getHandler(java.lang.Class javaClass)
Returns the collection's handler based on the Java class. |
CollectionHandler |
TypeInfo.getCollectionHandler()
Return the collection handler of this field. |
| Methods in org.exolab.castor.mapping.loader with parameters of type CollectionHandler | |
protected TypeInfo |
AbstractMappingLoader.getTypeInfo(java.lang.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 | |
CollectionHandlers.Info(java.lang.String shortName,
java.lang.Class javaClass,
boolean getSetCollection,
CollectionHandler handler)
|
|
TypeInfo(java.lang.Class fieldType,
TypeConvertor convertorTo,
TypeConvertor convertorFrom,
boolean required,
java.lang.Object defaultValue,
CollectionHandler colHandler)
Construct new type information for the field. |
|
TypeInfo(java.lang.Class fieldType,
TypeConvertor convertorTo,
TypeConvertor convertorFrom,
boolean required,
java.lang.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 that return CollectionHandler | |
CollectionHandler |
MarshalFramework.getCollectionHandler(java.lang.Class clazz)
Returns the CollectionHandler associated with the given collection, or null if no such handler exists. |
| Methods in org.exolab.castor.xml with parameters of type CollectionHandler | |
protected TypeInfo |
XMLMappingLoader.getTypeInfo(java.lang.Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||