public interface Interceptor<T> extends Bean<T>
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getInterceptorBindings() |
Object |
intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(InterceptionType type) |
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecreate, destroySet<Annotation> getInterceptorBindings()
boolean intercepts(InterceptionType type)
Object intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)
Copyright © 2025. All rights reserved.