Builder
class Builder(schemaInference: JsonSchemaInference, defaultContentTypes: List<ContentType>) : JsonSchemaInference(source)
Builder for constructing a RequestBody description.
Properties
Functions
Link copied to clipboard
Builds a JsonSchema for the given type.
Link copied to clipboard
Provide a media type definition for the response body.
Link copied to clipboard
Adds a media type definition for the request body using a ContentType receiver.
Link copied to clipboard
Generates a JSON Schema representation for the given type T.