Uses of Interface
org.exolab.castor.mapping.TypeConvertor
Packages that use TypeConvertor
Package
Description
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 TypeConvertorModifier and TypeMethodDescriptionFieldHandlerImpl.getConvertFrom()TypeInfo.getConvertorFrom()Returns the convertor from the field type to an external type.TypeInfo.getConvertorTo()Returns the convertor to the field type from an external type.FieldHandlerImpl.getConvertTo()Methods in org.exolab.castor.mapping.loader with parameters of type TypeConvertorModifier and TypeMethodDescriptionvoidFieldHandlerImpl.setConvertFrom(TypeConvertor convertor) Sets the TypeConvertor used during calls to getValuevoidFieldHandlerImpl.setConvertTo(TypeConvertor convertor) Sets the TypeConvertor used during calls to setValueConstructors in org.exolab.castor.mapping.loader with parameters of type TypeConvertorModifierConstructorDescriptionTypeInfo(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.