public static final class POJODefinition.Prop extends Object
Modifier and Type | Field and Description |
---|---|
Field |
field |
Method |
getter |
Method |
isGetter |
String |
name |
Method |
setter |
Constructor and Description |
---|
Prop(String n,
Field f,
Method setter0,
Method getter0,
Method isGetter0,
Collection<String> aliases0) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
aliases() |
static com.fasterxml.jackson.jr.ob.impl.POJODefinition.PropBuilder |
builder(String name) |
boolean |
hasAliases() |
boolean |
hasSetter() |
Copyright © 2020 FasterXML. All rights reserved.