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