Class MethodGetter

All Implemented Interfaces:
PropertyGetter

public class MethodGetter extends PropertyGetterBase
MethodGetter
Author:
shih-chang.chen@oracle.com
  • Constructor Details

    • MethodGetter

      public MethodGetter(Method m)
  • Method Details

    • getMethod

      public Method getMethod()
    • getAnnotation

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

      public Object get(Object instance)