| Package | Description |
|---|---|
| io.smallrye.metrics.elementdesc | |
| io.smallrye.metrics.elementdesc.adapter | |
| io.smallrye.metrics.elementdesc.adapter.cdi | |
| io.smallrye.metrics.interceptors |
| Modifier and Type | Class and Description |
|---|---|
class |
RawAnnotationInfo |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
RawMemberInfo.getAnnotation(Class<T> metricClass) |
<T extends Annotation> |
BeanInfo.getAnnotation(Class<T> metric) |
<T extends Annotation> |
RawBeanInfo.getAnnotation(Class<T> metric) |
<T extends Annotation> |
MemberInfo.getAnnotation(Class<T> metric) |
AnnotationInfo[] |
RawBeanInfo.getInfosArray() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationInfo> |
RawMemberInfo.getAnnotationInfos() |
List<AnnotationInfo> |
RawBeanInfo.getAnnotationInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
RawBeanInfo.setInfosArray(AnnotationInfo[] infosArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
RawMemberInfo.setAnnotationInfos(List<AnnotationInfo> annotationInfos) |
void |
RawBeanInfo.setAnnotationInfos(List<AnnotationInfo> annotationInfos) |
| Constructor and Description |
|---|
RawBeanInfo(String simpleName,
String packageName,
Collection<AnnotationInfo> annotationInfos,
BeanInfo superClassInfo) |
RawMemberInfo(MemberType memberType,
String declaringClassName,
String declaringClassSimpleName,
String name,
Collection<AnnotationInfo> annotationInfos) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
AnnotationInfoAdapter.convert(I input) |
| Modifier and Type | Class and Description |
|---|---|
class |
CDIAnnotationInfo |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
CDIAnnotationInfoAdapter.convert(Annotation annotation) |
<T extends Annotation> |
CDIBeanInfo.getAnnotation(Class<T> metric) |
<X extends Annotation> |
CDIMemberInfo.getAnnotation(Class<X> metric) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
MetricResolver.Of.metricAnnotation() |
Copyright © 2018–2020. All rights reserved.