public abstract static class WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S> extends Object implements Serializable
| Constructor and Description |
|---|
WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint,
WeldManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected WeldManager |
getBeanManager() |
protected Bean<T> |
getDeclaringBean() |
protected String |
getDeclaringBeanId() |
protected WeldClass<?> |
getDeclaringWeldClass() |
protected <E extends Service> |
getService(Class<E> serviceClass) |
public WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint, WeldManager beanManager)
protected WeldClass<?> getDeclaringWeldClass()
protected String getDeclaringBeanId()
protected WeldManager getBeanManager()
Copyright © 2016 Seam Framework. All Rights Reserved.