Class MetricAnnotationInfo
java.lang.Object
io.quarkus.micrometer.deployment.binder.mpmetrics.MetricAnnotationInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetricAnnotationInfo(org.jboss.jandex.AnnotationInstance input, org.jboss.jandex.IndexView index, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.MethodInfo method, org.jboss.jandex.FieldInfo fieldInfo) -
Method Summary
Modifier and TypeMethodDescription(package private) static String(package private) static String[]createTags(org.jboss.jandex.AnnotationInstance annotation, org.jboss.jandex.IndexView index) org.jboss.jandex.AnnotationValue[]
-
Field Details
-
Constructor Details
-
MetricAnnotationInfo
MetricAnnotationInfo(org.jboss.jandex.AnnotationInstance input, org.jboss.jandex.IndexView index, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.MethodInfo method, org.jboss.jandex.FieldInfo fieldInfo)
-
-
Method Details
-
append
-
createTags
static String[] createTags(org.jboss.jandex.AnnotationInstance annotation, org.jboss.jandex.IndexView index) -
getAnnotationValues
public org.jboss.jandex.AnnotationValue[] getAnnotationValues()
-