LiteralOrExpression

zio.http.endpoint.openapi.OpenAPI$.LiteralOrExpression$
See theLiteralOrExpression companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class BooleanLiteral(value: Boolean) extends LiteralOrExpression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DecimalLiteral(value: Double) extends LiteralOrExpression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract case class Expression extends LiteralOrExpression

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Expression.type
final case class NumberLiteral(value: Long) extends LiteralOrExpression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StringLiteral(value: String) extends LiteralOrExpression

Attributes

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

Value members

Concrete methods

Concrete fields