public class StringTranslatorFactory extends SimpleTranslatorFactory<String,String>
Constructor and Description |
---|
StringTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected com.google.cloud.datastore.Value<String> |
toDatastore(String value) |
protected String |
toPojo(com.google.cloud.datastore.Value<String> value) |
createValueTranslator
create
protected String toPojo(com.google.cloud.datastore.Value<String> value)
toPojo
in class SimpleTranslatorFactory<String,String>
protected com.google.cloud.datastore.Value<String> toDatastore(String value)
toDatastore
in class SimpleTranslatorFactory<String,String>
Copyright © 2018. All rights reserved.