Package org.jboss.weld.util.bean
Class SerializableForwardingBean<T>
java.lang.Object
org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
org.jboss.weld.util.bean.IsolatedForwardingBean<T>
org.jboss.weld.bean.ForwardingBean<T>
org.jboss.weld.util.bean.SerializableForwardingBean<T>
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>,Serializable,WrappedContextual<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
IsolatedForwardingBean.Impl<T> -
Constructor Summary
ConstructorsConstructorDescriptionSerializableForwardingBean(String contextId, jakarta.enterprise.inject.spi.Bean<T> bean) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.Bean<T>delegate()static <T> SerializableForwardingBean<T>Methods inherited from class org.jboss.weld.bean.ForwardingBean
attributes, toStringMethods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCodeMethods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Constructor Details
-
SerializableForwardingBean
-
-
Method Details
-
of
public static <T> SerializableForwardingBean<T> of(String contextId, jakarta.enterprise.inject.spi.Bean<T> bean) -
delegate
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classForwardingBean<T>
-