DynamoObject

org.scanamo.DynamoObject
See theDynamoObject companion class
object DynamoObject

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(xs: Map[String, AttributeValue]): DynamoObject

Builds a map from a Java Map of attribute values

Builds a map from a Java Map of attribute values

Attributes

Builds a map from an arbitrary number of (String, DynamoValue) pairs

Builds a map from an arbitrary number of (String, DynamoValue) pairs

Attributes

Builds a map from a scala.collection.Map of values

Builds a map from a scala.collection.Map of values

Attributes

def apply[A](xs: (String, A)*)(implicit D: DynamoFormat[A]): DynamoObject

Builds a map from an arbitrary number of (String, A) pairs for any A that can be turned into a value

Builds a map from an arbitrary number of (String, A) pairs for any A that can be turned into a value

Attributes

Builds a map from an iterable collection of (String, DynamoValue) pairs

Builds a map from an iterable collection of (String, DynamoValue) pairs

Attributes

Builds a singleton map

Builds a singleton map

Attributes

Concrete fields

The empty map

The empty map

Attributes