public class ActionSchemaGenerator
extends java.lang.Object
Constructor and Description |
---|
ActionSchemaGenerator(MethodInfo methodInfo) |
ActionSchemaGenerator(MethodInfo methodInfo,
boolean forOAS) |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArray |
generateRequestParams() |
com.ibm.json.java.JSONObject |
generateSchema() |
public ActionSchemaGenerator(MethodInfo methodInfo)
public ActionSchemaGenerator(MethodInfo methodInfo, boolean forOAS)
public com.ibm.json.java.JSONObject generateSchema() throws MXException
MXException
public com.ibm.json.java.JSONArray generateRequestParams() throws MXException
MXException