MediaTypeBuilder
class MediaTypeBuilder(context: OpenApiDslContext) : MediaTypeDsl, Builder<MediaType> , Buildable<MediaType>
A builder for MediaTypeDsl.
Functions
Link copied to clipboard
Set the schema to be of type T
.
Set the schema to be of type T
, with the given object set as the example.
Set the schema to be of type ktype, with the given object set as the example.