harness.sql.query.ReturningJson$
See theReturningJson companion trait
object ReturningJson
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ReturningJson.type
Members list
Type members
Classlikes
final case class Multi[T](parse: Map[String, Json] => Either[String, T], selects: List[(String, String)]) extends ReturningJson[T]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ReturningJson[T]class Objecttrait Matchableclass AnyShow all
- Self type
-
Multi[T]
final case class Single[T](keyName: String, select: String, decoder: JsonDecoder[T]) extends ReturningJson[T]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ReturningJson[T]class Objecttrait Matchableclass AnyShow all
- Self type
-
Single[T]
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article