public static final class ClassUtil.Ctor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.annotation.Annotation[] |
_annotations |
java.lang.reflect.Constructor<?> |
_ctor |
private java.lang.annotation.Annotation[][] |
_paramAnnotations |
private int |
_paramCount |
Constructor and Description |
---|
Ctor(java.lang.reflect.Constructor<?> ctor) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Constructor<?> |
getConstructor() |
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
java.lang.Class<?> |
getDeclaringClass() |
int |
getParamCount() |
java.lang.annotation.Annotation[][] |
getParameterAnnotations() |
public final java.lang.reflect.Constructor<?> _ctor
private java.lang.annotation.Annotation[] _annotations
private java.lang.annotation.Annotation[][] _paramAnnotations
private int _paramCount
public java.lang.reflect.Constructor<?> getConstructor()
public int getParamCount()
public java.lang.Class<?> getDeclaringClass()
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
public java.lang.annotation.Annotation[][] getParameterAnnotations()