T - public abstract class AbstractFacade<T,X>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFacade.AbstractFacadeSerializationProxy<T,X> |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFacade(InjectionPoint injectionPoint,
CreationalContext<? super T> creationalContext,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected BeanManagerImpl |
getBeanManager() |
protected CreationalContext<? super T> |
getCreationalContext() |
protected static java.lang.reflect.Type |
getFacadeType(InjectionPoint injectionPoint) |
protected InjectionPoint |
getInjectionPoint() |
protected java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
protected java.lang.reflect.Type |
getType() |
int |
hashCode() |
protected AbstractFacade(InjectionPoint injectionPoint, CreationalContext<? super T> creationalContext, BeanManagerImpl beanManager)
protected static java.lang.reflect.Type getFacadeType(InjectionPoint injectionPoint)
protected BeanManagerImpl getBeanManager()
protected java.util.Set<java.lang.annotation.Annotation> getQualifiers()
protected java.lang.reflect.Type getType()
protected InjectionPoint getInjectionPoint()
protected CreationalContext<? super T> getCreationalContext()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2014. All Rights Reserved.