Package io.quarkus.arc.processor
Class InterceptorInfo
- java.lang.Object
-
- io.quarkus.arc.processor.BeanInfo
-
- io.quarkus.arc.processor.InterceptorInfo
-
- All Implemented Interfaces:
InjectionTargetInfo,Comparable<InterceptorInfo>
public class InterceptorInfo extends BeanInfo implements Comparable<InterceptorInfo>
- Author:
- Martin Kouba
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
InjectionTargetInfo.TargetKind
-
-
Field Summary
-
Fields inherited from class io.quarkus.arc.processor.BeanInfo
qualifiers, scope, target, types
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(InterceptorInfo other)org.jboss.jandex.MethodInfogetAroundConstruct()org.jboss.jandex.MethodInfogetAroundInvoke()Set<org.jboss.jandex.AnnotationInstance>getBindings()org.jboss.jandex.MethodInfogetPostConstruct()org.jboss.jandex.MethodInfogetPreDestroy()booleanintercepts(javax.enterprise.inject.spi.InterceptionType interceptionType)booleanisInterceptor()StringtoString()-
Methods inherited from class io.quarkus.arc.processor.BeanInfo
asBean, equals, getAllInjectionPoints, getAlternativePriority, getBeanClass, getBoundDecorators, getBoundInterceptors, getClientProxyPackageName, getDeclaringBean, getDisposer, getIdentifier, getImplClazz, getName, getPriority, getProviderType, getQualifier, getQualifiers, getScope, getStereotypes, getTarget, getTargetPackageName, getType, getTypes, hasAroundInvokeInterceptors, hasDefaultQualifiers, hasDestroyLogic, hashCode, hasInjectionPoint, hasLifecycleInterceptors, hasType, isAlternative, isAssignableTo, isClassBean, isDecorator, isDefaultBean, isForceApplicationClass, isProducerField, isProducerMethod, isRemovable, isSynthetic, kind
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
asDisposer, asObserver
-
-
-
-
Method Detail
-
getBindings
public Set<org.jboss.jandex.AnnotationInstance> getBindings()
-
getAroundInvoke
public org.jboss.jandex.MethodInfo getAroundInvoke()
-
getAroundConstruct
public org.jboss.jandex.MethodInfo getAroundConstruct()
-
getPostConstruct
public org.jboss.jandex.MethodInfo getPostConstruct()
-
getPreDestroy
public org.jboss.jandex.MethodInfo getPreDestroy()
-
intercepts
public boolean intercepts(javax.enterprise.inject.spi.InterceptionType interceptionType)
-
isInterceptor
public boolean isInterceptor()
- Overrides:
isInterceptorin classBeanInfo
-
compareTo
public int compareTo(InterceptorInfo other)
- Specified by:
compareToin interfaceComparable<InterceptorInfo>
-
-