public interface WeldConstructor<T> extends WeldCallable<T,T,Constructor<T>>, javax.enterprise.inject.spi.AnnotatedConstructor<T>
MAPPED_PARAMETER_ANNOTATIONSMAPPED_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, getWeldParametersgetDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticT newInstance(Object... parameters) throws IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException
IllegalArgumentExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionConstructorSignature getSignature()
Copyright © 2014 Seam Framework. All Rights Reserved.