SourceType

io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product.Getter.SourceType
See theSourceType companion trait
object SourceType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Singleton
trait Product
trait Mirror
trait SourceType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self 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 Singleton
trait Product
trait Mirror
trait SourceType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self 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 Singleton
trait Product
trait Mirror
trait SourceType
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