public class UnbackedAnnotatedConstructor<X> extends UnbackedAnnotatedMember<X> implements AnnotatedConstructor<X>, Serializable
Constructor and Description |
---|
UnbackedAnnotatedConstructor(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<AnnotatedParameter<X>> originalParameters,
Constructor<X> constructor) |
Modifier and Type | Method and Description |
---|---|
Constructor<X> |
getJavaMember()
Get the underlying
Constructor . |
List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
static <X> AnnotatedConstructor<X> |
of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType) |
String |
toString() |
getDeclaringType, isStatic
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Constructor<X> constructor)
public static <X> AnnotatedConstructor<X> of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType)
public Constructor<X> getJavaMember()
AnnotatedConstructor
Get the underlying Constructor
.
getJavaMember
in interface AnnotatedConstructor<X>
getJavaMember
in interface AnnotatedMember<X>
public List<AnnotatedParameter<X>> getParameters()
AnnotatedCallable
Get the parameters of the callable member.
getParameters
in interface AnnotatedCallable<X>
Copyright © 2013 Seam Framework. All Rights Reserved.