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, toStringprotected final Field _field
protected final ResolvedType _type
protected final int _hashCode
public ResolvedField(ResolvedType context, Annotations ann, Field field, ResolvedType type)
public Field getRawMember()
ResolvedMembergetRawMember in class ResolvedMemberpublic ResolvedType getType()
ResolvedMembergetType in class ResolvedMemberpublic boolean isTransient()
public boolean isVolatile()
Copyright © 2013 fasterxml.com. All Rights Reserved.