PathElement

io.scalaland.chimney.partial.PathElement
See thePathElement companion trait
object PathElement

Attributes

See also
Since

0.7.0

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

Members list

Type members

Classlikes

final case class Accessor(name: String) extends PathElement

Object property accessor (e.g case class param name).

Object property accessor (e.g case class param name).

Value parameters

name

field name

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait PathElement
class Object
trait Matchable
class Any
Show all
final case class Index(index: Int) extends PathElement

Index in a collection.

Index in a collection.

Value parameters

index

index of an element

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait PathElement
class Object
trait Matchable
class Any
Show all
final case class MapKey(key: Any) extends PathElement

Key in the map.

Key in the map.

Value parameters

key

key in the map

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait PathElement
class Object
trait Matchable
class Any
Show all
final case class MapValue(key: Any) extends PathElement

Value in the map.

Value in the map.

Value parameters

key

key in the map

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait PathElement
class Object
trait Matchable
class Any
Show all

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

Value members

Concrete methods

final def shouldPrependWithDot(pathElement: PathElement): Boolean

Specifies if path element in conventional string representation should be prepended with a dot.

Specifies if path element in conventional string representation should be prepended with a dot.

Value parameters

pathElement

path element

Attributes

Since

0.7.0