Class OpenApiHelper

java.lang.Object
org.apache.camel.openapi.OpenApiHelper

public final class OpenApiHelper extends Object
  • Method Details

    • buildUrl

      public static String buildUrl(String path1, String path2)
    • 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.