public abstract class ForwardingInterceptor<T> extends IsolatedForwardingInterceptor<T>
Interceptor.IsolatedForwardingInterceptor.Impl<T>| Constructor and Description |
|---|
ForwardingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanAttributes<T> |
attributes() |
abstract javax.enterprise.inject.spi.Interceptor<T> |
delegate() |
String |
toString() |
getInterceptorBindings, intercept, interceptscreate, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic abstract javax.enterprise.inject.spi.Interceptor<T> delegate()
delegate in interface WrappedContextual<T>delegate in class IsolatedForwardingInterceptor<T>protected javax.enterprise.inject.spi.BeanAttributes<T> attributes()
attributes in class ForwardingBeanAttributes<T>public String toString()
toString in class IsolatedForwardingBean<T>Copyright © 2017. All rights reserved.