DynamoValue

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

final def fromAttributeValue(av: AttributeValue): DynamoValue

Creats a pure value from an AttributeValue

Creats a pure value from an AttributeValue

def fromBoolean(b: Boolean): DynamoValue

Creates a boolean value

Creates a boolean value

def fromByteBuffer(b: ByteBuffer): DynamoValue

Creates a byte buffer value

Creates a byte buffer value

def fromByteBuffers(bs: Iterable[ByteBuffer]): DynamoValue

Creates an array of byte buffers

Creates an array of byte buffers

Creates an array from a DynamoArray

Creates an array from a DynamoArray

Creates a map from a DynamoObject

Creates a map from a DynamoObject

def fromFields(as: (String, DynamoValue)*): DynamoValue

Creates aa map of values

Creates aa map of values

def fromMap(as: Map[String, DynamoValue]): DynamoValue

Builds a map of values from an actual Map

Builds a map of values from an actual Map

def fromNumber[N : Numeric](n: N): DynamoValue

Creates a numeric value

Creates a numeric value

def fromNumbers[N : Numeric](ns: Iterable[N]): DynamoValue

Creates an array of numbers

Creates an array of numbers

def fromString(s: String): DynamoValue

Creates a string value

Creates a string value

def fromStrings(ss: Iterable[String]): DynamoValue

Creates an array of strings

Creates an array of strings

def fromValues(as: Iterable[DynamoValue]): DynamoValue

Creates an array of values

Creates an array of values

Concrete fields

The null value

The null value