public class ProxyClassConstructorInjectionPointWrapper<T> extends ConstructorInjectionPoint<T>
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. because the original is an abstract Decorator)
This class is immutable.| Constructor and Description |
|---|
ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean,
java.lang.Class<?> declaringComponentClass,
EnhancedAnnotatedConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Bean<?> |
getBean() |
AnnotatedConstructor<T> |
getComponentConstructor() |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns a set of
InjectionPoint instances of this constructor/method. |
java.lang.reflect.Member |
getMember() |
java.util.List<ParameterInjectionPoint<?,T>> |
getParameterInjectionPoints() |
<A extends java.lang.annotation.Annotation> |
getQualifier(java.lang.Class<A> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.reflect.Type |
getType() |
int |
hashCode() |
boolean |
isDelegate() |
boolean |
isTransient() |
protected T |
newInstance(java.lang.Object[] parameterValues) |
java.lang.String |
toString() |
getAnnotated, getParameterValues, getSignature, newInstancepublic ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean, java.lang.Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> weldConstructor, ConstructorInjectionPoint<T> originalConstructorInjectionPoint, BeanManagerImpl manager)
public java.util.List<ParameterInjectionPoint<?,T>> getParameterInjectionPoints()
protected T newInstance(java.lang.Object[] parameterValues)
newInstance in class ConstructorInjectionPoint<T>public AnnotatedConstructor<T> getComponentConstructor()
getComponentConstructor in class ConstructorInjectionPoint<T>public java.lang.reflect.Type getType()
getType in interface InjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointpublic <A extends java.lang.annotation.Annotation> A getQualifier(java.lang.Class<A> annotationType)
WeldInjectionPointAttributesgetQualifier in interface WeldInjectionPointAttributes<T,S extends java.lang.reflect.Member>public java.lang.reflect.Member getMember()
getMember in interface InjectionPointpublic java.util.Set<InjectionPoint> getInjectionPoints()
InjectionPoint instances of this constructor/method. This set never contains a
SpecialParameterInjectionPoint and is therefore suitable for use outside of Weld. The returned set
is immutable.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 Seam Framework. All Rights Reserved.