Uses of Package
org.bson.json
-
Packages that use org.bson.json Package Description org.bson Contains the base BSON classes.org.bson.json JSON serialization and deserialization. -
Classes in org.bson.json used by org.bson Class Description JsonWriterSettings Settings to control the behavior of aJSONWriter
instance. -
Classes in org.bson.json used by org.bson.json Class Description Converter A converter from a BSON value to JSON.JsonMode An enumeration of the supported output modes ofJSONWriter
.JsonReader.Context JsonWriter.Context The context for the writer, inheriting all the values fromAbstractBsonWriter.Context
, and additionally providing settings for the indentation level and whether there are any child elements at this level.JsonWriterSettings Settings to control the behavior of aJSONWriter
instance.JsonWriterSettings.Builder A builder for JsonWriterSettingsStrictCharacterStreamJsonWriterSettings Settings to control the behavior of aJSONWriter
instance.StrictCharacterStreamJsonWriterSettings.Builder A builder for StrictCharacterStreamJsonWriterSettingsStrictJsonWriter An interface for creating JSON texts that largely conform to RFC 7159.