Generated

com.digitalasset.transcode.scala.Generated
See theGenerated companion object
trait Generated[T] extends Codec[T], HasDescriptor

Attributes

Companion
object
Graph
Supertypes
trait HasDescriptor
trait Codec[T]
trait Decoder[T]
trait Encoder[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def dimap[B](f: T => B, g: B => T): Codec[B]

Attributes

Inherited from:
Codec

Inherited and Abstract methods

def fromDynamicValue(dv: DynamicValue): T

Attributes

Inherited from:
Encoder
def getDescriptor: Descriptor

Attributes

Inherited from:
HasDescriptor
def toDynamicValue(v: T): DynamicValue

Attributes

Inherited from:
Decoder