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, toString
protected 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()
ResolvedMember
getRawMember
in class ResolvedMember
public ResolvedType getType()
ResolvedMember
getType
in class ResolvedMember
Copyright © 2012 fasterxml.com. All Rights Reserved.