Class DefaultViewModelAnnotationResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class clazz, java.lang.Class<T> annotationClass)
      Get the specific annotation from the class
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.reflect.Method method, java.lang.Class<T> annotationClass)
      Get the specific annotation from the method
      java.lang.reflect.Method getOriginalMethod​(java.lang.Object base, java.lang.reflect.Method method)
      Get original method (if proxied)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultViewModelAnnotationResolver

        public DefaultViewModelAnnotationResolver()