ldbc.dsl.codec.Encoder
See theEncoder companion trait
object Encoder
Attributes
- Companion
- trait
- Source
- Encoder.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Encoder.type
Members list
Type members
Classlikes
object given_Encoder_Array extends Encoder[Array[Byte]]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Array.type
object given_Encoder_BigDecimal extends Encoder[BigDecimal]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_Boolean extends Encoder[Boolean]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_Byte extends Encoder[Byte]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Byte.type
object given_Encoder_Double extends Encoder[Double]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Double.type
object given_Encoder_Float extends Encoder[Float]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Float.type
object given_Encoder_Int extends Encoder[Int]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Int.type
object given_Encoder_LocalDate extends Encoder[LocalDate]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_LocalDateTime extends Encoder[LocalDateTime]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_LocalTime extends Encoder[LocalTime]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_Long extends Encoder[Long]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Long.type
object given_Encoder_None_type extends Encoder[None.type]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
object given_Encoder_Short extends Encoder[Short]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Short.type
object given_Encoder_String extends Encoder[String]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_String.type
object given_Encoder_Year extends Encoder[Year]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
-
given_Encoder_Year.type
object given_Encoder_YearMonth extends Encoder[YearMonth]
Attributes
- Source
- Encoder.scala
- Supertypes
- Self type
Types
type MapToTuple[T] = T match { case EmptyTuple => EmptyTuple case h *: EmptyTuple => Encoder[h] *: EmptyTuple case h *: t => Encoder[h] *: MapToTuple[t] }
Attributes
- Source
- Encoder.scala
Value members
Givens
Givens
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
Attributes
- Source
- Encoder.scala
In this article