Package com.fasterxml.classmate.members
Class RawMember
java.lang.Object
com.fasterxml.classmate.members.RawMember
- Direct Known Subclasses:
RawConstructor
,RawField
,RawMethod
Base class for all "raw" member (field, method, constructor) types; raw means that
actual types are not yet resolved, but relationship to declaring type is
retained for eventual resolution.
Instances are typically created by
ResolvedType
when requested, and form the input to eventual full flattening of type members.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResolvedType
ResolvedType
(class with generic type parameters) that declared this member -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_declaringType
ResolvedType
(class with generic type parameters) that declared this member
-
-
Constructor Details
-
RawMember
-
-
Method Details
-
getDeclaringType
-
getRawMember
-
getName
-
isStatic
public boolean isStatic() -
isFinal
public boolean isFinal() -
isPrivate
public boolean isPrivate() -
isProtected
public boolean isProtected() -
isPublic
public boolean isPublic() -
getAnnotations
-
equals
-
hashCode
public abstract int hashCode() -
toString
-
getModifiers
protected final int getModifiers()
-