public class SerializableForwardingBean<T> extends ForwardingBean<T> implements Serializable
IsolatedForwardingBean.Impl<T>| Constructor and Description |
|---|
SerializableForwardingBean(String contextId,
Bean<T> bean) |
| Modifier and Type | Method and Description |
|---|---|
Bean<T> |
delegate() |
static <T> SerializableForwardingBean<T> |
of(String contextId,
Bean<T> bean) |
attributes, toStringcreate, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativepublic static <T> SerializableForwardingBean<T> of(String contextId, Bean<T> bean)
public Bean<T> delegate()
delegate in interface WrappedContextual<T>delegate in class ForwardingBean<T>Copyright © 2016. All Rights Reserved.