public final class BinaryStateRecordAdapter extends Object implements RecordAdapter<io.vlingo.symbio.State.BinaryState>
| Constructor and Description |
|---|
BinaryStateRecordAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallDispatchable(io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,io.vlingo.symbio.State.BinaryState> dispatchable) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallForQuery(String id) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallState(io.vlingo.symbio.State.BinaryState state) |
io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,io.vlingo.symbio.State.BinaryState> |
unmarshallDispatchable(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> item) |
io.vlingo.symbio.State.BinaryState |
unmarshallState(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record) |
public Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallState(io.vlingo.symbio.State.BinaryState state)
marshallState in interface RecordAdapter<io.vlingo.symbio.State.BinaryState>public Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallDispatchable(io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,io.vlingo.symbio.State.BinaryState> dispatchable)
marshallDispatchable in interface RecordAdapter<io.vlingo.symbio.State.BinaryState>public Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallForQuery(String id)
marshallForQuery in interface RecordAdapter<io.vlingo.symbio.State.BinaryState>public io.vlingo.symbio.State.BinaryState unmarshallState(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record)
unmarshallState in interface RecordAdapter<io.vlingo.symbio.State.BinaryState>public io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,io.vlingo.symbio.State.BinaryState> unmarshallDispatchable(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> item)
unmarshallDispatchable in interface RecordAdapter<io.vlingo.symbio.State.BinaryState>Copyright © 2019. All rights reserved.