public abstract class ValidationEnabledAnnotatedCallable<T> extends Object implements AnnotatedCallable<T>
| Constructor and Description |
|---|
ValidationEnabledAnnotatedCallable(AnnotatedCallable<T> callable) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
AnnotatedType<T> |
getDeclaringType() |
List<AnnotatedParameter<T>> |
getParameters() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isStatic() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaMemberpublic ValidationEnabledAnnotatedCallable(AnnotatedCallable<T> callable)
public boolean isStatic()
isStatic in interface AnnotatedMember<T>public AnnotatedType<T> getDeclaringType()
getDeclaringType in interface AnnotatedMember<T>public List<AnnotatedParameter<T>> getParameters()
getParameters in interface AnnotatedCallable<T>public Type getBaseType()
getBaseType in interface Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface AnnotatedCopyright © 2007-2014 Red Hat, Inc. All Rights Reserved