public class ResolvedField extends ResolvedMember
| Modifier and Type | Field and Description |
|---|---|
protected Field |
_field |
protected ResolvedType |
_type |
_annotations, _declaringType| Constructor and Description |
|---|
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(Annotation ann) |
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.
|
applyDefault, applyOverride, applyOverrides, getDeclaringType, getModifiers, getName, hashCode, isAbstract, isStatic, toStringprotected final Field _field
protected final ResolvedType _type
public ResolvedField(ResolvedType context, Annotations ann, Field field, ResolvedType type)
public void addAnnotation(Annotation ann)
public Field getRawMember()
ResolvedMembergetRawMember in class ResolvedMemberpublic ResolvedType getType()
ResolvedMembergetType in class ResolvedMemberCopyright © 2013 fasterxml.com. All Rights Reserved.