Class MetricAnnotationInfo

java.lang.Object
io.quarkus.micrometer.deployment.binder.mpmetrics.MetricAnnotationInfo

public class MetricAnnotationInfo extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) String
     
    (package private) String
     
    (package private) List<org.jboss.jandex.AnnotationValue>
     
    (package private) String[]
     
    (package private) String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    (package private) static String
    append(String... values)
     
    (package private) static String[]
    createTags(org.jboss.jandex.AnnotationInstance annotation, org.jboss.jandex.IndexView index)
     
    org.jboss.jandex.AnnotationValue[]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • output

      List<org.jboss.jandex.AnnotationValue> output
    • name

      String name
    • description

      String description
    • unit

      String unit
    • tags

      String[] tags
  • 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

      static String append(String... values)
    • createTags

      static String[] createTags(org.jboss.jandex.AnnotationInstance annotation, org.jboss.jandex.IndexView index)
    • getAnnotationValues

      public org.jboss.jandex.AnnotationValue[] getAnnotationValues()