Uses of Interface
com.dslplatform.json.JsonReader.ReadJsonObject

Packages that use JsonReader.ReadJsonObject
com.dslplatform.json   
 

Uses of JsonReader.ReadJsonObject in com.dslplatform.json
 

Methods in com.dslplatform.json that return JsonReader.ReadJsonObject
protected  JsonReader.ReadJsonObject<JsonObject> DslJson.getObjectReader(Class<?> manifest)
           
 

Methods in com.dslplatform.json with parameters of type JsonReader.ReadJsonObject
<T extends JsonObject>
ArrayList<T>
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject)
           
<T extends JsonObject>
void
JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject, Collection<T> res)
           
<T extends JsonObject>
ArrayList<T>
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject)
           
<T extends JsonObject>
void
JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject, Collection<T> res)
           
<T extends JsonObject>
Iterator<T>
JsonReader.iterateOver(JsonReader.ReadJsonObject<T> reader)
           
 



Copyright © 2019. All rights reserved.