MapperContext

fun <T> MapperContext(persistenceSpec: PersistenceSpec<T>, operation: String): MapperContext<T>

Create a new MapperContext

Parameters

persistenceSpec

The metadata about an operation invocation

operation

The name of the high-level operation being invoked

Type Parameters

T

The type of objects being converted to/from DynamoDB items