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