AllCodecs

skunk.codec.AllCodecs

Attributes

Source:
AllCodecs.scala
Graph
Supertypes
trait UuidCodec
trait EnumCodec
class Object
trait Matchable
class Any
Known subtypes
object all.type

Members list

Concise view

Value members

Inherited methods

def bit(length: Int): Codec[BitVector]

Attributes

Inherited from:
BinaryCodecs
Source:
BinaryCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala
def enum[A](encode: A => String, decode: String => Option[A], tpe: Type): Codec[A]

Attributes

Inherited from:
EnumCodec
Source:
EnumCodec.scala
def interval(precision: Int): Codec[Duration]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
def numeric(precision: Int, scale: Int): Codec[BigDecimal]

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala
def safe[A](f: String => A): String => Either[String, A]

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala
def time(precision: Int): Codec[LocalTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
def timestamp(precision: Int): Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
def timestamptz(precision: Int): Codec[OffsetDateTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
def timetz(precision: Int): Codec[OffsetTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
def varbit(length: Int): Codec[BitVector]

Attributes

Inherited from:
BinaryCodecs
Source:
BinaryCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Inherited fields

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
BinaryCodecs
Source:
BinaryCodecs.scala

Attributes

Inherited from:
BooleanCodec
Source:
BooleanCodec.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
BinaryCodecs
Source:
BinaryCodecs.scala
val date: Codec[LocalDate]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala
val int4: Codec[Int]

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala
val interval: Codec[Duration]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source:
NumericCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala
val time: Codec[LocalTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
val timestamp: Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
val timestamptz: Codec[OffsetDateTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
val timetz: Codec[OffsetTime]

Attributes

Inherited from:
TemporalCodecs
Source:
TemporalCodecs.scala
val uuid: Codec[UUID]

Attributes

Inherited from:
UuidCodec
Source:
UuidCodec.scala

Attributes

Inherited from:
BinaryCodecs
Source:
BinaryCodecs.scala

Attributes

Inherited from:
TextCodecs
Source:
TextCodecs.scala