Uses of Class
jsonvalues.JsBinary
Packages that use JsBinary
Package
Description
This package includes all the classes to represents, create and manipulate JSON
this package includes all the JSON generators
-
Uses of JsBinary in jsonvalues
Methods in jsonvalues that return JsBinaryModifier and TypeMethodDescriptionstatic JsBinaryJsBinary.of(byte[] bytes) Creates a JsBinary from an array of bytesstatic JsBinaryCreates a JsBinary from an array of bytes encoded as a string in base64default JsBinaryJsValue.toJsBinary()Returns this JsValue as a JsBinary -
Uses of JsBinary in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBinaryModifier and TypeMethodDescriptionReturns 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) returns an arbitrary Json bytes generatorstatic fun.gen.Gen<JsBinary>JsBinaryGen.biased(int minLength, int maxLength) returns a biased Json bytes generator