Class OrderedAnnotatedMethodProvider


  • public final class OrderedAnnotatedMethodProvider
    extends java.lang.ClassValue<java.lang.reflect.Method[]>
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderedAnnotatedMethodProvider​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.reflect.Method[] computeValue​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.ClassValue

        get, remove
      • Methods inherited from class java.lang.Object

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

      • OrderedAnnotatedMethodProvider

        @SafeVarargs
        public OrderedAnnotatedMethodProvider​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations)
    • Method Detail

      • computeValue

        protected java.lang.reflect.Method[] computeValue​(java.lang.Class<?> type)
        Specified by:
        computeValue in class java.lang.ClassValue<java.lang.reflect.Method[]>