Uses of Interface
com.googlecode.objectify.impl.translate.Translator
Packages that use Translator
-
Uses of Translator in com.googlecode.objectify.impl.translate
Classes in com.googlecode.objectify.impl.translate that implement TranslatorModifier and TypeClassDescriptionclassSome common code for Translators which know how to convert a POJO type into a PropertiesContainer.classTranslator which can translate arbitrary entities based on registered kinds.classNullSafeTranslator<P,D> Handles null checking so we don't have to do it everywhere.classTranslatorRecycles<P,D> Combines Translator with Recycles, useful so that we can create anonymous classes.classValueTranslator<P,D> Translator that should be extended for typical atomic values.Methods in com.googlecode.objectify.impl.translate that return TranslatorModifier and TypeMethodDescriptionTranslator<Object,List<? extends com.google.cloud.datastore.Value<?>>> ArrayTranslatorFactory.create(TypeKey<Object> tk, CreateContext ctx, Path path) Translator<Collection<Object>,List<? extends com.google.cloud.datastore.Value<?>>> CollectionTranslatorFactory.create(TypeKey<Collection<Object>> tk, CreateContext ctx, Path path) ContainerTranslatorFactory.create(TypeKey<Object> tk, CreateContext ctx, Path path) Translator<Map<Object,Object>, com.google.cloud.datastore.FullEntity<?>> FloatTranslatorFactory.create(TypeKey<Number> tk, CreateContext ctx, Path path) IntegerTranslatorFactory.create(TypeKey<Number> tk, CreateContext ctx, Path path) Translator<Map<Object,Object>, List<? extends com.google.cloud.datastore.Value<?>>> ObjectTranslatorFactory.create(TypeKey<Object> tk, CreateContext createCtx, Path path) Translator<com.google.cloud.datastore.Value<Object>,Object> RawValueTranslatorFactory.create(TypeKey<com.google.cloud.datastore.Value<Object>> tk, CreateContext ctx, Path path) Translator<Object,com.google.cloud.datastore.Blob> SerializeTranslatorFactory.create(TypeKey<Object> tk, CreateContext ctx, Path path) TranslateTranslatorFactory.create(TypeKey<Object> tk, CreateContext ctx, Path path) Translator<P,D> TranslatorFactory.create(TypeKey<P> tk, CreateContext ctx, Path path) Create a translator for a type.final Translator<P,D> ValueTranslatorFactory.create(TypeKey<P> tk, CreateContext ctx, Path path) <P,D> Translator<P, D> Translators.get(TypeKey tk, CreateContext ctx, Path path) Obtains the Translator appropriate for this type and annotations.<P> Translator<P,com.google.cloud.datastore.FullEntity<?>> Get the translator for a root entity class<P,D> Translator<P, D> CreateContext.getTranslator(TypeKey<P> tk, CreateContext ctx, Path path) Get the relevant translator, creating it if necessary.