Uses of Class
org.exolab.castor.mapping.GeneralizedFieldHandler
Packages that use GeneralizedFieldHandler
Package
Description
The Class Mapping API
-
Uses of GeneralizedFieldHandler in org.exolab.castor.mapping
Methods in org.exolab.castor.mapping that return GeneralizedFieldHandlerModifier and TypeMethodDescriptionabstract GeneralizedFieldHandler
FieldHandlerFactory.createFieldHandler
(Class type) Creates a GeneralizedFieldHandler for the given class type. -
Uses of GeneralizedFieldHandler in org.exolab.castor.mapping.handlers
Subclasses of GeneralizedFieldHandler in org.exolab.castor.mapping.handlersModifier and TypeClassDescriptionclass
A specialized FieldHandler for the type-safe enum style classes. -
Uses of GeneralizedFieldHandler in org.exolab.castor.xml.handlers
Subclasses of GeneralizedFieldHandler in org.exolab.castor.xml.handlersModifier and TypeClassDescriptionclass
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.Methods in org.exolab.castor.xml.handlers that return GeneralizedFieldHandlerModifier and TypeMethodDescriptionDefaultFieldHandlerFactory.createFieldHandler
(Class type) Creates a GeneralizedFieldHandler for the given class type.