public final class RawField extends RawMember
Modifier and Type | Field and Description |
---|---|
protected Field |
_field |
_declaringType
Constructor and Description |
---|
RawField(ResolvedType context,
Field field) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Field |
getRawMember() |
int |
hashCode() |
boolean |
isTransient() |
boolean |
isVolatile() |
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
protected final Field _field
public RawField(ResolvedType context, Field field)
public Field getRawMember()
getRawMember
in class RawMember
public boolean isTransient()
public boolean isVolatile()
Copyright © 2015 fasterxml.com. All rights reserved.