Class RawKeyTranslatorFactory

  • All Implemented Interfaces:
    TranslatorFactory<com.google.cloud.datastore.Key,​com.google.cloud.datastore.Key>

    public class RawKeyTranslatorFactory
    extends SimpleTranslatorFactory<com.google.cloud.datastore.Key,​com.google.cloud.datastore.Key>

    Handle the native datastore Key

    Author:
    Jeff Schnitzer
    • Constructor Detail

      • RawKeyTranslatorFactory

        public RawKeyTranslatorFactory()
    • Method Detail

      • toPojo

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

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