Package com.fasterxml.classmate.members
Class RawMethod
- java.lang.Object
-
- com.fasterxml.classmate.members.RawMember
-
- com.fasterxml.classmate.members.RawMethod
-
public final class RawMethod extends RawMember
-
-
Field Summary
Fields Modifier and Type Field Description protected int
_hashCode
protected java.lang.reflect.Method
_method
-
Fields inherited from class com.fasterxml.classmate.members.RawMember
_declaringType
-
-
Constructor Summary
Constructors Constructor Description RawMethod(ResolvedType context, java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodKey
createKey()
boolean
equals(java.lang.Object o)
java.lang.reflect.Method
getRawMember()
int
hashCode()
boolean
isAbstract()
boolean
isNative()
boolean
isStrict()
boolean
isSynchronized()
-
Methods inherited from class com.fasterxml.classmate.members.RawMember
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
-
-
-
-
Constructor Detail
-
RawMethod
public RawMethod(ResolvedType context, java.lang.reflect.Method method)
-
-
Method Detail
-
getRawMember
public java.lang.reflect.Method getRawMember()
- Specified by:
getRawMember
in classRawMember
-
isAbstract
public boolean isAbstract()
-
isStrict
public boolean isStrict()
-
isNative
public boolean isNative()
-
isSynchronized
public boolean isSynchronized()
-
createKey
public MethodKey createKey()
-
-