com.fasterxml.classmate.members
Class RawConstructor

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

public final class RawConstructor
extends RawMember


Field Summary
protected  Constructor<?> _constructor
           
protected  int _hashCode
           
 
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, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_constructor

protected final Constructor<?> _constructor

_hashCode

protected final int _hashCode
Constructor Detail

RawConstructor

public RawConstructor(ResolvedType context,
                      Constructor<?> constructor)
Method Detail

createKey

public MethodKey createKey()
Although constructors are different from other methods, we can use MethodKey easily.


getRawMember

public Constructor<?> getRawMember()
Specified by:
getRawMember in class RawMember

hashCode

public int hashCode()
Specified by:
hashCode in class RawMember

equals

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


Copyright © 2012 fasterxml.com. All Rights Reserved.