Uses of Class
org.exolab.castor.mapping.loader.FieldHandlerFriend
Packages that use FieldHandlerFriend
Package
Description
The Class Mapping API
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of FieldHandlerFriend in org.exolab.castor.mapping
Subclasses of FieldHandlerFriend in org.exolab.castor.mappingModifier 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 adding additional functionality while preserving backward compatibility.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 FieldHandlerFriend in org.exolab.castor.mapping.handlers
Subclasses of FieldHandlerFriend in org.exolab.castor.mapping.handlersModifier and TypeClassDescriptionclassA specialized FieldHandler for the type-safe enum style classes.classA dummy FieldHandler for "transient" fields. -
Uses of FieldHandlerFriend in org.exolab.castor.mapping.loader
Subclasses of FieldHandlerFriend in org.exolab.castor.mapping.loaderModifier 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 FieldHandlerFriend in org.exolab.castor.xml
Subclasses of FieldHandlerFriend in org.exolab.castor.xmlModifier and TypeClassDescriptionclassThis FieldHandler is used in the generated descriptors. -
Uses of FieldHandlerFriend in org.exolab.castor.xml.handlers
Subclasses of FieldHandlerFriend in org.exolab.castor.xml.handlersModifier 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.