Prev Package | Next Package | Frames | No Frames |
Class Summary | |
CollectionFieldHandler | A FieldHandler for the XML Schema Collection type. |
ContainerFieldHandler | The FieldHandler for ContainerElement. |
DateFieldHandler | A specialized FieldHandler for the XML Schema Date/Time related types. |
DateFieldHandler.ParseOptions | A class for controlling the parse options. |
DefaultFieldHandlerFactory | The default FieldHandlerFactory implementation. |
EnumFieldHandler | A specialized FieldHandler for the XML Schema enumeration types. |
SQLTimeFieldHandler | An implementation of GeneralizedFieldHandler for java.sql.Time. |
SQLTimestampFieldHandler | An implementation of GeneralizedFieldHandler for java.sql.Timestamp. |
ToStringFieldHandler | An implementation of GeneralizedFieldHandler that simply calls Object#toString() in the conversion methods. |
ValueOfFieldHandler | 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. |