Uses of Interface
io.avaje.jsonb.JsonReader
Packages that use JsonReader
Package
Description
Core API of Jsonb.
Uses Jackson Core JsonGenerator and JsonParser to implement the SPI.
SPI for the underlying json parsing and generation.
-
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.Methods in io.avaje.jsonb with parameters of type JsonReaderModifier and TypeMethodDescriptionabstract TJsonAdapter.fromJson(JsonReader reader) Read the type from the reader.JsonType.fromJson(JsonReader reader) Read the return the value from the reader. -
Uses of JsonReader in io.avaje.jsonb.jackson
Methods in io.avaje.jsonb.jackson that return JsonReaderModifier and TypeMethodDescriptionJacksonAdapter.reader(byte[] json) JacksonAdapter.reader(InputStream inputStream) -
Uses of JsonReader in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return JsonReaderModifier and TypeMethodDescriptionIOAdapter.reader(byte[] json) Return the JsonReader given json content as bytes.IOAdapter.reader(InputStream inputStream) Return the JsonReader given json string content.Return the JsonReader given json string content.Return the JsonReader given json string content.