T
- public abstract class AbstractFacade<T,X> extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractFacade.AbstractFacadeSerializationProxy<T,X> |
Modifier | Constructor and Description |
---|---|
protected |
AbstractFacade(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
javax.enterprise.context.spi.CreationalContext<? super T> creationalContext,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected BeanManagerImpl |
getBeanManager() |
protected javax.enterprise.context.spi.CreationalContext<? super T> |
getCreationalContext() |
protected static Type |
getFacadeType(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
protected javax.enterprise.inject.spi.InjectionPoint |
getInjectionPoint() |
protected Set<Annotation> |
getQualifiers() |
protected Type |
getType() |
int |
hashCode() |
protected AbstractFacade(javax.enterprise.inject.spi.InjectionPoint injectionPoint, javax.enterprise.context.spi.CreationalContext<? super T> creationalContext, BeanManagerImpl beanManager)
protected static Type getFacadeType(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
protected BeanManagerImpl getBeanManager()
protected Set<Annotation> getQualifiers()
protected Type getType()
protected javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
protected javax.enterprise.context.spi.CreationalContext<? super T> getCreationalContext()
Copyright © 2016. All rights reserved.