Class FieldGetter

All Implemented Interfaces:
PropertyGetter

public class FieldGetter extends PropertyGetterBase
FieldGetter gets the value of a field from an instance.
Author:
[email protected]
  • Field Details

    • field

      protected Field field
  • Constructor Details

    • FieldGetter

      public FieldGetter(Field f)
  • Method Details

    • getField

      public Field getField()
    • get

      public Object get(Object instance)
    • getAnnotation

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