MapKey

io.scalaland.chimney.partial.PathElement.MapKey
final case class MapKey(key: Any) extends PathElement

Key in the map.

Value parameters

key

key in the map

Attributes

Since

0.7.0

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

Members list

Value members

Concrete methods

override def asString: String

Obtain conventional string representation of path element\

Obtain conventional string representation of path element\

Attributes

Since

0.7.0

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product