public abstract static class WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S> extends Object implements Serializable
Constructor and Description |
---|
WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint) |
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.spi.Bean<T> |
getDeclaringBean() |
protected String |
getDeclaringBeanId() |
protected WeldClass<?> |
getDeclaringWeldClass() |
protected <E extends org.jboss.weld.bootstrap.api.Service> |
getService(Class<E> serviceClass) |
public WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint)
protected javax.enterprise.inject.spi.Bean<T> getDeclaringBean()
protected WeldClass<?> getDeclaringWeldClass()
protected String getDeclaringBeanId()
protected <E extends org.jboss.weld.bootstrap.api.Service> E getService(Class<E> serviceClass)
Copyright © 2013 Seam Framework. All rights reserved.