public final class ResolvedConstructor extends ResolvedMember
| Modifier and Type | Field and Description |
|---|---|
protected ResolvedType[] |
_argumentTypes |
protected Constructor<?> |
_constructor |
protected int |
_hashCode |
_annotations, _declaringType| Constructor and Description |
|---|
ResolvedConstructor(ResolvedType context,
Annotations ann,
Constructor<?> constructor,
ResolvedType[] argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getArgumentCount()
Returns number of arguments method takes.
|
ResolvedType |
getArgumentType(int index) |
Constructor<?> |
getRawMember()
Returns JDK object that represents member.
|
ResolvedType |
getType()
Returns type of this member; if it has one, for methods this is the
return type, for fields field type, and for constructors null.
|
int |
hashCode() |
applyDefault, applyOverride, applyOverrides, get, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toStringprotected final Constructor<?> _constructor
protected final ResolvedType[] _argumentTypes
protected final int _hashCode
public ResolvedConstructor(ResolvedType context, Annotations ann, Constructor<?> constructor, ResolvedType[] argumentTypes)
public Constructor<?> getRawMember()
ResolvedMembergetRawMember in class ResolvedMemberpublic ResolvedType getType()
ResolvedMembergetType in class ResolvedMemberpublic int getArgumentCount()
public ResolvedType getArgumentType(int index)
Copyright © 2013 fasterxml.com. All Rights Reserved.