Uses of Interface
jsonvalues.Json
Packages that use Json
Package
Description
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
-
Uses of Json in com.dslplatform.json
Methods in com.dslplatform.json with parameters of type JsonModifier and TypeMethodDescriptionbyte[]
void
MyDslJson.serialize
(Json<?> json, OutputStream outputstream) MyDslJson.toPrettyString
(Json<?> json, int indentLength) -
Uses of Json in jsonvalues
Classes in jsonvalues with type parameters of type JsonModifier and TypeClassDescriptionfinal class
JsBinaryLens<S extends Json<S>>
Represent a Lens which focus is an array of bytes located at a path in a Jsonfinal class
JsInstantLens<S extends Json<S>>
Represent a Lens which focus is an Instant located at a path in a Jsoninterface
Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.Classes in jsonvalues that implement JsonModifier and TypeClassDescriptionfinal class
Represents a json array, which is an ordered list of elements.class
Represents a json object, which is an unordered set of name/element pairs.Methods in jsonvalues that return JsonModifier and TypeMethodDescriptiondefault Json<?>
JsValue.toJson()
Returns this JsValue as a JsonMethod parameters in jsonvalues with type arguments of type Json