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. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document.  
 

Uses of TypeConvertor in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader that return TypeConvertor
 TypeConvertor FieldHandlerImpl.getConvertFrom()
           
 TypeConvertor FieldHandlerImpl.getConvertTo()
           
 TypeConvertor TypeInfo.getConvertorTo()
          Returns the convertor to the field type from an external type.
 TypeConvertor TypeInfo.getConvertorFrom()
          Returns the convertor from the field type to an external type.
 

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(java.lang.Class fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, java.lang.Object defaultValue, CollectionHandler colHandler)
          Construct new type information for the field.
TypeInfo(java.lang.Class fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, java.lang.Object defaultValue, CollectionHandler colHandler, boolean checkForCollection)
          Construct new type information for the field.
 

Uses of TypeConvertor in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement TypeConvertor
(package private)  class Introspector.IdentityConvertor
          A special TypeConvertor that simply returns the object given.
(package private)  class XMLMappingLoader.IdentityConvertor
          A special TypeConvertor that simply returns the object given.
 



Copyright 2008 null. All Rights Reserved.