Uses of Class
fish.payara.microprofile.metrics.cdi.AnnotationReader
-
Packages that use AnnotationReader Package Description fish.payara.microprofile.metrics.cdi -
-
Uses of AnnotationReader in fish.payara.microprofile.metrics.cdi
Fields in fish.payara.microprofile.metrics.cdi declared as AnnotationReader Modifier and Type Field Description static AnnotationReader<org.eclipse.microprofile.metrics.annotation.ConcurrentGauge>AnnotationReader. CONCURRENT_GAUGEstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.Counted>AnnotationReader. COUNTEDstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.Gauge>AnnotationReader. GAUGEstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.Metered>AnnotationReader. METEREDstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.Metric>AnnotationReader. METRICstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.SimplyTimed>AnnotationReader. SIMPLY_TIMEDstatic AnnotationReader<org.eclipse.microprofile.metrics.annotation.Timed>AnnotationReader. TIMEDMethods in fish.payara.microprofile.metrics.cdi that return AnnotationReader Modifier and Type Method Description AnnotationReader<T>AnnotationReader. asType(org.eclipse.microprofile.metrics.MetricType type)If thisAnnotationReaderreadsMetricAnnotationit can be associated with differentMetricTypeso that the provided type is used when creatingMetadatausing theAnnotationReader.static <T extends Annotation>
AnnotationReader<T>AnnotationReader. forAnnotation(Class<T> annotationType)GetAnnotationReaderfor a providedAnnotation.Methods in fish.payara.microprofile.metrics.cdi that return types with arguments of type AnnotationReader Modifier and Type Method Description static Iterable<AnnotationReader<?>>AnnotationReader. readers()
-