Package com.ethlo.zally
Class ApiReporter
- java.lang.Object
-
- com.ethlo.zally.ApiReporter
-
public class ApiReporter extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiReporter(io.swagger.v3.oas.models.OpenAPI openAPI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintTree(com.ethlo.zally.ApiReporter.Node ref, OutputStream out)Stringrender()
-
-
-
Method Detail
-
render
public String render()
-
printTree
public void printTree(com.ethlo.zally.ApiReporter.Node ref, OutputStream out)
-
-