See: Description
Interface | Description |
---|---|
IHandler |
A handler for the generator.
|
Class | Description |
---|---|
DefaultArrayHandler |
An array handler that returns an array in which elements are abstracted.
|
DefaultBooleanHandler |
A boolean handler that returns true or false, according to the given schema.
|
DefaultEnumHandler |
An enumeration handler that returns an abstracted enum value, i.e., "\E".
|
DefaultIntegerHandler |
An integer handler that returns an abstracted integer, i.e., "\I".
|
DefaultNumberHandler |
A number handler that returns an abstracted number, i.e., "\D".
|
DefaultObjectHandler |
An object handler that returns an object in which values are abstracted.
|
DefaultStringHandler |
A string handler that returns an abstracted string, i.e., "\S".
|
\I
.
See AbstractConstants
for all abstract
values, and the non-API
documentation for more information.Copyright © 2022. All rights reserved.