zio.http.endpoint.openapi.OpenAPI$.LiteralOrExpression$
See theLiteralOrExpression companion trait
object LiteralOrExpression
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LiteralOrExpression.type
Members list
Type members
Classlikes
final case class BooleanLiteral(value: Boolean) extends LiteralOrExpression
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiteralOrExpressionclass Objecttrait Matchableclass AnyShow all
final case class DecimalLiteral(value: Double) extends LiteralOrExpression
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiteralOrExpressionclass Objecttrait Matchableclass AnyShow all
sealed abstract case class Expression extends LiteralOrExpression
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiteralOrExpressionclass Objecttrait Matchableclass AnyShow all
object Expression
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Expression.type
final case class NumberLiteral(value: Long) extends LiteralOrExpression
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiteralOrExpressionclass Objecttrait Matchableclass AnyShow all
final case class StringLiteral(value: String) extends LiteralOrExpression
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiteralOrExpressionclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Concrete fields
In this article