tapir-tests
tapir-tests
sttp.tapir.tests
Basic
Blob
ContentNegotiation
Files
Mapping
Multipart
MultipleFileUpload
OneOf
OneOfBody
Security
Streaming
Test
Test
TestUtil
TestUtil
TestUtilExtensions
Validation
sttp.tapir.tests.data
BasketOfFruits
BasketOfFruits
Blue
Color
ColorValue
ColorWrapper
CustomError
CustomError
Default
NotFound
Entity
Fruit
FruitAmount
FruitAmountWrapper
FruitData
FruitError
FruitErrorDetail
FruitErrorDetail
AlreadyPicked
HarvestError
NameTooShort
NotYetGrown
Unknown
IntWrapper
Organization
Person
Red
StringWrapper
ValidFruitAmount
tapir-tests
/
sttp.tapir.tests
/
ContentNegotiation
ContentNegotiation
object
ContentNegotiation
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
ContentNegotiation
.type
Value members
Implicits
Value members
Concrete fields
val
organizationHtmlIso
:
String
val
organizationHtmlUtf8
:
String
val
organizationJson
:
String
val
organizationXml
:
String
val
out_default_json_or_xml
:
PublicEndpoint
[
Unit
,
Unit
,
Organization
,
Any
]
val
out_default_xml_or_json
:
PublicEndpoint
[
Unit
,
Unit
,
Organization
,
Any
]
val
out_json_xml_different_schema
:
PublicEndpoint
[
String
,
Unit
,
Entity
,
Any
]
val
out_json_xml_text_common_schema
:
PublicEndpoint
[
String
,
Unit
,
Organization
,
Any
]
Implicits
Implicits
implicit
val
htmlCodecForOrganizationISO88591
:
Codec
[
String
,
Organization
,
TextHtml
]
implicit
val
htmlCodecForOrganizationUTF8
:
Codec
[
String
,
Organization
,
TextHtml
]
implicit
val
schemaForOrganization
:
Schema
[
Organization
]
implicit
val
schemaForPerson
:
Schema
[
Person
]
implicit
val
xmlCodecForOrganization
:
XmlCodec
[
Organization
]