|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeConvertor | |
|---|---|
| org.exolab.castor.mapping.loader | Implementations for mapping interfaces and the default mapping loader. |
| Uses of TypeConvertor in org.exolab.castor.mapping.loader |
|---|
| Methods in org.exolab.castor.mapping.loader that return TypeConvertor | |
|---|---|
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()
|
| Methods in org.exolab.castor.mapping.loader with parameters of type TypeConvertor | |
|---|---|
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 |
| Constructors in org.exolab.castor.mapping.loader with parameters of type TypeConvertor | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||