RedocInterpreter

Companion:
object
class Object
trait Matchable
class Any

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]]