Class MetaAnnotatedMethod

    • Field Detail

      • parameterAnnotations

        private final java.lang.annotation.Annotation[][] parameterAnnotations
    • Constructor Detail

      • MetaAnnotatedMethod

        public MetaAnnotatedMethod​(java.lang.reflect.Method method)
    • Method Detail

      • getParameterAnnotations

        public java.lang.annotation.Annotation[][] getParameterAnnotations()
        Specified by:
        getParameterAnnotations in interface AnnotatedMethod<java.lang.reflect.Method>
      • getDeclaringClass

        public java.lang.Class<?> getDeclaringClass()
        Specified by:
        getDeclaringClass in interface java.lang.reflect.Member
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface java.lang.reflect.Member
      • getModifiers

        public int getModifiers()
        Specified by:
        getModifiers in interface java.lang.reflect.Member
      • isVarArgs

        public boolean isVarArgs()
        Specified by:
        isVarArgs in interface AnnotatedMethod<java.lang.reflect.Method>
      • isSynthetic

        public boolean isSynthetic()
        Specified by:
        isSynthetic in interface java.lang.reflect.Member