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, toStringprotected final Field _field
public RawField(ResolvedType context, Field field)
public Field getRawMember()
getRawMember in class RawMemberpublic boolean isTransient()
public boolean isVolatile()
Copyright © 2019 fasterxml.com. All rights reserved.