OneOfBodyVariant

sttp.tapir.EndpointIO.OneOfBodyVariant
case class OneOfBodyVariant[O](range: ContentTypeRange, body: Either[Body[_, O], StreamBodyWrapper[_, O]])

Attributes

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

Members list

Value members

Concrete methods

def codec: Codec[_, O, _ <: CodecFormat]
def info: Info[O]
def mediaTypeWithCharset: MediaType
def show: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product