Uses of Class
jsonvalues.JsStr
-
Packages that use JsStr Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.jsonvalues.gen -
-
Uses of JsStr in jsonvalues
Methods in jsonvalues that return JsStr Modifier and Type Method Description JsStr
JsStr. map(UnaryOperator<String> fn)
Maps this JsStr into another one.static JsStr
JsStr. of(String str)
Static factory method to create a JsStr from a string.default JsStr
JsValue. toJsStr()
Methods in jsonvalues with parameters of type JsStr Modifier and Type Method Description int
JsStr. compareTo(JsStr o)
Compares twoJsStr
objects lexicographically. -
Uses of JsStr in jsonvalues.gen
Fields in jsonvalues.gen with type parameters of type JsStr Modifier and Type Field Description static JsGen<JsStr>
JsGens. alphabetic
static JsGen<JsStr>
JsGens. alphanumeric
static JsGen<JsStr>
JsGens. str
Methods in jsonvalues.gen that return types with arguments of type JsStr Modifier and Type Method Description static JsGen<JsStr>
JsGens. alphabetic(int length)
static JsGen<JsStr>
JsGens. alphanumeric(int length)
static JsGen<JsStr>
JsGens. str(int length)
-