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