AutoDerived

io.scalaland.chimney.Transformer.AutoDerived
See theAutoDerived companion object
trait AutoDerived[From, To]

Type class used when you want o allow using automatically derived transformations.

When we want to only allow semiautomatically derived/manually defined instances you should use io.scalaland.chimney.Transformer.

Type parameters

From

type of input value

To

type of output value

Attributes

See also
Since

0.8.0

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Transformer[From, To]

Members list

Value members

Abstract methods

def transform(src: From): To