Uses of Interface
org.exolab.castor.mapping.ConfigurableFieldHandler
Packages that use ConfigurableFieldHandler
Package
Description
The Class Mapping API
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of ConfigurableFieldHandler in org.exolab.castor.mapping
Classes in org.exolab.castor.mapping that implement ConfigurableFieldHandlerModifier 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 ConfigurableFieldHandler in org.exolab.castor.mapping.handlers
Classes in org.exolab.castor.mapping.handlers that implement ConfigurableFieldHandlerModifier and TypeClassDescriptionclass
A specialized FieldHandler for the type-safe enum style classes.class
A dummy FieldHandler for "transient" fields. -
Uses of ConfigurableFieldHandler in org.exolab.castor.mapping.loader
Classes in org.exolab.castor.mapping.loader that implement ConfigurableFieldHandlerModifier 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 ConfigurableFieldHandler in org.exolab.castor.xml
Classes in org.exolab.castor.xml that implement ConfigurableFieldHandlerModifier and TypeClassDescriptionclass
This FieldHandler is used in the generated descriptors. -
Uses of ConfigurableFieldHandler in org.exolab.castor.xml.handlers
Classes in org.exolab.castor.xml.handlers that implement ConfigurableFieldHandlerModifier 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.