All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.tapir.model.Delimited.scala Maven / Gradle / Ivy

There is a newer version: 1.11.9
Show newest version
package sttp.tapir.model

/** Used to represent lists of values delimited with `DELIMITER`.
  *
  * @see
  *   [[sttp.tapir.Codec.delimited]]
  * @see
  *   [[sttp.tapir.Schema.schemaForDelimited]]
  * @see
  *   [[CommaSeparated]]
  */
case class Delimited[DELIMITER <: String, T](values: List[T])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy