public abstract static class FieldMapCodec.Builder<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldMapCodec.Builder.OptionalStage<T> |
static class |
FieldMapCodec.Builder.Stage1<T> |
static class |
FieldMapCodec.Builder.Stage2<T> |
static class |
FieldMapCodec.Builder.Stage3<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Codec<T> |
codec |
protected java.lang.String |
fieldName |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MapCodec<T> |
build() |