| Package | Description |
|---|---|
| io.smallrye.metrics.elementdesc | |
| io.smallrye.metrics.elementdesc.adapter.cdi |
| Modifier and Type | Method and Description |
|---|---|
MemberType |
RawMemberInfo.getMemberType() |
MemberType |
MemberInfo.getMemberType() |
static MemberType |
MemberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberType[] |
MemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawMemberInfo.setMemberType(MemberType memberType) |
| Constructor and Description |
|---|
RawMemberInfo(MemberType memberType,
String declaringClassName,
String declaringClassSimpleName,
String name,
Collection<AnnotationInfo> annotationInfos) |
RawMemberInfo(MemberType memberType,
String declaringClassName,
String declaringClassSimpleName,
String name,
Collection<AnnotationInfo> annotationInfos,
String[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
MemberType |
CDIMemberInfo.getMemberType() |
Copyright © 2018–2021. All rights reserved.