sttp.tapir.tests.data

Members list

Type members

Classlikes

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object Blue extends Color

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Color
class Object
trait Matchable
class Any
Show all
Self type
Blue.type
sealed trait Color

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Blue.type
object Red.type
case class ColorValue(color: Color, value: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ColorWrapper(color: Color)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait CustomError

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Default
object NotFound.type
object CustomError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Entity

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Organization
class Person
case class Fruit(f: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FruitAmount(fruit: String, amount: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FruitAmountWrapper(fruitAmount: FruitAmount, notes: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FruitData(data: Part[TapirFile])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FruitError(msg: String, code: Int) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class IntWrapper(v: Int) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
case class Organization(name: String) extends Entity

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any
Show all
case class Person(name: String, age: Int) extends Entity

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any
Show all
case object Red extends Color

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Color
class Object
trait Matchable
class Any
Show all
Self type
Red.type
final case class StringWrapper(v: String) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
case class ValidFruitAmount(fruit: StringWrapper, amount: IntWrapper)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all