DynamoValue

org.scanamo.DynamoValue
See theDynamoValue companion class
object DynamoValue

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

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

final def fromAttributeValue(av: AttributeValue): DynamoValue

Creats a pure value from an AttributeValue

Creats a pure value from an AttributeValue

Attributes

Creates a boolean value

Creates a boolean value

Attributes

def fromByteBuffer(b: ByteBuffer): DynamoValue

Creates a byte buffer value

Creates a byte buffer value

Attributes

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

Creates an array of byte buffers

Creates an array of byte buffers

Attributes

Creates an array from a DynamoArray

Creates an array from a DynamoArray

Attributes

Creates a map from a DynamoObject

Creates a map from a DynamoObject

Attributes

Creates aa map of values

Creates aa map of values

Attributes

Builds a map of values from an actual Map

Builds a map of values from an actual Map

Attributes

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

Creates a numeric value

Creates a numeric value

Attributes

Creates an array of numbers

Creates an array of numbers

Attributes

Creates a string value

Creates a string value

Attributes

Creates an array of strings

Creates an array of strings

Attributes

Creates an array of values

Creates an array of values

Attributes

Concrete fields

The null value

The null value

Attributes