Uses of Interface
com.dslplatform.json.JsonObject

Packages that use JsonObject
com.dslplatform.json   
 

Uses of JsonObject in com.dslplatform.json
 

Classes in com.dslplatform.json with type parameters of type JsonObject
static interface JsonReader.ReadJsonObject<T extends JsonObject>
           
 

Methods in com.dslplatform.json with type parameters of type JsonObject
<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)
           
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, Collection<T> collection)
          Deprecated. 
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, List<T> list)
          Deprecated. 
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, T[] array)
          Deprecated. 
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, T[] array, int len)
          Deprecated. 
<T extends JsonObject>
void
JsonWriter.serialize(List<T> list)
          Convenience method for serializing list of JsonObject's.
<T extends JsonObject>
void
JsonWriter.serialize(T[] array)
          Convenience method for serializing array of JsonObject's.
<T extends JsonObject>
void
JsonWriter.serialize(T[] array, int len)
          Convenience method for serializing only part of JsonObject's array.
 

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

Methods in com.dslplatform.json with parameters of type JsonObject
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, T[] array)
          Deprecated. 
<T extends JsonObject>
void
DslJson.serialize(JsonWriter writer, T[] array, int len)
          Deprecated. 
<T extends JsonObject>
void
JsonWriter.serialize(T[] array)
          Convenience method for serializing array of JsonObject's.
<T extends JsonObject>
void
JsonWriter.serialize(T[] array, int len)
          Convenience method for serializing only part of JsonObject's array.
 



Copyright © 2019. All rights reserved.