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