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. -
-
Uses of JsStr in jsonvalues
Methods in jsonvalues that return JsStr Modifier and Type Method Description JsStr
JsStr. map(java.util.function.UnaryOperator<java.lang.String> fn)
Maps this JsStr into another one.static JsStr
JsStr. of(java.lang.String str)
Static factory method to create a JsStr from a string.default JsStr
JsValue. toJsStr()
Returns this JsValue as a JsStrMethods in jsonvalues with parameters of type JsStr Modifier and Type Method Description int
JsStr. compareTo(JsStr o)
Compares twoJsStr
objects lexicographically.
-