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

Packages that use TypeInfo
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.xml The XML Marshaller API 
 

Uses of TypeInfo in org.exolab.castor.jdo.engine
 

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

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 © 2012. All Rights Reserved.