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