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() |
abstract int |
hashCode() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
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 isStatic()
public boolean isFinal()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public Annotation[] getAnnotations()
protected final int getModifiers()
Copyright © 2015 fasterxml.com. All rights reserved.