| Constructor and Description |
|---|
ArrayCodec(Type type,
TypeCodecRegistry typeCodecRegistry) |
| Modifier and Type | Method and Description |
|---|---|
T |
decode(org.bson.BsonReader reader,
org.bson.codecs.DecoderContext decoderContext) |
void |
encode(org.bson.BsonWriter writer,
T array,
org.bson.codecs.EncoderContext encoderContext) |
Class<T> |
getEncoderClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultInstance, documentHasId, generateIdIfAbsentFromDocument, getDecodingPojoFailureStrategy, getDocumentId, getTypeFilter, isCollectiblepublic ArrayCodec(Type type, TypeCodecRegistry typeCodecRegistry)
public void encode(org.bson.BsonWriter writer,
T array,
org.bson.codecs.EncoderContext encoderContext)
encode in interface org.bson.codecs.Encoder<T>public T decode(org.bson.BsonReader reader, org.bson.codecs.DecoderContext decoderContext)
decode in interface org.bson.codecs.Decoder<T>Copyright © 2021 BILD GmbH & Co. KG. All rights reserved.