TargetType

io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product.Parameter.TargetType
See theTargetType companion trait
object TargetType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TargetType.type

Members list

Type members

Classlikes

case object ConstructorParameter extends TargetType

When constructing, value will be passed as constructor argument

When constructing, value will be passed as constructor argument

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait TargetType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object SetterParameter extends TargetType

When constructing, value will be passed as setter argument

When constructing, value will be passed as setter argument

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait TargetType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror