Uses of Interface
com.dslplatform.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in com.dslplatform.json
Classes in com.dslplatform.json with type parameters of type JsonObjectModifier and TypeInterfaceDescriptionstatic interfaceJsonReader.ReadJsonObject<T extends JsonObject>private static classJsonReader.WithObjectReader<T extends JsonObject>Fields in com.dslplatform.json with type parameters of type JsonObjectModifier and TypeFieldDescriptionprivate final JsonWriter.WriteObject<JsonObject> DslJson.OBJECT_WRITERprivate final ConcurrentMap<Class<?>, JsonReader.ReadJsonObject<JsonObject>> DslJson.objectReadersMethods in com.dslplatform.json with type parameters of type JsonObjectModifier and TypeMethodDescriptionprivate <T extends JsonObject>
JsonReader.ReadObject<T> DslJson.convertToReader(JsonReader.ReadJsonObject<T> decoder) final <T extends JsonObject>
ArrayList<T> JsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject) final <T extends JsonObject>
voidJsonReader.deserializeCollection(JsonReader.ReadJsonObject<T> readObject, Collection<T> res) final <T extends JsonObject>
ArrayList<T> JsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject) final <T extends JsonObject>
voidJsonReader.deserializeNullableCollection(JsonReader.ReadJsonObject<T> readObject, Collection<T> res) final <T extends JsonObject>
Iterator<T> JsonReader.iterateOver(JsonReader.ReadJsonObject<T> reader) <T extends JsonObject>
voidDslJson.serialize(JsonWriter writer, Collection<T> collection) Deprecated.<T extends JsonObject>
voidDslJson.serialize(JsonWriter writer, 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>
voidConvenience 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 JsonObjectModifier and TypeMethodDescriptionprotected final JsonReader.ReadJsonObject<JsonObject> DslJson.getObjectReader(Class<?> manifest) private JsonReader.ReadJsonObject<JsonObject> DslJson.probeForObjectReader(Class<?> manifest, Object instance) Methods in com.dslplatform.json with parameters of type JsonObjectModifier and TypeMethodDescription<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.