Package de.kosmos_lab.web.server
Class AsyncApiParser
- java.lang.Object
-
- de.kosmos_lab.web.server.OpenApiParser
-
- de.kosmos_lab.web.server.AsyncApiParser
-
public class AsyncApiParser extends OpenApiParser
-
-
Field Summary
-
Fields inherited from class de.kosmos_lab.web.server.OpenApiParser
logger, missingFromResource, server
-
-
Constructor Summary
Constructors Constructor Description AsyncApiParser(WebServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetJSON()-
Methods inherited from class de.kosmos_lab.web.server.OpenApiParser
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addException, asYaml, checkExample, checkExample, checkExamples, createJSONSchemaFromSchema, extractExamples, extractExamples, extractExamples, getCachedJSON, getCachedYAML, getExamplesArray, getExamplesArray, getExamplesArray, getExamplesObject, getExamplesObject, getExamplesObject, getInstance, getServlets, getStringFromResource, getYAML, parseValue, prepareString, toJSON, toJSON, toJSON, toJSON, toJSON, toJSON, toJSON, toJSON
-
-
-
-
Constructor Detail
-
AsyncApiParser
public AsyncApiParser(WebServer server)
-
-
Method Detail
-
getJSON
public org.json.JSONObject getJSON()
- Overrides:
getJSONin classOpenApiParser
-
-