public class UnbackedAnnotatedConstructor<X> extends UnbackedAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedConstructor<X>, Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedConstructor(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters,
Constructor<X> constructor,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
Constructor<X> |
getJavaMember() |
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
of(javax.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache) |
String |
toString() |
getDeclaringType, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)
public static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> of(javax.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache)
public Constructor<X> getJavaMember()
public List<javax.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<X>Copyright © 2017. All rights reserved.