| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.mapping.loader.FieldHandlerFriendorg.exolab.castor.mapping.ExtendedFieldHandlerorg.exolab.castor.mapping.AbstractFieldHandlerorg.exolab.castor.mapping.GeneralizedFieldHandlerorg.exolab.castor.xml.handlers.ToStringFieldHandlerpublic class ToStringFieldHandlerextends GeneralizedFieldHandlerNested Class Summary |
Nested classes/interfaces inherited from class org.exolab.castor.mapping.GeneralizedFieldHandler | |
GeneralizedFieldHandler.GFHConverterEnumeration | |
Field Summary |
Fields inherited from class org.exolab.castor.mapping.AbstractFieldHandler | |
configuration | |
Constructor Summary | |
| |
| |
Method Summary | |
Object |
|
Object |
|
Class | |
Methods inherited from class org.exolab.castor.mapping.GeneralizedFieldHandler | |
convertUponGet, convertUponSet, getFieldType, getValue, newInstance, newInstance, resetValue, setCollectionIteration, setFieldHandler, setValue | |
Methods inherited from class org.exolab.castor.mapping.AbstractFieldHandler | |
getFieldDescriptor, getValue, hasValue, newInstance, newInstance, resetValue, setConfiguration, setFieldDescriptor, setValue | |
Methods inherited from class org.exolab.castor.mapping.ExtendedFieldHandler | |
checkValidity, getFieldDescriptor, getValue, newInstance, newInstance, resetValue, setFieldDescriptor, setValue | |
Methods inherited from class org.exolab.castor.mapping.loader.FieldHandlerFriend | |
checkValidity, getFieldDescriptor, getValue, newInstance, resetValue, setFieldDescriptor, setValue | |
public ToStringFieldHandler(Class type)
Creates a new ToStringFieldHandler.
- Parameters:
type- the class type to create the FieldHandler for
public ToStringFieldHandler(Class type,
FieldHandler handler)Creates a new ToStringFieldHandler.
- Parameters:
type- the class type to create the FieldHandler forhandler- the FieldHandler to wrap
public Object convertUponGet(Object value)
- Overrides:
- convertUponGet in interface GeneralizedFieldHandler
- See Also:
org.exolab.castor.mapping.GeneralizedFieldHandler.convertUponGet(java.lang.Object)
public Object convertUponSet(Object value)
- Overrides:
- convertUponSet in interface GeneralizedFieldHandler
- See Also:
org.exolab.castor.mapping.GeneralizedFieldHandler.convertUponSet(java.lang.Object)