|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldHandlerFriend | |
|---|---|
| org.exolab.castor.mapping | The Class Mapping API Version: $Revision: 6216 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Assaf Arkin Author: Keith Visco This package provides a common base for the class mapping descriptors and tools to generate mapping descriptors from a mapping file. |
| 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
Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Keith Visco
Marshaller marshalls a Java object into an XML document. |
| org.exolab.castor.xml.handlers | |
| Uses of FieldHandlerFriend in org.exolab.castor.mapping |
|---|
| Subclasses of FieldHandlerFriend in org.exolab.castor.mapping | |
|---|---|
class |
AbstractFieldHandler
An extended version of the FieldHandler interface which is used for adding additional functionality while preserving backward compatability. |
class |
ExtendedFieldHandler
An extended version of the FieldHandler interface which is used for adding additional functionality while preserving backward compatibility. |
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. |
| Uses of FieldHandlerFriend in org.exolab.castor.mapping.handlers |
|---|
| Subclasses of FieldHandlerFriend in org.exolab.castor.mapping.handlers | |
|---|---|
class |
EnumFieldHandler
A specialized FieldHandler for the type-safe enum style classes. |
class |
TransientFieldHandler
A dummy FieldHandler for "transient" fields. |
| Uses of FieldHandlerFriend in org.exolab.castor.mapping.loader |
|---|
| Subclasses of FieldHandlerFriend in org.exolab.castor.mapping.loader | |
|---|---|
class |
FieldHandlerImpl
A field handler that knows how to get/set the values of a field directly or through the get/set methods. |
| Uses of FieldHandlerFriend in org.exolab.castor.xml |
|---|
| Subclasses of FieldHandlerFriend in org.exolab.castor.xml | |
|---|---|
class |
XMLFieldHandler
This FieldHandler is used in the generated descriptors. |
| Uses of FieldHandlerFriend in org.exolab.castor.xml.handlers |
|---|
| Subclasses of FieldHandlerFriend in org.exolab.castor.xml.handlers | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||