public class ConstructorAccessImpl<T> extends Object implements ConstructorAccess
| Constructor and Description |
|---|
ConstructorAccessImpl(Constructor<T> method) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationData |
annotation(String annotationName) |
Iterable<AnnotationData> |
annotationData() |
T |
create(Object... args) |
Type[] |
getGenericParameterTypes() |
boolean |
hasAnnotation(String annotationName) |
Class<?>[] |
parameterTypes() |
String |
toString() |
public ConstructorAccessImpl(Constructor<T> method)
public Iterable<AnnotationData> annotationData()
annotationData in interface Annotatedpublic boolean hasAnnotation(String annotationName)
hasAnnotation in interface Annotatedpublic AnnotationData annotation(String annotationName)
annotation in interface Annotatedpublic Class<?>[] parameterTypes()
parameterTypes in interface BaseAccesspublic Type[] getGenericParameterTypes()
getGenericParameterTypes in interface BaseAccesspublic T create(Object... args)
create in interface ConstructorAccessCopyright © 2014. All rights reserved.