Uses of Interface
jsonvalues.Json
-
Packages that use Json Package Description com.dslplatform.json the library dsl-json has been extended with some customization.jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.jsonvalues.console -
-
Uses of Json in com.dslplatform.json
Methods in com.dslplatform.json with parameters of type Json Modifier and Type Method Description byte[]MyDslJson. serialize(Json<?> json)voidMyDslJson. serialize(Json<?> json, OutputStream ouputstream)StringMyDslJson. toPrettyString(Json<?> json) -
Uses of Json in jsonvalues
Classes in jsonvalues with type parameters of type Json Modifier and Type Class Description classJsArrayLens<S extends Json<S>>Represent a Lens which focus is an array located at a path in a JsonclassJsBigIntLens<S extends Json<S>>Represent a Lens which focus is a biginteger number located at a path in a JsonclassJsBoolLens<S extends Json<S>>Represent a Lens which focus is a boolean located at a path in a JsonclassJsDecimalLens<S extends Json<S>>Represent a Lens which focus is a decimal number located at a path in a JsonclassJsDoubleLens<S extends Json<S>>Represent a Lens which focus is a double number located at a path in a JsonclassJsIntLens<S extends Json<S>>Represent a Lens which focus is an integer number located at a path in a JsonclassJsLongLens<S extends Json<S>>Represent a Lens which focus is a long number located at a path is a JsonclassJsObjLens<S extends Json<S>>Represent a Lens which focus is a json object located at a path is a JsoninterfaceJson<T extends Json<T>>Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.classJsStrLens<S extends Json<S>>classJsValueLens<S extends Json<S>>Represent a Lens which focus is the value of a JsonClasses in jsonvalues that implement Json Modifier and Type Class Description classJsArrayRepresents a json array, which is an ordered list of elements.classJsObjRepresents a json object, which is an unordered set of name/element pairs.Methods in jsonvalues that return Json Modifier and Type Method Description default Json<?>JsValue. toJson()Method parameters in jsonvalues with type arguments of type Json Modifier and Type Method Description default booleanJsValue. isJson(Predicate<Json<?>> predicate)Returns true if this elem is a Json and satisfies the given predicate -
Uses of Json in jsonvalues.console
Classes in jsonvalues.console with type parameters of type Json Modifier and Type Interface Description interfaceProgram<O extends Json<?>>Represents a side effect that interact with the user through the standard console to compose a Json
-