public interface IHandler
Modifier and Type | Method and Description |
---|---|
Object |
generate(RandomGenerator generator,
JSONSchema schema,
int maxTreeSize,
boolean canGenerateInvalid,
Random rand) |
default boolean |
generateInvalid(boolean canGenerateInvalid,
Random rand) |
Object generate(RandomGenerator generator, JSONSchema schema, int maxTreeSize, boolean canGenerateInvalid, Random rand) throws JSONSchemaException, GeneratorException, org.json.JSONException
JSONSchemaException
GeneratorException
org.json.JSONException
default boolean generateInvalid(boolean canGenerateInvalid, Random rand)
Copyright © 2022. All rights reserved.