T - Annotation type.public static class FaultToleranceExtension.InterceptorBindingAnnotatedType<T extends Annotation> extends Object implements AnnotatedType<T>
| Constructor and Description |
|---|
InterceptorBindingAnnotatedType(AnnotatedType<T> delegate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends Annotation> |
getAnnotation(Class<R> annotationType)
Gets the annotation.
|
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<AnnotatedConstructor<T>> |
getConstructors() |
Set<AnnotatedField<? super T>> |
getFields() |
Class<T> |
getJavaClass() |
Set<AnnotatedMethod<? super T>> |
getMethods() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType)
Determines if annotation is present.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationspublic InterceptorBindingAnnotatedType(AnnotatedType<T> delegate)
delegate - Type delegate.public Class<T> getJavaClass()
getJavaClass in interface AnnotatedType<T extends Annotation>public Type getBaseType()
getBaseType in interface Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic Set<AnnotatedConstructor<T>> getConstructors()
getConstructors in interface AnnotatedType<T extends Annotation>public Set<AnnotatedMethod<? super T>> getMethods()
getMethods in interface AnnotatedType<T extends Annotation>public Set<AnnotatedField<? super T>> getFields()
getFields in interface AnnotatedType<T extends Annotation>public <R extends Annotation> R getAnnotation(Class<R> annotationType)
getAnnotation in interface AnnotatedR - Annotation type param.annotationType - Annotation type.public Set<Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface AnnotatedannotationType - Annotation type.Copyright © 2018–2019 Oracle Corporation. All rights reserved.