Uses of Interface
com.dslplatform.json.JsonReader.ReadJsonObject
-
Packages that use JsonReader.ReadJsonObject Package Description com.dslplatform.json -
-
Uses of JsonReader.ReadJsonObject in com.dslplatform.json
Fields in com.dslplatform.json declared as JsonReader.ReadJsonObject Modifier and Type Field Description private JsonReader.ReadJsonObject<T>JsonReader.WithObjectReader. readerFields in com.dslplatform.json with type parameters of type JsonReader.ReadJsonObject Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,JsonReader.ReadJsonObject<JsonObject>>DslJson. objectReadersMethods in com.dslplatform.json that return JsonReader.ReadJsonObject Modifier and Type Method Description protected JsonReader.ReadJsonObject<JsonObject>DslJson. getObjectReader(java.lang.Class<?> manifest)private JsonReader.ReadJsonObject<JsonObject>DslJson. probeForObjectReader(java.lang.Class<?> manifest, java.lang.Object instance)Methods in com.dslplatform.json with parameters of type JsonReader.ReadJsonObject Modifier and Type Method Description private <T extends JsonObject>
JsonReader.ReadObject<T>DslJson. convertToReader(JsonReader.ReadJsonObject<T> decoder)<T extends JsonObject>
java.util.ArrayList<T>JsonReader. deserializeCollection(JsonReader.ReadJsonObject<T> readObject)<T extends JsonObject>
voidJsonReader. deserializeCollection(JsonReader.ReadJsonObject<T> readObject, java.util.Collection<T> res)<T extends JsonObject>
java.util.ArrayList<T>JsonReader. deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject)<T extends JsonObject>
voidJsonReader. deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject, java.util.Collection<T> res)<T extends JsonObject>
java.util.Iterator<T>JsonReader. iterateOver(JsonReader.ReadJsonObject<T> reader)Constructors in com.dslplatform.json with parameters of type JsonReader.ReadJsonObject Constructor Description WithObjectReader(JsonReader.ReadJsonObject<T> reader, JsonReader json)
-