public final class ResolvedField extends ResolvedMember
Modifier and Type | Field and Description |
---|---|
protected Field |
_field |
protected int |
_hashCode |
protected ResolvedType |
_type |
_annotations, _declaringType
Constructor and Description |
---|
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Field |
getRawMember()
Returns JDK object that represents member.
|
ResolvedType |
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.
|
int |
hashCode() |
boolean |
isTransient() |
boolean |
isVolatile() |
applyDefault, applyOverride, applyOverrides, get, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
protected final Field _field
protected final ResolvedType _type
protected final int _hashCode
public ResolvedField(ResolvedType context, Annotations ann, Field field, ResolvedType type)
public Field getRawMember()
ResolvedMember
getRawMember
in class ResolvedMember
public ResolvedType getType()
ResolvedMember
getType
in class ResolvedMember
public boolean isTransient()
public boolean isVolatile()
Copyright © 2015 fasterxml.com. All Rights Reserved.