Encoder

meteor.codec.Encoder
See theEncoder companion object
trait Encoder[A]

Provides an encoding function for a given type, write value of type A as a Java AttributeValue

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[A]

Members list

Value members

Abstract methods

def write(a: A): AttributeValue
Implicitly added by dynamoEncoderForJavaUtilMap

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object

def write(a: A): AttributeValue
Implicitly added by dynamoEncoderForList

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object

def write(a: A): AttributeValue
Implicitly added by dynamoEncoderForMap

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object

def write(a: A): AttributeValue
Implicitly added by dynamoEncoderForOption

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object

def write(a: A): AttributeValue
Implicitly added by dynamoEncoderForSeq

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object

def write(a: A): AttributeValue

Write a value of type A as a Java AttributeValue

Write a value of type A as a Java AttributeValue

Value parameters

a

value of type A

Attributes

Returns

a Java AttributeValue object