Package io.quarkus.deployment.recording
Interface AnnotationProxyProvider.AnnotationProxy
-
- Enclosing class:
- AnnotationProxyProvider
public static interface AnnotationProxyProvider.AnnotationProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.jandex.ClassInfogetAnnotationClass()org.jboss.jandex.AnnotationInstancegetAnnotationInstance()StringgetAnnotationLiteralType()Map<String,Object>getDefaultValues()Map<String,Object>getValues()
-
-
-
Method Detail
-
getAnnotationLiteralType
String getAnnotationLiteralType()
-
getAnnotationClass
org.jboss.jandex.ClassInfo getAnnotationClass()
-
getAnnotationInstance
org.jboss.jandex.AnnotationInstance getAnnotationInstance()
-
-