Package | Description |
---|---|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Class and Description |
---|---|
class |
StrictCharacterStreamJsonWriter
A class that writes JSON texts as a character stream via a provided
Writer . |
Modifier and Type | Method and Description |
---|---|
void |
JsonBooleanConverter.convert(java.lang.Boolean value,
StrictJsonWriter writer) |
void |
LegacyExtendedJsonBinaryConverter.convert(BsonBinary value,
StrictJsonWriter writer) |
void |
ShellBinaryConverter.convert(BsonBinary value,
StrictJsonWriter writer) |
void |
ExtendedJsonBinaryConverter.convert(BsonBinary value,
StrictJsonWriter writer) |
void |
ShellMaxKeyConverter.convert(BsonMaxKey value,
StrictJsonWriter writer) |
void |
ExtendedJsonMaxKeyConverter.convert(BsonMaxKey value,
StrictJsonWriter writer) |
void |
ShellMinKeyConverter.convert(BsonMinKey value,
StrictJsonWriter writer) |
void |
ExtendedJsonMinKeyConverter.convert(BsonMinKey value,
StrictJsonWriter writer) |
void |
JsonNullConverter.convert(BsonNull value,
StrictJsonWriter writer) |
void |
LegacyExtendedJsonRegularExpressionConverter.convert(BsonRegularExpression value,
StrictJsonWriter writer) |
void |
ExtendedJsonRegularExpressionConverter.convert(BsonRegularExpression value,
StrictJsonWriter writer) |
void |
ShellRegularExpressionConverter.convert(BsonRegularExpression value,
StrictJsonWriter writer) |
void |
ExtendedJsonTimestampConverter.convert(BsonTimestamp value,
StrictJsonWriter writer) |
void |
ShellTimestampConverter.convert(BsonTimestamp value,
StrictJsonWriter writer) |
void |
ExtendedJsonUndefinedConverter.convert(BsonUndefined value,
StrictJsonWriter writer) |
void |
ShellUndefinedConverter.convert(BsonUndefined value,
StrictJsonWriter writer) |
void |
ShellDecimal128Converter.convert(Decimal128 value,
StrictJsonWriter writer) |
void |
ExtendedJsonDecimal128Converter.convert(Decimal128 value,
StrictJsonWriter writer) |
void |
ExtendedJsonDoubleConverter.convert(java.lang.Double value,
StrictJsonWriter writer) |
void |
RelaxedExtendedJsonDoubleConverter.convert(java.lang.Double value,
StrictJsonWriter writer) |
void |
JsonDoubleConverter.convert(java.lang.Double value,
StrictJsonWriter writer) |
void |
JsonInt32Converter.convert(java.lang.Integer value,
StrictJsonWriter writer) |
void |
ExtendedJsonInt32Converter.convert(java.lang.Integer value,
StrictJsonWriter writer) |
void |
RelaxedExtendedJsonInt64Converter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
ShellInt64Converter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
RelaxedExtendedJsonDateTimeConverter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
ShellDateTimeConverter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
ExtendedJsonInt64Converter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
LegacyExtendedJsonDateTimeConverter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
ExtendedJsonDateTimeConverter.convert(java.lang.Long value,
StrictJsonWriter writer) |
void |
ExtendedJsonObjectIdConverter.convert(ObjectId value,
StrictJsonWriter writer) |
void |
ShellObjectIdConverter.convert(ObjectId value,
StrictJsonWriter writer) |
void |
JsonSymbolConverter.convert(java.lang.String value,
StrictJsonWriter writer) |
void |
JsonJavaScriptConverter.convert(java.lang.String value,
StrictJsonWriter writer) |
void |
JsonStringConverter.convert(java.lang.String value,
StrictJsonWriter writer) |
void |
Converter.convert(T value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|