Package io.smallrye.openapi.ui
Class IndexHtmlCreator
- java.lang.Object
-
- io.smallrye.openapi.ui.IndexHtmlCreator
-
public class IndexHtmlCreator extends Object
Creates an index html based on some options- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]createIndexHtml()static byte[]createIndexHtml(Map<Option,String> options)static byte[]createIndexHtml(Map<String,String> urls, String urlsPrimaryName, Map<Option,String> options)
-
-
-
Method Detail
-
createIndexHtml
public static byte[] createIndexHtml() throws IOException- Throws:
IOException
-
createIndexHtml
public static byte[] createIndexHtml(Map<Option,String> options) throws IOException
- Throws:
IOException
-
createIndexHtml
public static byte[] createIndexHtml(Map<String,String> urls, String urlsPrimaryName, Map<Option,String> options) throws IOException
- Throws:
IOException
-
-