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.exploration.handlers |
Contains default implementations of handlers for the exploration generator.
|
Constructor and Description |
---|
ExplorationGenerator(IHandler stringHandler,
IHandler integerHandler,
IHandler numberHandler,
IHandler booleanHandler,
IHandler enumHandler,
IHandler objectHandler,
IHandler arrayHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArrayHandler
Generates an array by exploring all the possibilities in the schema.
|
class |
DefaultBooleanHandler
Generates a boolean by exploring all the possibilities in the schema.
|
class |
DefaultEnumHandler
Generates an abstracted enumeration value.
|
class |
DefaultIntegerHandler
Generates an abstracted integer value.
|
class |
DefaultNumberHandler
Generates an abstracted number value.
|
class |
DefaultObjectHandler
Generated an object by exhaustively exploring the possibilities described in
a schema.
|
class |
DefaultStringHandler
Generates an abstracted string value.
|
Copyright © 2022. All rights reserved.