public class TextTranslatorFactory extends ValueTranslatorFactory<com.google.appengine.api.datastore.Text,Object>
Constructor and Description |
---|
TextTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected ValueTranslator<com.google.appengine.api.datastore.Text,Object> |
createSafe(Path path,
Property property,
Type type,
CreateContext ctx)
Create a translator, knowing that we have the appropriate type.
|
create
protected ValueTranslator<com.google.appengine.api.datastore.Text,Object> createSafe(Path path, Property property, Type type, CreateContext ctx)
ValueTranslatorFactory
createSafe
in class ValueTranslatorFactory<com.google.appengine.api.datastore.Text,Object>
type
- is guaranteed to erase to something assignable to ClassCopyright © 2014. All rights reserved.