Package | Description |
---|---|
org.exolab.castor.mapping.loader |
Implementations for mapping interfaces and the default mapping loader.
|
Modifier and Type | Method and Description |
---|---|
TypeConvertor |
FieldHandlerImpl.getConvertFrom() |
TypeConvertor |
TypeInfo.getConvertorFrom()
Returns the convertor from the field type to an external type.
|
TypeConvertor |
TypeInfo.getConvertorTo()
Returns the convertor to the field type from an external type.
|
TypeConvertor |
FieldHandlerImpl.getConvertTo() |
Modifier and Type | Method and Description |
---|---|
void |
FieldHandlerImpl.setConvertFrom(TypeConvertor convertor)
Sets the TypeConvertor used during calls to getValue
|
void |
FieldHandlerImpl.setConvertTo(TypeConvertor convertor)
Sets the TypeConvertor used during calls to setValue
|
Constructor and Description |
---|
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.
|
Copyright © 2014. All rights reserved.