Class FieldSetter

All Implemented Interfaces:
PropertySetter

public class FieldSetter extends PropertySetterBase
FieldSetter
Author:
shih-chang.chen@oracle.com
  • Field Details

    • field

      protected Field field
  • Constructor Details

    • FieldSetter

      public FieldSetter(Field f)
  • Method Details

    • getField

      public Field getField()
    • set

      public void set(Object instance, Object val)
    • getAnnotation

      public <A> A getAnnotation(Class<A> annotationType)