Class AnnotationSupport


  • final class AnnotationSupport
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <A extends java.lang.annotation.Annotation>
      A
      annotationForMap​(java.lang.Class<A> annotationClass, java.util.Map<java.lang.String,​java.lang.Object> memberValues)  
      • Methods inherited from class java.lang.Object

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

      • AnnotationSupport

        AnnotationSupport()
    • Method Detail

      • annotationForMap

        static <A extends java.lang.annotation.Annotation> A annotationForMap​(java.lang.Class<A> annotationClass,
                                                                              java.util.Map<java.lang.String,​java.lang.Object> memberValues)