Constructor and Description |
---|
DateMapper() |
Modifier and Type | Method and Description |
---|---|
com.google.cloud.datastore.ValueBuilder<?,?,?> |
toDatastore(Object input)
Maps the given Model object to native Cloud Datastore value.
|
Object |
toModel(com.google.cloud.datastore.Value<?> input)
Maps the given native Cloud Datastore value to equivalent model object.
|
public com.google.cloud.datastore.ValueBuilder<?,?,?> toDatastore(Object input)
Mapper
toDatastore
in interface Mapper
input
- the input to mapCopyright © 2016. All rights reserved.