Class FieldGetter

  • All Implemented Interfaces:
    PropertyGetter

    public class FieldGetter
    extends PropertyGetterBase
    FieldGetter gets the value of a field from an instance.
    Author:
    shih-chang.chen@oracle.com
    • Field Detail

      • field

        protected Field field
    • Constructor Detail

      • FieldGetter

        public FieldGetter​(Field f)
    • Method Detail

      • getField

        public Field getField()
      • getAnnotation

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