Class Templates
- java.lang.Object
-
- org.microprofileext.openapi.swaggerui.Templates
-
@ApplicationScoped public class Templates extends Object
Helping with the templates (- Author:
- Phillip Kruger (phillip.kruger@phillip-kruger.com)
-
-
Constructor Summary
Constructors Constructor Description Templates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCreate()StringgetSwaggerUIHtml(RequestInfo requestInfo)
-
-
-
Method Detail
-
afterCreate
@PostConstruct public void afterCreate()
-
getSwaggerUIHtml
public String getSwaggerUIHtml(RequestInfo requestInfo)
-
-