Consts

object Consts

Constants used across the generator.

Media types are ordered to define deterministic selection when multiple content types exist.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val BAD_REQUEST_CODE: Int = 400
Link copied to clipboard
const val DATE_FORMAT: String
Link copied to clipboard
Link copied to clipboard
const val EMAIL_FORMAT: String
Link copied to clipboard
const val FORBIDDEN_CODE: Int = 403
Link copied to clipboard
const val INT32_FORMAT: String
Link copied to clipboard
const val INT64_FORMAT: String
Link copied to clipboard

Supported content types in request/response bodies, in selection order.

Link copied to clipboard
const val UNAUTHORIZED_CODE: Int = 401
Link copied to clipboard
const val UUID_FORMAT: String