Uses of Interface
com.dslplatform.json.JsonObject
-
Packages that use JsonObject Package Description com.dslplatform.json -
-
Uses of JsonObject in com.dslplatform.json
Classes in com.dslplatform.json with type parameters of type JsonObject Modifier and Type Interface Description static interfaceJsonReader.ReadJsonObject<T extends JsonObject>private static classJsonReader.WithObjectReader<T extends JsonObject>Fields in com.dslplatform.json with type parameters of type JsonObject Modifier and Type Field Description private JsonWriter.WriteObject<JsonObject>DslJson. OBJECT_WRITERprivate java.util.concurrent.ConcurrentMap<java.lang.Class<?>,JsonReader.ReadJsonObject<JsonObject>>DslJson. objectReadersMethods in com.dslplatform.json with type parameters of type JsonObject 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)<T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, java.util.Collection<T> collection)Deprecated.<T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, java.util.List<T> list)Deprecated.<T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, T[] array)Deprecated.<T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, T[] array, int len)Deprecated.<T extends JsonObject>
voidJsonWriter. serialize(java.util.List<T> list)Convenience method for serializing list of JsonObject's.<T extends JsonObject>
voidJsonWriter. serialize(T[] array)Convenience method for serializing array of JsonObject's.<T extends JsonObject>
voidJsonWriter. 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 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 JsonObject Modifier and Type Method Description <T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, T[] array)Deprecated.<T extends JsonObject>
voidDslJson. serialize(JsonWriter writer, T[] array, int len)Deprecated.<T extends JsonObject>
voidJsonWriter. serialize(T[] array)Convenience method for serializing array of JsonObject's.<T extends JsonObject>
voidJsonWriter. serialize(T[] array, int len)Convenience method for serializing only part of JsonObject's array.
-