public class InterceptorInfo extends BeanInfo implements Comparable<InterceptorInfo>
InjectionTargetInfo.TargetKind| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(InterceptorInfo other) |
Set<org.jboss.jandex.AnnotationInstance> |
getBindings() |
int |
getPriority() |
boolean |
intercepts(javax.enterprise.inject.spi.InterceptionType interceptionType) |
boolean |
isInterceptor() |
String |
toString() |
asBean, equals, getAllInjectionPoints, getAlternativePriority, getBeanClass, getDeclaringBean, getDisposer, getIdentifier, getImplClazz, getName, getProviderType, getQualifiers, getScope, getStereotypes, getTarget, getType, getTypes, hasAroundInvokeInterceptors, hasDefaultQualifiers, hashCode, hasLifecycleInterceptors, hasType, isAlternative, isAssignableTo, isClassBean, isDefaultBean, isProducerField, isProducerMethod, isRemovable, isSynthetic, kindclone, finalize, getClass, notify, notifyAll, wait, wait, waitasDisposer, asObserverpublic Set<org.jboss.jandex.AnnotationInstance> getBindings()
public int getPriority()
public boolean intercepts(javax.enterprise.inject.spi.InterceptionType interceptionType)
public boolean isInterceptor()
isInterceptor in class BeanInfopublic int compareTo(InterceptorInfo other)
compareTo in interface Comparable<InterceptorInfo>Copyright © 2021 JBoss by Red Hat. All rights reserved.