public final class ResolvedField extends ResolvedMember<Field>
_annotations, _declaringType, _hashCode, _member, _type
Constructor and Description |
---|
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTransient() |
boolean |
isVolatile() |
applyDefault, applyOverride, applyOverrides, equals, get, getAnnotations, getDeclaringType, getModifiers, getName, getRawMember, getType, hashCode, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
public ResolvedField(ResolvedType context, Annotations ann, Field field, ResolvedType type)
Copyright © 2015 fasterxml.com. All rights reserved.