public interface WeldConstructor<T> extends WeldCallable<T,T,Constructor<T>>, javax.enterprise.inject.spi.AnnotatedConstructor<T>
MAPPED_PARAMETER_ANNOTATIONS
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier and Type | Method and Description |
---|---|
ConstructorSignature |
getSignature() |
T |
newInstance(Object... parameters)
Creates a new instance of the class, using this constructor
|
getWeldParameters, getWeldParameters
getDeclaringType
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
T newInstance(Object... parameters) throws IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
ConstructorSignature getSignature()
Copyright © 2012 Seam Framework. All Rights Reserved.