info.fingo.spata.converter

Members list

Type members

Classlikes

trait FromProduct[P <: Product]

Converter from a product (case class) to a record.

Converter from a product (case class) to a record.

This trait defines behavior to be implemented by concrete, given converters.

Type parameters

P

type of source entity.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object FromProduct

FromProduct companion object with given instance of product to record converter.

FromProduct companion object with given instance of product to record converter.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait FromTuple[-T <: Tuple]

Converter from a tuple to a record.

Converter from a tuple to a record.

This trait defines behavior to be implemented by concrete, given converters.

Type parameters

P

type of source entity

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object fromEmpty.type
object FromTuple

FromTuple companion object with given instances of tuple to record converter.

FromTuple companion object with given instances of tuple to record converter.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FromTuple.type
trait ToProduct[P <: Product]

Converter from a record to a product (case class).

Converter from a record to a product (case class).

This trait defines behavior to be implemented by concrete, given converters.

Type parameters

P

type of target entity.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ToProduct

ToProduct companion object with given instance of record to product converter.

ToProduct companion object with given instance of record to product converter.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ToProduct.type
trait ToTuple[+T <: Tuple]

Converter from a record to a tuple.

Converter from a record to a tuple.

This trait defines behavior to be implemented by concrete, given converters.

Type parameters

T

type of target tuple

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object toEmpty.type
object ToTuple

ToTuple companion object with given instances of record to tuple converter.

ToTuple companion object with given instances of record to tuple converter.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ToTuple.type