Delimiter

sttp.tapir.Schema.Delimiter
See theDelimiter companion object
case class Delimiter(delimiter: String)

Used in combination with explode, to properly represent delimited values in examples and default values (#3581)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product