Uses of Interface
io.avaje.json.JsonReader
Packages that use JsonReader
Package
Description
Reading and writing JSON content.
-
Uses of JsonReader in io.avaje.json
Methods in io.avaje.json that return JsonReaderModifier and TypeMethodDescriptiondefault JsonReaderJsonReader.streamArray(boolean streamArray) Explicitly state if the streaming content contains ARRAY '[' and ']' tokens.Methods in io.avaje.json with parameters of type JsonReaderModifier and TypeMethodDescriptionJsonAdapter.fromJson(JsonReader reader) Read the type from the reader. -
Uses of JsonReader in io.avaje.json.simple
Methods in io.avaje.json.simple with parameters of type JsonReaderModifier and TypeMethodDescriptionSimpleMapper.Type.fromJson(JsonReader reader) Read the return the value from the reader. -
Uses of JsonReader in io.avaje.json.stream
Methods in io.avaje.json.stream that return JsonReaderModifier and TypeMethodDescriptionJsonStream.reader(byte[] json) Return the JsonReader given json content as bytes.JsonStream.reader(InputStream inputStream) Return the JsonReader given json string content.Return the JsonReader given json string content.Return the JsonReader given json string content.