scalajs-dynamodb-shared
scalajs-dynamodb-shared
facade.amazonaws.services.dynamodb.shared
AttributeValue
AttributeValue
AttributeValueMapper
AttributeValueMapper
scalajs-dynamodb-shared
/
facade.amazonaws.services.dynamodb.shared
/
AttributeValueMapper
AttributeValueMapper
object
AttributeValueMapper
Companion
class
Graph
Supertypes
Self type
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
AttributeValueMapper
Type members
Implicits
Type members
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
Implicits
Implicits
implicit
val
AttributeValueTypeBoolean
:
AttributeValueMapper
[
BooleanAttributeValue
]
implicit
val
AttributeValueTypeDouble
:
AttributeValueMapper
[
Double
]
implicit
val
AttributeValueTypeInt
:
AttributeValueMapper
[
Int
]
implicit
val
AttributeValueTypeList
:
AttributeValueMapper
[
ListAttributeValue
]
implicit
val
AttributeValueTypeMap
:
AttributeValueMapper
[
MapAttributeValue
]
implicit
def
AttributeValueTypeMapT
[T :
AttributeValueMapper
]:
AttributeValueMapper
[
Map
[
String
, T]]
implicit
val
AttributeValueTypeScalaBigDecimal
:
AttributeValueMapper
[
BigDecimal
]
implicit
val
AttributeValueTypeScalaBigInt
:
AttributeValueMapper
[
BigInt
]
implicit
def
AttributeValueTypeSeqT
[T :
AttributeValueMapper
]:
AttributeValueMapper
[
Seq
[T]]
implicit
val
AttributeValueTypeString
:
AttributeValueMapper
[
StringAttributeValue
]