|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.classmate.members.RawMember
com.fasterxml.classmate.members.RawConstructor
public final class RawConstructor
| Field Summary | |
|---|---|
protected Constructor<?> |
_constructor
|
| Fields inherited from class com.fasterxml.classmate.members.RawMember |
|---|
_declaringType |
| Constructor Summary | |
|---|---|
RawConstructor(ResolvedType context,
Constructor<?> constructor)
|
|
| Method Summary | |
|---|---|
MethodKey |
createKey()
Although constructors are different from other methods, we can use MethodKey easily. |
boolean |
equals(Object o)
|
Constructor<?> |
getRawMember()
|
int |
hashCode()
|
| Methods inherited from class com.fasterxml.classmate.members.RawMember |
|---|
getAnnotations, getDeclaringType, getModifiers, getName, isAbstract, isStatic, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Constructor<?> _constructor
| Constructor Detail |
|---|
public RawConstructor(ResolvedType context,
Constructor<?> constructor)
| Method Detail |
|---|
public MethodKey createKey()
MethodKey easily.
public Constructor<?> getRawMember()
getRawMember in class RawMemberpublic int hashCode()
hashCode in class RawMemberpublic boolean equals(Object o)
equals in class RawMember
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||