Uses of Class
dev.relism.flash.ext.openapi.Ui.Swagger
-
Uses of Ui.Swagger in dev.relism.flash.ext.openapi
Methods in dev.relism.flash.ext.openapi that return Ui.SwaggerModifier and TypeMethodDescriptionUi.Swagger.deepLinking(boolean deepLinking) Whether a tag or an operation gets its own URL.Ui.Swagger.docExpansion(Ui.Swagger.Expand expand) Tags open, everything open, or nothing.Ui.Swagger.filter(boolean filter) The box that filters operations by tag.Ui.Swagger.modelsExpandDepth(int depth) How deep the models open;-1hides them.Ui.Swagger.persistAuthorization(boolean persist) Whether credentials entered in the page survive a reload.Ui.Swagger.sortAlphabetically(boolean sorted) Sorts tags and operations by name rather than by the order the document lists them.static Ui.SwaggerUi.swagger()Swagger UI: the one that lets you fire requests from the page.Ui.Swagger.syntaxTheme(Ui.Swagger.Syntax theme) Ui.Swagger.tryItOut(boolean tryItOut) Whether "Try it out" is already on.