Interface FieldHandler<T>

All Known Subinterfaces:
ClonableFieldHandler<T>, ConfigurableFieldHandler<T>
All Known Implementing Classes:
AbstractFieldHandler, CollectionFieldHandler, ContainerFieldHandler, DateFieldHandler, EnumFieldHandler, EnumFieldHandler, ExtendedFieldHandler, ExtendedFieldHandler, FieldHandlerFriend, FieldHandlerImpl, GeneralizedFieldHandler, SQLTimeFieldHandler, SQLTimestampFieldHandler, ToStringFieldHandler, TransientFieldHandler, ValueOfFieldHandler, XMLFieldHandler

public interface FieldHandler<T>
A field handler knows how to perform various operations on the field that require access to the field value.
Version:
$Revision: 9062 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author:
Assaf Arkin
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    No longer supported
    getValue(Object object)
    Returns the value of the field from the object.
    Creates a new instance of the object described by this field.
    void
    Sets the value of the field to a default value.
    void
    setValue(Object object, T value)
    Sets the value of the field on the object.