Interface PropertyGetter

All Known Implementing Classes:
FieldGetter, MethodGetter, PropertyGetterBase

public interface PropertyGetter
PropertyGetter
Author:
[email protected]
  • Method Details

    • getType

      Class getType()
    • getAnnotation

      <A> A getAnnotation(Class<A> annotationType)
    • get

      Object get(Object instance)