public class EmbeddedMapTranslatorFactory extends Object implements TranslatorFactory<Map<Object,Object>,com.google.appengine.api.datastore.EmbeddedEntity>
Translator which turns a Map
| Constructor and Description |
|---|
EmbeddedMapTranslatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Translator<Map<Object,Object>,com.google.appengine.api.datastore.EmbeddedEntity> |
create(TypeKey<Map<Object,Object>> tk,
CreateContext ctx,
Path path)
Create a translator for a type.
|
public Translator<Map<Object,Object>,com.google.appengine.api.datastore.EmbeddedEntity> create(TypeKey<Map<Object,Object>> tk, CreateContext ctx, Path path)
TranslatorFactorycreate in interface TranslatorFactory<Map<Object,Object>,com.google.appengine.api.datastore.EmbeddedEntity>tk - defines the type which is to be translatedpath - is where this type was discovered, important for logging and exceptionsCopyright © 2015. All rights reserved.