org.hibernate.validator.internal.cdi.interceptor
Class ValidationEnabledAnnotatedCallable<T>

java.lang.Object
  extended by org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable<T>
All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedCallable<T>, javax.enterprise.inject.spi.AnnotatedMember<T>
Direct Known Subclasses:
ValidationEnabledAnnotatedConstructor, ValidationEnabledAnnotatedMethod

public abstract class ValidationEnabledAnnotatedCallable<T>
extends Object
implements javax.enterprise.inject.spi.AnnotatedCallable<T>

Author:
Hardy Ferentschik

Constructor Summary
ValidationEnabledAnnotatedCallable(javax.enterprise.inject.spi.AnnotatedCallable<T> callable)
           
 
Method Summary
<A extends Annotation>
A
getAnnotation(Class<A> annotationType)
           
 Set<Annotation> getAnnotations()
           
 Type getBaseType()
           
 javax.enterprise.inject.spi.AnnotatedType<T> getDeclaringType()
           
 List<javax.enterprise.inject.spi.AnnotatedParameter<T>> getParameters()
           
 Set<Type> getTypeClosure()
           
 boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
           
 boolean isStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getJavaMember
 

Constructor Detail

ValidationEnabledAnnotatedCallable

public ValidationEnabledAnnotatedCallable(javax.enterprise.inject.spi.AnnotatedCallable<T> callable)
Method Detail

isStatic

public boolean isStatic()
Specified by:
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<T>

getDeclaringType

public javax.enterprise.inject.spi.AnnotatedType<T> getDeclaringType()
Specified by:
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<T>

getParameters

public List<javax.enterprise.inject.spi.AnnotatedParameter<T>> getParameters()
Specified by:
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<T>

getBaseType

public Type getBaseType()
Specified by:
getBaseType in interface javax.enterprise.inject.spi.Annotated

getTypeClosure

public Set<Type> getTypeClosure()
Specified by:
getTypeClosure in interface javax.enterprise.inject.spi.Annotated

getAnnotation

public <A extends Annotation> A getAnnotation(Class<A> annotationType)
Specified by:
getAnnotation in interface javax.enterprise.inject.spi.Annotated

getAnnotations

public Set<Annotation> getAnnotations()
Specified by:
getAnnotations in interface javax.enterprise.inject.spi.Annotated

isAnnotationPresent

public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
Specified by:
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated


Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved