Package | Description |
---|---|
jsonvalues | |
jsonvalues.gen |
Modifier and Type | Method and Description |
---|---|
static JsBinary |
JsBinary.of(byte[] bytes)
Creates a JsBinary from an array of bytes
|
static JsBinary |
JsBinary.of(String base64)
Creates a JsBinary from an array of bytes encoded as a string in base64
|
default JsBinary |
JsValue.toJsBinary()
Returns this JsValue as a JsBinary
|
Modifier and Type | Method and Description |
---|---|
Supplier<JsBinary> |
JsBinaryGen.apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBinary each time it's called
|
static fun.gen.Gen<JsBinary> |
JsBinaryGen.arbitrary(int minLength,
int maxLength) |
static fun.gen.Gen<JsBinary> |
JsBinaryGen.biased(int minLength,
int maxLength) |
Copyright © 2022. All rights reserved.