Uses of Interface
io.avaje.jsonb.JsonReader
Packages that use JsonReader
Package
Description
Core API of Jsonb.
SPI for the underlying json parsing and generation.
Default stream handling provided with Jsonb.
-
Uses of JsonReader in io.avaje.jsonb
Methods in io.avaje.jsonb that return JsonReaderModifier and TypeMethodDescriptionJsonb.reader
(byte[] jsonBytes) Return the JsonReader used to read the given json content in bytes.Jsonb.reader
(InputStream inputStream) Return the JsonReader used to read the json content from the given inputStream.Return the JsonReader used to read the json content from the given reader.Return the JsonReader used to read the given json content.default JsonReader
JsonReader.streamArray
(boolean streamArray) Explicitly state if the streaming content contains ARRAY '[' and ']' tokens.Methods in io.avaje.jsonb with parameters of type JsonReaderModifier and TypeMethodDescriptionJsonAdapter.fromJson
(JsonReader reader) Read the type from the reader.JsonType.fromJson
(JsonReader reader) Read the return the value from the reader.JsonType.stream
(JsonReader reader) Return as a Stream that will read the content as the stream is processed. -
Uses of JsonReader in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return JsonReaderModifier and TypeMethodDescriptionJsonStreamAdapter.reader
(byte[] json) Return the JsonReader given json content as bytes.JsonStreamAdapter.reader
(InputStream inputStream) Return the JsonReader given json string content.Return the JsonReader given json string content.Return the JsonReader given json string content. -
Uses of JsonReader in io.avaje.jsonb.stream
Methods in io.avaje.jsonb.stream that return JsonReaderModifier and TypeMethodDescriptionJsonStream.reader
(byte[] json) JsonStream.reader
(InputStream inputStream)