Package | Description |
---|---|
org.exolab.castor.mapping |
The Class Mapping API
|
org.exolab.castor.mapping.handlers | |
org.exolab.castor.xml.handlers |
Modifier and Type | Method and Description |
---|---|
abstract GeneralizedFieldHandler |
FieldHandlerFactory.createFieldHandler(Class type)
Creates a GeneralizedFieldHandler for the given class type.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumFieldHandler
A specialized FieldHandler for the type-safe enum
style classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLTimeFieldHandler
An implementation of GeneralizedFieldHandler for java.sql.Time.
|
class |
SQLTimestampFieldHandler
An implementation of GeneralizedFieldHandler for java.sql.Timestamp.
|
class |
ToStringFieldHandler
An implementation of GeneralizedFieldHandler that simply calls
Object#toString() in the conversion methods.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
GeneralizedFieldHandler |
DefaultFieldHandlerFactory.createFieldHandler(Class type)
Creates a GeneralizedFieldHandler for the given class type.
|
Copyright © 2013. All rights reserved.