Class ViewControllerReflectionInspector.AnnotatedMethod<T>

java.lang.Object
io.jmix.flowui.sys.ViewControllerReflectionInspector.AnnotatedMethod<T>
Enclosing class:
ViewControllerReflectionInspector

public static class ViewControllerReflectionInspector.AnnotatedMethod<T> extends Object
  • Constructor Details

    • AnnotatedMethod

      public AnnotatedMethod(T annotation, Method method, MethodHandle methodHandle)
  • Method Details

    • getAnnotation

      public T getAnnotation()
    • getMethod

      public Method getMethod()
    • getMethodHandle

      public MethodHandle getMethodHandle()
    • toString

      public String toString()
      Overrides:
      toString in class Object