Package io.quarkus.arc
Interface InjectableInterceptor<T>
-
- Type Parameters:
T-
- All Superinterfaces:
javax.enterprise.inject.spi.Bean<T>,javax.enterprise.inject.spi.BeanAttributes<T>,javax.enterprise.context.spi.Contextual<T>,InjectableBean<T>,InjectableReferenceProvider<T>,javax.enterprise.inject.spi.Interceptor<T>
- All Known Implementing Classes:
InitializedInterceptor
public interface InjectableInterceptor<T> extends InjectableBean<T>, javax.enterprise.inject.spi.Interceptor<T>
Quarkus representation of an interceptor bean. This interface extends the standard CDIInterceptorinterface.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.arc.InjectableBean
InjectableBean.Kind
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default InjectableBean.KindgetKind()-
Methods inherited from interface io.quarkus.arc.InjectableBean
destroy, getAlternativePriority, getDeclaringBean, getIdentifier, getInjectionPoints, getName, getPriority, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isDefaultBean, isNullable, isSuppressed
-
Methods inherited from interface io.quarkus.arc.InjectableReferenceProvider
get
-
-
-
-
Method Detail
-
getKind
default InjectableBean.Kind getKind()
- Specified by:
getKindin interfaceInjectableBean<T>- Returns:
- the kind of the bean
- See Also:
InjectableBean.Kind
-
-