public final class ResolvedField extends ResolvedMember<Field> implements Comparable<ResolvedField>
_annotations, _declaringType, _hashCode, _member, _type
Constructor and Description |
---|
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ResolvedField other) |
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)
public boolean isTransient()
public boolean isVolatile()
public int compareTo(ResolvedField other)
compareTo
in interface Comparable<ResolvedField>
Copyright © 2022 fasterxml.com. All rights reserved.