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