Package org.apache.camel.openapi
Class OpenApiHelper
java.lang.Object
org.apache.camel.openapi.OpenApiHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
clearVendorExtensions
(io.apicurio.datamodels.openapi.models.OasDocument openApi) Clears all the vendor extension on the openApi model.
-
Method Details
-
buildUrl
-
clearVendorExtensions
public static void clearVendorExtensions(io.apicurio.datamodels.openapi.models.OasDocument openApi) Clears all the vendor extension on the openApi model. This may be needed as some API tooling does not support this.
-