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 GeneralizedFieldHandlerFieldHandlerFactory.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassAn 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.Methods in org.exolab.castor.xml.handlers that return GeneralizedFieldHandlerModifier and TypeMethodDescriptionDefaultFieldHandlerFactory.createFieldHandler(Class type) Creates a GeneralizedFieldHandler for the given class type.