Class DirectiveJavaAnnotationUtil


  • public class DirectiveJavaAnnotationUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.stream.Stream<java.lang.annotation.Annotation> getDirectiveAnnotations​(java.lang.reflect.AnnotatedElement annotatedElement)  
      static java.lang.String getName​(java.lang.annotation.Annotation annotation)  
      • Methods inherited from class java.lang.Object

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

      • DirectiveJavaAnnotationUtil

        public DirectiveJavaAnnotationUtil()
    • Method Detail

      • getDirectiveAnnotations

        public static java.util.stream.Stream<java.lang.annotation.Annotation> getDirectiveAnnotations​(java.lang.reflect.AnnotatedElement annotatedElement)
      • getName

        public static java.lang.String getName​(java.lang.annotation.Annotation annotation)