DocsExtension

sttp.tapir.docs.apispec.DocsExtension
See theDocsExtension companion object
case class DocsExtension[A](key: String, value: A, codec: JsonCodec[A])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def rawValue: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product