|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.resolution.ForwardingInterceptorResolvable
public class ForwardingInterceptorResolvable
| Constructor Summary | |
|---|---|
ForwardingInterceptorResolvable()
|
|
| Method Summary | ||
|---|---|---|
|
getAnnotation(java.lang.Class<A> annotationType)
Get the instance of the Annotation |
|
AbstractClassBean<?> |
getDeclaringBean()
Get the declaring the injection point, or null if there is none |
|
javax.enterprise.inject.spi.InterceptionType |
getInterceptionType()
|
|
java.lang.Class<?> |
getJavaClass()
Get the underlying java class used to generate this resolvable, or null if no java class was used |
|
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Get the bindings to use for resolution. |
|
java.util.Set<java.lang.reflect.Type> |
getTypeClosure()
The type closure of this resolvable |
|
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Check if an annotation is present |
|
boolean |
isAssignableTo(java.lang.Class<?> clazz)
Check if this resolvable's type closure includes the clazz passed as an argument |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardingInterceptorResolvable()
| Method Detail |
|---|
public javax.enterprise.inject.spi.InterceptionType getInterceptionType()
getInterceptionType in interface InterceptorResolvablepublic <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
Resolvable
getAnnotation in interface ResolvableA - the type of the annotationannotationType - the type of the annotation
public AbstractClassBean<?> getDeclaringBean()
Resolvable
getDeclaringBean in interface Resolvablepublic java.lang.Class<?> getJavaClass()
Resolvable
getJavaClass in interface Resolvablepublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
Resolvable
getQualifiers in interface Resolvablepublic java.util.Set<java.lang.reflect.Type> getTypeClosure()
Resolvable
getTypeClosure in interface Resolvablepublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Resolvable
isAnnotationPresent in interface ResolvableannotationType - the annotation type to look for
public boolean isAssignableTo(java.lang.Class<?> clazz)
Resolvable
isAssignableTo in interface Resolvableclazz - the class to check for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||