public final class SwaggerToOpenApiConversionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getOpenApiFromSwaggerJson(MessageContext ctx,
String json,
OpenApiConfiguration cfg) |
static String |
getOpenApiFromSwaggerJson(String json) |
static String |
getOpenApiFromSwaggerLoc(String loc) |
static String |
getOpenApiFromSwaggerLoc(String loc,
OpenApiConfiguration cfg) |
static String |
getOpenApiFromSwaggerLoc(String loc,
OpenApiConfiguration cfg,
Bus bus) |
static String |
getOpenApiFromSwaggerStream(InputStream is) |
static String |
getOpenApiFromSwaggerStream(InputStream is,
OpenApiConfiguration cfg) |
public static String getOpenApiFromSwaggerLoc(String loc, OpenApiConfiguration cfg)
public static String getOpenApiFromSwaggerLoc(String loc, OpenApiConfiguration cfg, Bus bus)
public static String getOpenApiFromSwaggerStream(InputStream is) throws IOException
IOException
public static String getOpenApiFromSwaggerStream(InputStream is, OpenApiConfiguration cfg) throws IOException
IOException
public static String getOpenApiFromSwaggerJson(String json) throws IOException
IOException
public static String getOpenApiFromSwaggerJson(MessageContext ctx, String json, OpenApiConfiguration cfg) throws IOException
IOException
Apache CXF