public class SerializableForwardingBean<T> extends ForwardingBean<T> implements Serializable
IsolatedForwardingBean.Impl<T>
Constructor and Description |
---|
SerializableForwardingBean(String contextId,
javax.enterprise.inject.spi.Bean<T> bean) |
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.spi.Bean<T> |
delegate() |
static <T> SerializableForwardingBean<T> |
of(String contextId,
javax.enterprise.inject.spi.Bean<T> bean) |
attributes, toString
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
public static <T> SerializableForwardingBean<T> of(String contextId, javax.enterprise.inject.spi.Bean<T> bean)
protected javax.enterprise.inject.spi.Bean<T> delegate()
delegate
in class ForwardingBean<T>
Copyright © 2016. All rights reserved.