DocumentPath

org.encalmo.aws.AwsDynamoDbApi.DocumentPath
object DocumentPath

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Attribute(name: String) extends Part

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Part
class Object
trait Matchable
class Any
Show all
sealed trait Part

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Attribute
class Index

Types

type Path = Seq[Part]

Value members

Concrete methods

inline def isNestedPath(path: String): Boolean
inline def parse(path: String): Seq[Part]

Extensions

Extensions

extension (path: Seq[Part])
inline def resolveNameReferences(attributeNames: Map[String, String]): Path
inline def toNameReference: String
inline def toPath: String
inline def toValueReference: String