Package org.exolab.castor.mapping
Interface ClonableFieldHandler<T>
- All Superinterfaces:
FieldHandler<T>
Deprecated.
A
FieldHandler
that allows shallow/deep cloning of its state.- Version:
- $Revision: $
- Author:
- Werner Guttmann
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Entry point for shallow/deep 'cloning' ofFieldHandler
instances.Methods inherited from interface org.exolab.castor.mapping.FieldHandler
checkValidity, getValue, newInstance, resetValue, setValue
-
Method Details
-
copyInstance
FieldHandler<T> copyInstance()Deprecated.Entry point for shallow/deep 'cloning' ofFieldHandler
instances.- Returns:
- the 'cloned'
FieldHandler
instance.
-
ClonableFieldHandlerMarker
instead.