public final class RawConstructor extends RawMember
Modifier and Type | Field and Description |
---|---|
protected Constructor<?> |
_constructor |
_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, isAbstract, isStatic, toString
protected final Constructor<?> _constructor
public RawConstructor(ResolvedType context, Constructor<?> constructor)
public MethodKey createKey()
MethodKey
easily.public Constructor<?> getRawMember()
getRawMember
in class RawMember
Copyright © 2012 fasterxml.com. All Rights Reserved.