io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product.Parameter.TargetType
See theTargetType companion trait
object TargetType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass 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 Singletontrait Producttrait Mirrortrait TargetTypetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ConstructorParameter.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 Singletontrait Producttrait Mirrortrait TargetTypetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SetterParameter.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article