Modifier and Type | Field and Description |
---|---|
Constructor<?> |
_ctor |
Constructor and Description |
---|
Ctor(Constructor<?> ctor) |
Modifier and Type | Method and Description |
---|---|
Constructor<?> |
getConstructor() |
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getDeclaringClass() |
int |
getParamCount() |
Annotation[][] |
getParameterAnnotations() |
public final Constructor<?> _ctor
public Ctor(Constructor<?> ctor)
public Constructor<?> getConstructor()
public int getParamCount()
public Class<?> getDeclaringClass()
public Annotation[] getDeclaredAnnotations()
public Annotation[][] getParameterAnnotations()
Copyright © 2008–2020 FasterXML. All rights reserved.