Modifier and Type | Class | Description |
---|---|---|
static class |
DecoderContext.Builder |
A builder for
DecoderContext instances. |
Modifier and Type | Method | Description |
---|---|---|
static DecoderContext.Builder |
builder() |
Create a builder.
|
<T> T |
decodeWithChildContext(Decoder<T> decoder,
BsonReader reader) |
Creates a child context and then deserializes using the reader.
|
boolean |
hasCheckedDiscriminator() |
public boolean hasCheckedDiscriminator()
public static DecoderContext.Builder builder()
public <T> T decodeWithChildContext(Decoder<T> decoder, BsonReader reader)
T
- the type of the decoderdecoder
- the decoder to decode withreader
- the reader to decode to