See: Description
Interface | Description |
---|---|
IHandler |
A handler for the exploration generator.
|
Class | Description |
---|---|
DefaultArrayHandler |
Generates an array by exploring all the possibilities in the schema.
|
DefaultBooleanHandler |
Generates a boolean by exploring all the possibilities in the schema.
|
DefaultEnumHandler |
Generates an abstracted enumeration value.
|
DefaultIntegerHandler |
Generates an abstracted integer value.
|
DefaultNumberHandler |
Generates an abstracted number value.
|
DefaultObjectHandler |
Generated an object by exhaustively exploring the possibilities described in
a schema.
|
DefaultStringHandler |
Generates an abstracted string value.
|
\I
.
See AbstractConstants
for all abstract values, and the non-API documentation for more information.Copyright © 2022. All rights reserved.