Package org.exolab.castor.mapping.loader
Class ExtendedFieldHandler<T>
java.lang.Object
org.exolab.castor.mapping.loader.ExtendedFieldHandler<T>
- All Implemented Interfaces:
FieldHandler<T>
An extended version of the FieldHandler interface which is used for adding additional
functionality while preserving backward compatability.
- Version:
- $Revision$ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Keith Visco
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.exolab.castor.mapping.FieldHandler
checkValidity, getValue, newInstance, resetValue, setValue
-
Constructor Details
-
ExtendedFieldHandler
public ExtendedFieldHandler()
-