class ExtendedJsonMinKeyConverter extends java.lang.Object implements Converter<BsonMinKey>
Constructor and Description |
---|
ExtendedJsonMinKeyConverter() |
Modifier and Type | Method and Description |
---|---|
void |
convert(BsonMinKey value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
public void convert(BsonMinKey value, StrictJsonWriter writer)
Converter
convert
in interface Converter<BsonMinKey>
value
- the value, which may be null depending on the typewriter
- the JSON writer