public final class RawMethod extends RawMember
| Modifier and Type | Field and Description |
|---|---|
protected int |
_hashCode |
protected Method |
_method |
_declaringType| Constructor and Description |
|---|
RawMethod(ResolvedType context,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
MethodKey |
createKey() |
boolean |
equals(Object o) |
Method |
getRawMember() |
int |
hashCode() |
boolean |
isAbstract() |
boolean |
isNative() |
boolean |
isStrict() |
boolean |
isSynchronized() |
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toStringprotected final Method _method
protected final int _hashCode
public RawMethod(ResolvedType context, Method method)
public Method getRawMember()
getRawMember in class RawMemberpublic boolean isAbstract()
public boolean isStrict()
public boolean isNative()
public boolean isSynchronized()
public MethodKey createKey()
Copyright © 2012–2017 fasterxml.com. All rights reserved.