Class ResolvedMember<T extends Member>
java.lang.Object
com.fasterxml.classmate.members.ResolvedMember<T>
- Direct Known Subclasses:
ResolvedField, ResolvedParameterizedMember
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Annotationsprotected final ResolvedTypeResolvedType(class with generic type parameters) that declared this memberprotected final intprotected final Tprotected final ResolvedType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResolvedMember(ResolvedType context, Annotations ann, T member, ResolvedType type) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyDefault(Annotation override) voidapplyOverride(Annotation override) voidapplyOverrides(Annotations overrides) boolean<A extends Annotation>
Afinal ResolvedTypeprotected final intgetName()Returns JDK object that represents member.getType()Returns type of this member; if it has one, for methods this is the return type, for fields field type, and for constructors null.inthashCode()booleanisFinal()booleanbooleanbooleanisPublic()booleanisStatic()toString()
-
Field Details
-
_declaringType
ResolvedType(class with generic type parameters) that declared this member -
_annotations
-
_member
-
_type
-
_hashCode
protected final int _hashCode
-
-
Constructor Details
-
ResolvedMember
-
-
Method Details
-
applyOverride
-
applyOverrides
-
applyDefault
-
get
-
getAnnotations
-
getDeclaringType
-
getType
Returns type of this member; if it has one, for methods this is the return type, for fields field type, and for constructors null. -
getRawMember
Returns JDK object that represents member. -
getName
-
isStatic
public boolean isStatic() -
isFinal
public boolean isFinal() -
isPrivate
public boolean isPrivate() -
isProtected
public boolean isProtected() -
isPublic
public boolean isPublic() -
toString
-
getModifiers
protected final int getModifiers() -
hashCode
-
equals
-