com.fasterxml.classmate.members
Class RawMethod

java.lang.Object
  extended by com.fasterxml.classmate.members.RawMember
      extended by com.fasterxml.classmate.members.RawMethod

public class RawMethod
extends RawMember


Field Summary
protected  Method _method
           
 
Fields inherited from class com.fasterxml.classmate.members.RawMember
_declaringType
 
Constructor Summary
RawMethod(ResolvedType context, Method method)
           
 
Method Summary
 MethodKey createKey()
           
 boolean equals(Object o)
           
 Method getRawMember()
           
 
Methods inherited from class com.fasterxml.classmate.members.RawMember
getAnnotations, getDeclaringType, getModifiers, getName, hashCode, isAbstract, isStatic, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_method

protected final Method _method
Constructor Detail

RawMethod

public RawMethod(ResolvedType context,
                 Method method)
Method Detail

getRawMember

public Method getRawMember()
Specified by:
getRawMember in class RawMember

createKey

public MethodKey createKey()

equals

public boolean equals(Object o)
Specified by:
equals in class RawMember


Copyright © 2011 fasterxml.com. All Rights Reserved.