public abstract class MethodAntn extends Object
| Constructor and Description |
|---|
MethodAntn(Class<?> beanClass,
Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType()
Get annotation type.
|
protected String |
getParamOverride(String parameter,
io.helidon.microprofile.faulttolerance.MethodAntn.MatchingType type)
Returns override for parameter.
|
<A extends Annotation> |
lookupAnnotation(Class<A> annotClass)
Look up an annotation on the method.
|
abstract void |
validate()
Validate the annotation on this method.
|
public final <A extends Annotation> io.helidon.microprofile.faulttolerance.MethodAntn.LookupResult<A> lookupAnnotation(Class<A> annotClass)
A - Annotation class type param.annotClass - Annotation class.public abstract void validate()
public Class<? extends Annotation> annotationType()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.