Class OpenApiExporter
java.lang.Object
io.nosqlbench.adapter.http.apps.OpenApiExporter
- All Implemented Interfaces:
BundledApp,ToIntFunction<String[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintapplyAsInt(String[] args) static <T> TgetRefOr(io.swagger.v3.oas.models.OpenAPI model, T or) static voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.apps.BundledApp
getBundledAppName, getBundledDocs
-
Constructor Details
-
OpenApiExporter
public OpenApiExporter()
-
-
Method Details
-
applyAsInt
- Specified by:
applyAsIntin interfaceBundledApp- Specified by:
applyAsIntin interfaceToIntFunction<String[]>
-
main
-
getRefOr
public static <T> T getRefOr(io.swagger.v3.oas.models.OpenAPI model, T or)
-