Interface AnnotationProxyProvider.AnnotationProxy

Enclosing class:
AnnotationProxyProvider

public static interface AnnotationProxyProvider.AnnotationProxy
  • Method Details

    • getAnnotationLiteralType

      String getAnnotationLiteralType()
    • getAnnotationClass

      org.jboss.jandex.ClassInfo getAnnotationClass()
    • getAnnotationInstance

      org.jboss.jandex.AnnotationInstance getAnnotationInstance()
    • getDefaultValues

      Map<String,Object> getDefaultValues()
    • getValues

      Map<String,Object> getValues()