public final class RawConstructor extends RawMember
Modifier and Type | Field and Description |
---|---|
protected Constructor<?> |
_constructor |
protected int |
_hashCode |
_declaringType
Constructor and Description |
---|
RawConstructor(ResolvedType context,
Constructor<?> constructor) |
Modifier and Type | Method and Description |
---|---|
MethodKey |
createKey()
Although constructors are different from other methods, we can use
MethodKey easily. |
boolean |
equals(Object o) |
Constructor<?> |
getRawMember() |
int |
hashCode() |
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
protected final Constructor<?> _constructor
protected final int _hashCode
public RawConstructor(ResolvedType context, Constructor<?> constructor)
public MethodKey createKey()
MethodKey
easily.public Constructor<?> getRawMember()
getRawMember
in class RawMember
Copyright © 2015 fasterxml.com. All rights reserved.