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 TypeClassDescriptionclassAn extended version of the FieldHandler interface which is used for adding additional functionality while preserving backward compatability.classAn 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 TypeClassDescriptionclassA specialized FieldHandler for the type-safe enum style classes.classA 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 classA 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA FieldHandler for the XML Schema Collection type.classA specialized FieldHandler for the XML Schema Date/Time related types.classAn implementation of GeneralizedFieldHandler for java.sql.Time.classAn implementation of GeneralizedFieldHandler for java.sql.Timestamp.classAn implementation of GeneralizedFieldHandler that simply calls Object#toString() in the conversion methods.classAn implementation of GeneralizedFieldHandler for classes that have a built-in valueOf(String) factory method, such as type-safe enumeration classes, java.sql.Timestamp, etc.