public class ArraySchemaBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static ArraySchemaBuilder |
create(String description) |
ArraySchemaBuilder |
setBasic(String type,
String description) |
ArraySchemaBuilder |
setObject(org.json.JSONObject schema) |
org.json.JSONObject |
toJSON() |
public static ArraySchemaBuilder create(String description)
public ArraySchemaBuilder setBasic(String type, String description)
public ArraySchemaBuilder setObject(org.json.JSONObject schema)
public org.json.JSONObject toJSON()
Copyright © 2020 Software Atelier Kamber. All rights reserved.