Package org.bson.codecs
Class DecoderContext
java.lang.Object
org.bson.codecs.DecoderContext
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The context for decoding values to BSON.
- Since:
- 3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated.Usage of this API is not supported in AEM as a Cloud Service. -
Method Summary
Modifier and TypeMethodDescriptionstatic DecoderContext.Builder
builder()
Deprecated.Create a builder.<T> T
decodeWithChildContext
(Decoder<T> decoder, BsonReader reader) Deprecated.Creates a child context and then deserializes using the reader.boolean
Deprecated.
-
Method Details
-
hasCheckedDiscriminator
public boolean hasCheckedDiscriminator()Deprecated.- Returns:
- true if the discriminator has been checked
-
builder
Deprecated.Create a builder.- Returns:
- the builder
-
decodeWithChildContext
Deprecated.Creates a child context and then deserializes using the reader.- Type Parameters:
T
- the type of the decoder- Parameters:
decoder
- the decoder to decode withreader
- the reader to decode to- Returns:
- the decoded value
- Since:
- 3.5
-