Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun String.toRefParameter(): Parameter
Link copied to clipboard
fun MutableMap<String, Parameter>.with(parameterRef: ParameterRef): MutableMap<String, Parameter>
Link copied to clipboard
fun MutableList<Parameter>.withParameter(name: String, parameterIn: ParameterIn, schema: Schema<*>, customize: (Parameter) -> Unit = {}): MutableList<Parameter>