Class AnnotationHandler
java.lang.Object
io.quarkus.micrometer.deployment.binder.mpmetrics.AnnotationHandler
Create beans to handle MP Metrics API annotations.
It is ok to import and use classes that reference MP Metrics classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanremoveCountedWhenTimed(org.jboss.jandex.DotName sourceAnnotation, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.MethodInfo methodInfo) (package private) static AnnotationsTransformerBuildItemtransformAnnotations(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName meterAnnotation) (package private) static AnnotationsTransformerBuildItemtransformAnnotations(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName sourceAnnotationName, org.jboss.jandex.DotName targetAnnotationName)
-
Constructor Details
-
AnnotationHandler
public AnnotationHandler()
-
-
Method Details
-
transformAnnotations
static AnnotationsTransformerBuildItem transformAnnotations(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName meterAnnotation) -
transformAnnotations
static AnnotationsTransformerBuildItem transformAnnotations(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName sourceAnnotationName, org.jboss.jandex.DotName targetAnnotationName) -
removeCountedWhenTimed
static boolean removeCountedWhenTimed(org.jboss.jandex.DotName sourceAnnotation, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.MethodInfo methodInfo)
-