public class UnbackedAnnotatedConstructor<X> extends UnbackedAnnotatedMember<X> implements AnnotatedConstructor<X>, java.io.Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedConstructor(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
java.util.List<AnnotatedParameter<X>> originalParameters,
java.lang.reflect.Constructor<X> constructor,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Constructor<X> |
getJavaMember()
Get the underlying
Constructor. |
java.util.List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
static <X> AnnotatedConstructor<X> |
of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache) |
java.lang.String |
toString() |
getDeclaringType, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentgetAnnotationsByTypepublic UnbackedAnnotatedConstructor(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
java.util.List<AnnotatedParameter<X>> originalParameters,
java.lang.reflect.Constructor<X> constructor,
SharedObjectCache cache)
public static <X> AnnotatedConstructor<X> of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)
public java.lang.reflect.Constructor<X> getJavaMember()
AnnotatedConstructor
Get the underlying Constructor.
getJavaMember in interface AnnotatedConstructor<X>getJavaMember in interface AnnotatedMember<X>public java.util.List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.