Uses of Class
org.exolab.castor.mapping.ExtendedFieldHandler
Packages that use ExtendedFieldHandler
Package
Description
The Class Mapping API
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of ExtendedFieldHandler in org.exolab.castor.mapping
Subclasses of ExtendedFieldHandler in org.exolab.castor.mappingModifier and TypeClassDescriptionclass
An extended version of the FieldHandler interface which is used for adding additional functionality while preserving backward compatability.class
An extended version of the FieldHandler interface which is used for making generic libraries of FieldHandlers which can be used for more than one field or class, but have similar conversion algorithms. -
Uses of ExtendedFieldHandler in org.exolab.castor.mapping.handlers
Subclasses of ExtendedFieldHandler in org.exolab.castor.mapping.handlersModifier and TypeClassDescriptionclass
A specialized FieldHandler for the type-safe enum style classes.class
A dummy FieldHandler for "transient" fields. -
Uses of ExtendedFieldHandler in org.exolab.castor.mapping.loader
Subclasses of ExtendedFieldHandler in org.exolab.castor.mapping.loaderModifier and TypeClassDescriptionfinal class
A field handler that knows how to get/set the values of a field directly or through the get/set methods. -
Uses of ExtendedFieldHandler in org.exolab.castor.xml
Subclasses of ExtendedFieldHandler in org.exolab.castor.xmlModifier and TypeClassDescriptionclass
This FieldHandler is used in the generated descriptors. -
Uses of ExtendedFieldHandler in org.exolab.castor.xml.handlers
Subclasses of ExtendedFieldHandler in org.exolab.castor.xml.handlersModifier and TypeClassDescriptionclass
A FieldHandler for the XML Schema Collection type.class
A specialized FieldHandler for the XML Schema Date/Time related types.class
An implementation of GeneralizedFieldHandler for java.sql.Time.class
An implementation of GeneralizedFieldHandler for java.sql.Timestamp.class
An implementation of GeneralizedFieldHandler that simply calls Object#toString() in the conversion methods.class
An implementation of GeneralizedFieldHandler for classes that have a built-in valueOf(String) factory method, such as type-safe enumeration classes, java.sql.Timestamp, etc.