Uses of Class
org.exolab.castor.mapping.loader.TypeInfo
Packages that use TypeInfo
Package
Description
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of TypeInfo in org.exolab.castor.mapping.loader
Fields in org.exolab.castor.mapping.loader declared as TypeInfoMethods in org.exolab.castor.mapping.loader that return TypeInfoModifier and TypeMethodDescriptionprotected TypeInfo
AbstractMappingLoader.getTypeInfo
(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap) Constructors in org.exolab.castor.mapping.loader with parameters of type TypeInfoModifierConstructorDescriptionFieldDescriptorImpl
(String fieldName, TypeInfo typeInfo, FieldHandler handler, boolean isTransitive) Constructs a new field descriptor.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).FieldHandlerImpl
(FieldHandler<T> handler, TypeInfo typeInfo) Construct a new field handler for the specified field. -
Uses of TypeInfo in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return TypeInfoModifier and TypeMethodDescriptionprotected TypeInfo
XMLMappingLoader.getTypeInfo
(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)