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,
SharedObjectCache cache) |
| 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,
SharedObjectCache cache) |
String |
toString() |
getDeclaringType, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)
public static <X> AnnotatedConstructor<X> of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)
public Constructor<X> getJavaMember()
AnnotatedConstructor
Get the underlying Constructor.
getJavaMember in interface AnnotatedConstructor<X>getJavaMember in interface AnnotatedMember<X>public List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>Copyright © 2014 Seam Framework. All Rights Reserved.