Package-level declarations

Types

Link copied to clipboard
data class ExtractedResponseExample(val body: Any?, val mediaType: String?)

Result of expected response extraction with selected media type.

Link copied to clipboard
class ResponseExampleExtractor(schemaExampleValueGenerator: SchemaExampleValueGenerator)

Extracts expected response examples from OpenAPI operations.