Package | Description |
---|---|
be.ac.umons.jsonschematools.generator.exploration |
Contains a generator that produces documents by exhaustively exploring the JSON schema.
|
be.ac.umons.jsonschematools.generator.random |
Contains a generator that produces documents by making random choices in the
JSON schema.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExplorationGenerator
Constructs an
ExplorationGenerator with the default handlers to
exhaustively produce abstracted values in a JSON document. |
class |
ExplorationGenerator
A generator that produces documents by exhaustively exploring the
possibilities described in a JSON schema.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRandomGenerator
Constructs a
RandomGenerator with the default handlers to produce
abstracted values in a JSON document. |
class |
RandomGenerator
A generator for JSON documents, given a JSON schema.
|
Copyright © 2022. All rights reserved.