InMemoryDynamoDb

org.encalmo.aws.InMemoryDynamoDb
See theInMemoryDynamoDb companion class

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class InMemoryDynamoDbIndex(indexName: String, keySchema: Set[String], projectionType: ProjectionType, nonKeyAttributes: Seq[String])

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class KeyConditionExpression(partitionKeyCondition: KeyCondition, otherKeyConditions: KeyCondition*)

Attributes

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

Value members

Concrete methods

inline def isSameKey(key1: DynamoDbItemKey, key2: DynamoDbItemKey): Boolean
inline def maybeApplyProjectionExpression(projectionExpression: String, attributeNames: Map[String, String], item: DynamoDbItem): DynamoDbItem
inline def maybeApplyProjections(projectionExpression: Option[Iterable[String]], item: DynamoDbItem): DynamoDbItem
final def parseFilterExpression(filterExpression: String, attributeNames: Map[String, String], attributeValues: Map[String, AttributeValue]): Iterable[FilterCondition]
final def parseKeyConditionExpression(keyConditionExpression: String, attributeNames: Map[String, String], attributeValues: Map[String, AttributeValue]): KeyConditionExpression
inline def parseProjectionExpression(projectionExpression: String, attributeNames: Map[String, String]): Option[Iterable[String]]

Extensions

Extensions

extension (items: Map[DynamoDbItemKey, DynamoDbItem])
inline def getByKey(lookupKey: DynamoDbItemKey): Option[DynamoDbItem]