Uses of Class
jsonvalues.JsBinary
-
Packages that use JsBinary 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 JsBinary in jsonvalues
Methods in jsonvalues that return JsBinary Modifier and Type Method Description static JsBinaryJsBinary. of(byte[] bytes)Creates a JsBinary from an array of bytesstatic JsBinaryJsBinary. of(java.lang.String base64)Creates a JsBinary from an array of bytes encoded as a string in base64default JsBinaryJsValue. toJsBinary()Returns this JsValue as a JsBinary
-