RedocInterpreter

sttp.tapir.redoc.bundle.RedocInterpreter
See theRedocInterpreter companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def customiseDocsModel: OpenAPI => OpenAPI
def openAPIInterpreterOptions: OpenAPIDocsOptions
def redocUIOptions: RedocUIOptions

Concrete methods

def fromEndpoints[F[_]](endpoints: List[AnyEndpoint], info: Info, docsExtensions: List[DocsExtension[_]]): List[ServerEndpoint[Any, F]]
def fromEndpoints[F[_]](endpoints: List[AnyEndpoint], info: Info): List[ServerEndpoint[Any, F]]
def fromEndpoints[F[_]](endpoints: List[AnyEndpoint], title: String, version: String): List[ServerEndpoint[Any, F]]
def fromServerEndpoints[F[_]](endpoints: List[ServerEndpoint[_, F]], info: Info, docsExtensions: List[DocsExtension[_]]): List[ServerEndpoint[Any, F]]
def fromServerEndpoints[F[_]](endpoints: List[ServerEndpoint[_, F]], info: Info): List[ServerEndpoint[Any, F]]
def fromServerEndpoints[F[_]](endpoints: List[ServerEndpoint[_, F]], title: String, version: String): List[ServerEndpoint[Any, F]]