public abstract static class FieldMapCodec.Builder<T>
extends java.lang.Object
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected Codec<T> |
codec |
|
protected java.lang.String |
fieldName |
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract MapCodec<T> |
build() |