public abstract class RawMember extends Object
ResolvedType
when requested, and form the input to eventual full flattening of type members.Modifier and Type | Field and Description |
---|---|
protected ResolvedType |
_declaringType
ResolvedType (class with generic type parameters) that declared
this member |
Modifier | Constructor and Description |
---|---|
protected |
RawMember(ResolvedType context) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object o) |
Annotation[] |
getAnnotations() |
ResolvedType |
getDeclaringType() |
protected int |
getModifiers() |
String |
getName() |
abstract Member |
getRawMember() |
int |
hashCode() |
boolean |
isAbstract() |
boolean |
isStatic() |
String |
toString() |
protected final ResolvedType _declaringType
ResolvedType
(class with generic type parameters) that declared
this memberprotected RawMember(ResolvedType context)
public final ResolvedType getDeclaringType()
public abstract Member getRawMember()
public String getName()
public boolean isAbstract()
public boolean isStatic()
public Annotation[] getAnnotations()
protected final int getModifiers()
Copyright © 2012 fasterxml.com. All Rights Reserved.