Package | Description |
---|---|
com.googlecode.objectify.impl | |
com.googlecode.objectify.impl.translate | |
com.googlecode.objectify.impl.translate.opt.joda |
Constructor and Description |
---|
KeyMetadata(Class<P> clazz,
CreateContext ctx,
Path path) |
KeyPopulator(Class<P> clazz,
CreateContext ctx,
Path path) |
Modifier and Type | Method and Description |
---|---|
Translator<Collection<Object>,List<? extends com.google.cloud.datastore.Value<?>>> |
CollectionTranslatorFactory.create(TypeKey<Collection<Object>> tk,
CreateContext ctx,
Path path) |
Translator<Map<Object,Object>,List<? extends com.google.cloud.datastore.Value<?>>> |
MapifyTranslatorFactory.create(TypeKey<Map<Object,Object>> tk,
CreateContext ctx,
Path path) |
Translator<Map<Object,Object>,com.google.cloud.datastore.FullEntity<?>> |
EmbeddedMapTranslatorFactory.create(TypeKey<Map<Object,Object>> tk,
CreateContext ctx,
Path path) |
Translator<Number,Long> |
IntegerTranslatorFactory.create(TypeKey<Number> tk,
CreateContext ctx,
Path path) |
Translator<Number,Double> |
FloatTranslatorFactory.create(TypeKey<Number> tk,
CreateContext ctx,
Path path) |
Translator<Object,Object> |
TranslateTranslatorFactory.create(TypeKey<Object> tk,
CreateContext ctx,
Path path) |
Translator<Object,com.google.cloud.datastore.Blob> |
SerializeTranslatorFactory.create(TypeKey<Object> tk,
CreateContext ctx,
Path path) |
Translator<Object,Object> |
ObjectTranslatorFactory.create(TypeKey<Object> tk,
CreateContext createCtx,
Path path) |
Translator<Object,Object> |
ContainerTranslatorFactory.create(TypeKey<Object> tk,
CreateContext ctx,
Path path) |
Translator<Object,List<? extends com.google.cloud.datastore.Value<?>>> |
ArrayTranslatorFactory.create(TypeKey<Object> tk,
CreateContext ctx,
Path path) |
Translator<P,D> |
ValueTranslatorFactory.create(TypeKey<P> tk,
CreateContext ctx,
Path path) |
Translator<P,D> |
TranslatorFactory.create(TypeKey<P> tk,
CreateContext ctx,
Path path)
Create a translator for a type.
|
ClassTranslator<P> |
ClassTranslatorFactory.create(TypeKey<P> tk,
CreateContext ctx,
Path path) |
Translator<com.google.cloud.datastore.Value<Object>,Object> |
RawValueTranslatorFactory.create(TypeKey<com.google.cloud.datastore.Value<Object>> tk,
CreateContext ctx,
Path path) |
protected ValueTranslator<Enum<E>,String> |
EnumTranslatorFactory.createValueTranslator(TypeKey<Enum<E>> tk,
CreateContext ctx,
Path path) |
protected abstract ValueTranslator<P,D> |
ValueTranslatorFactory.createValueTranslator(TypeKey<P> tk,
CreateContext ctx,
Path path)
Create a translator, knowing that we have the appropriate type.
|
protected ValueTranslator<P,D> |
SimpleTranslatorFactory.createValueTranslator(TypeKey<P> tk,
CreateContext ctx,
Path path) |
protected ValueTranslator<Ref<?>,com.google.cloud.datastore.Key> |
RefTranslatorFactory.createValueTranslator(TypeKey<Ref<?>> 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,D> Translator<P,D> |
CreateContext.getTranslator(TypeKey<P> tk,
CreateContext ctx,
Path path)
Get the relevant translator, creating it if necessary.
|
Constructor and Description |
---|
ClassPopulator(Class<P> clazz,
CreateContext ctx,
Path path) |
ClassTranslator(Class<P> declaredClass,
CreateContext ctx,
Path path) |
Modifier and Type | Method and Description |
---|---|
protected ValueTranslator<org.joda.time.ReadableInstant,com.google.cloud.Timestamp> |
ReadableInstantTranslatorFactory.createValueTranslator(TypeKey<org.joda.time.ReadableInstant> tk,
CreateContext ctx,
Path path) |
protected ValueTranslator<org.joda.time.ReadablePartial,String> |
ReadablePartialTranslatorFactory.createValueTranslator(TypeKey<org.joda.time.ReadablePartial> tk,
CreateContext ctx,
Path path) |
Copyright © 2018. All rights reserved.