Class MapifyTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.MapifyTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<Map<Object,Object>,List<? extends com.google.cloud.datastore.Value<?>>>

public class MapifyTranslatorFactory extends Object implements TranslatorFactory<Map<Object,Object>,List<? extends com.google.cloud.datastore.Value<?>>>

This takes a datastore collection and converts it to a POJO Map by letting you select out the key value using a class of your own devising. The values will be written to the collection, not the keys.

Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Constructor Details

    • MapifyTranslatorFactory

      public MapifyTranslatorFactory()
  • Method Details