Class ObjectSchemaBuilder
java.lang.Object
ch.software_atelier.simpleflex.rest.swagger.ObjectSchemaBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddObjectProperty(String name, org.json.JSONObject object, boolean required) addSimpleProperty(String name, String type, String description, boolean required) static ObjectSchemaBuilderorg.json.JSONObjecttoJSON()
-
Method Details
-
create
-
addSimpleProperty
public ObjectSchemaBuilder addSimpleProperty(String name, String type, String description, boolean required) -
addObjectProperty
public ObjectSchemaBuilder addObjectProperty(String name, org.json.JSONObject object, boolean required) -
toJSON
public org.json.JSONObject toJSON()
-