class ShellMaxKeyConverter extends java.lang.Object implements Converter<BsonMaxKey>
| Constructor and Description |
|---|
ShellMaxKeyConverter() |
| 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)
Converterconvert in interface Converter<BsonMaxKey>value - the value, which may be null depending on the typewriter - the JSON writer