Uses of Class
org.exolab.castor.mapping.loader.TypeInfo

Packages that use TypeInfo
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 TypeInfo in org.exolab.castor.mapping.loader
 

Fields in org.exolab.castor.mapping.loader declared as TypeInfo
 TypeInfo AbstractMappingLoader.TypeInfoReference.typeInfo
           
 

Methods in org.exolab.castor.mapping.loader that return TypeInfo
protected  TypeInfo AbstractMappingLoader.getTypeInfo(Class<?> fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 

Constructors in org.exolab.castor.mapping.loader with parameters of type TypeInfo
FieldDescriptorImpl(String fieldName, TypeInfo typeInfo, FieldHandler handler, boolean isTransitive)
          Constructs a new field descriptor.
FieldHandlerImpl(FieldHandler handler, TypeInfo typeInfo)
          Construct a new field handler for the specified field.
FieldHandlerImpl(Field field, TypeInfo typeInfo)
          Construct a new field handler for the specified field.
FieldHandlerImpl(String fieldName, Method[] getSequence, Method[] setSequence, Method getMethod, Method setMethod, TypeInfo typeInfo)
          Construct a new field handler for the specified field that is accessed through the accessor methods (get/set).
 

Uses of TypeInfo in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return TypeInfo
protected  TypeInfo XMLMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 



Copyright © 2011. All Rights Reserved.