| Modifier and Type | Class and Description |
|---|---|
class |
RawBeanInfo |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanInfo.getSuperclass()
Returns BeanInfo of its superclass or null if there is no superclass.
|
BeanInfo |
RawBeanInfo.getSuperclass() |
BeanInfo |
RawBeanInfo.getSuperClassInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
RawBeanInfo.setSuperClassInfo(BeanInfo superClassInfo) |
| Constructor and Description |
|---|
RawBeanInfo(String simpleName,
String packageName,
Collection<AnnotationInfo> annotationInfos,
BeanInfo superClassInfo) |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanInfoAdapter.convert(T input) |
| Modifier and Type | Class and Description |
|---|---|
class |
CDIBeanInfo |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
CDIBeanInfoAdapter.convert(Class<?> input) |
BeanInfo |
CDIBeanInfo.getSuperclass() |
| Modifier and Type | Method and Description |
|---|---|
MetricResolver.Of<org.eclipse.microprofile.metrics.annotation.ConcurrentGauge> |
MetricResolver.concurrentGauge(BeanInfo topClass,
MemberInfo element) |
MetricResolver.Of<org.eclipse.microprofile.metrics.annotation.Counted> |
MetricResolver.counted(BeanInfo topClass,
MemberInfo element) |
MetricResolver.Of<org.eclipse.microprofile.metrics.annotation.Gauge> |
MetricResolver.gauge(BeanInfo topClass,
MemberInfo method) |
MetricResolver.Of<org.eclipse.microprofile.metrics.annotation.Metered> |
MetricResolver.metered(BeanInfo topClass,
MemberInfo element) |
MetricResolver.Of<org.eclipse.microprofile.metrics.annotation.Timed> |
MetricResolver.timed(BeanInfo bean,
MemberInfo element) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetricsMetadata.registerMetrics(org.eclipse.microprofile.metrics.MetricRegistry registry,
MetricResolver resolver,
BeanInfo bean,
MemberInfo element) |
Copyright © 2018–2019. All rights reserved.