Class KeyTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.ValueTranslatorFactory<P,D>
com.googlecode.objectify.impl.translate.SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
com.googlecode.objectify.impl.translate.KeyTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<Key<?>,com.google.cloud.datastore.Key>

public class KeyTranslatorFactory extends SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
Knows how to convert Keyinvalid input: '<'?> objects to datastore-native Key objects and vice-versa.
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Constructor Details

    • KeyTranslatorFactory

      public KeyTranslatorFactory()
  • Method Details

    • toPojo

      protected Key<?> toPojo(com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> value)
      Specified by:
      toPojo in class SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
    • toDatastore

      protected com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> toDatastore(Key<?> value)
      Specified by:
      toDatastore in class SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>