Package | Description |
---|---|
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
org.exolab.castor.mapping.loader |
Implementations for mapping interfaces and the default mapping loader.
|
org.exolab.castor.xml |
The XML Marshaller API
|
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
JDOMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
XMLMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Copyright © 2013. All rights reserved.