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