type
, creating it if necessary.componentType
.JsonWriter.beginArray()
or JsonWriter.beginObject()
and their
matching calls to JsonWriter.endArray()
or JsonWriter.endObject()
.type
annotated with annotations
.JsonWriter.beginFlatten()
.a
and b
are equal.JsonDataException
when
unknown names and values are encountered.value
, which must be comprised of maps, lists,
strings, numbers, booleans and nulls.JsonAdapter
fully qualified class name for a given
JsonClass-annotated
clazz
.JsonAdapter
fully qualified class name for a given
JsonClass-annotated
className
.indent
to control how the result is
formatted.JsonReader.selectName(com.squareup.moshi.JsonReader.Options)
or JsonReader.selectString(com.squareup.moshi.JsonReader.Options)
.typeArguments
to rawType
.typeArguments
to rawType
.annotations
contains jsonQualifier
.null
.source
.sink
.JsonReader
that can read data from this JsonReader
without
consuming it.options
, this
consumes it and returns its index.options
, this
consumes it and returns its index.JsonDataException
when JsonReader.skipValue()
is
called.bound
.bound
.value
as a Java value object comprised of maps, lists, strings, numbers,
booleans, and nulls.value
.value
.value
.value
.value
.value
.source
directly without encoding its contents.BufferedSink
into which arbitrary data can be written without any additional
encoding.Copyright © 2019. All rights reserved.