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