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.jsonvalues.gen -
-
Uses of JsBinary in jsonvalues
Methods in jsonvalues that return JsBinary Modifier and Type Method Description static JsBinary
JsBinary. of(byte[] bytes)
Creates a JsBinary from an array of bytesstatic JsBinary
JsBinary. of(String base64)
Creates a JsBinary from an array of bytes encoded as a string in base64default JsBinary
JsValue. toJsBinary()
Returns this JsValue as a JsBinary -
Uses of JsBinary in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBinary Modifier and Type Method Description Supplier<JsBinary>
JsBinaryGen. apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBinary each time it's calledstatic fun.gen.Gen<JsBinary>
JsBinaryGen. arbitrary(int minLength, int maxLength)
static fun.gen.Gen<JsBinary>
JsBinaryGen. biased(int minLength, int maxLength)
-