public class BooleanGenerator extends JsonGenerator
commonPropertyMatchers, configuration, propertyName, rnd, schema| Constructor and Description |
|---|
BooleanGenerator(io.apptik.json.schema.Schema schema,
JsonGeneratorConfig configuration) |
BooleanGenerator(io.apptik.json.schema.Schema schema,
JsonGeneratorConfig configuration,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
io.apptik.json.JsonElement |
generate() |
public BooleanGenerator(io.apptik.json.schema.Schema schema,
JsonGeneratorConfig configuration)
public BooleanGenerator(io.apptik.json.schema.Schema schema,
JsonGeneratorConfig configuration,
java.lang.String propertyName)
public io.apptik.json.JsonElement generate()
generate in class JsonGenerator