T
- the type to decode into, the return type of the decode(org.bson.BsonReader, DecoderContext)
method.
Codec<T>
, CollectibleCodec<T>
AtomicBooleanCodec
, AtomicIntegerCodec
, AtomicLongCodec
, BigDecimalCodec
, BinaryCodec
, BooleanCodec
, BsonArrayCodec
, BsonBinaryCodec
, BsonBooleanCodec
, BsonCodec
, BsonDateTimeCodec
, BsonDBPointerCodec
, BsonDecimal128Codec
, BsonDocumentCodec
, BsonDocumentWrapperCodec
, BsonDoubleCodec
, BsonInt32Codec
, BsonInt64Codec
, BsonJavaScriptCodec
, BsonJavaScriptWithScopeCodec
, BsonMaxKeyCodec
, BsonMinKeyCodec
, BsonNullCodec
, BsonObjectIdCodec
, BsonRegularExpressionCodec
, BsonStringCodec
, BsonSymbolCodec
, BsonTimestampCodec
, BsonUndefinedCodec
, BsonValueCodec
, ByteArrayCodec
, ByteCodec
, CharacterCodec
, CodeCodec
, CodeWithScopeCodec
, DateCodec
, Decimal128Codec
, DocumentCodec
, DoubleCodec
, EnumCodec
, FloatCodec
, InstantCodec
, IntegerCodec
, JsonObjectCodec
, LocalDateCodec
, LocalDateTimeCodec
, LocalTimeCodec
, LongCodec
, MaxKeyCodec
, MinKeyCodec
, ObjectIdCodec
, OverridableUuidRepresentationUuidCodec
, PatternCodec
, RawBsonDocumentCodec
, ShortCodec
, StringCodec
, SymbolCodec
, UuidCodec
public interface Decoder<T>
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
Decodes a BSON value from the given reader into an instance of the type parameter T
.
Decodes a BSON value from the given reader into an instance of the type parameter T
.
reader
- the BSON reader
decoderContext
- the decoder context
T
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4