public class CollectionDecoder<ResultT> extends Object implements Decoder<Collection<ResultT>>
| Constructor and Description |
|---|
CollectionDecoder(Decoder<ResultT> decoder) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultT> |
decode(BsonReader reader,
DecoderContext decoderContext) |
public Collection<ResultT> decode(BsonReader reader, DecoderContext decoderContext)
decode in interface Decoder<Collection<ResultT>>