public class ValidationEnabledAnnotatedConstructor<T> extends ValidationEnabledAnnotatedCallable<T> implements AnnotatedConstructor<T>
Constructor and Description |
---|
ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor) |
Modifier and Type | Method and Description |
---|---|
Constructor<T> |
getJavaMember()
Get the underlying
Constructor . |
getAnnotation, getAnnotations, getBaseType, getDeclaringType, getParameters, getTypeClosure, isAnnotationPresent, isStatic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor)
public Constructor<T> getJavaMember()
AnnotatedConstructor
Get the underlying Constructor
.
getJavaMember
in interface AnnotatedConstructor<T>
getJavaMember
in interface AnnotatedMember<T>
Copyright © 2017 JBoss by Red Hat. All rights reserved.