Uses of Interface
org.exolab.castor.mapping.TypeConvertor

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<?> 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.
 



Copyright © 2011. All Rights Reserved.