Package | Description |
---|---|
org.exolab.castor.mapping |
The Class Mapping API
|
org.exolab.castor.mapping.handlers | |
org.exolab.castor.mapping.loader |
Implementations for mapping interfaces and the default mapping loader.
|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.handlers |
Modifier and Type | Class and Description |
---|---|
class |
GeneralizedFieldHandler
An 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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumFieldHandler
A specialized FieldHandler for the type-safe enum
style classes.
|
class |
TransientFieldHandler<T>
A dummy FieldHandler for "transient" fields.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldHandlerImpl<T>
A field handler that knows how to get/set the values of a field directly or
through the get/set methods.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLFieldHandler<T>
This FieldHandler is used in the generated descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionFieldHandler
A FieldHandler for the XML Schema Collection type.
|
class |
DateFieldHandler
A specialized FieldHandler for the XML Schema Date/Time related types.
|
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.
|
Copyright © 2024. All rights reserved.