io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product.Getter.SourceType
See theSourceType companion trait
object SourceType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SourceType.type
Members list
Type members
Classlikes
case object AccessorMethod extends SourceType
def without parameters which cannot be treated as Java Bean getter
def without parameters which cannot be treated as Java Bean getter
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait SourceTypetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
AccessorMethod.type
case object ConstructorVal extends SourceType
val/lazy val initialized by constructor - either as val parameter or in body
val/lazy val initialized by constructor - either as val parameter or in body
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait SourceTypetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ConstructorVal.type
case object JavaBeanGetter extends SourceType
def without parameters which name starts with get or is if it returns Boolean
def without parameters which name starts with get or is if it returns Boolean
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait SourceTypetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
JavaBeanGetter.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