Class ContainerTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.ContainerTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<Object,Object>

public class ContainerTranslatorFactory extends Object implements TranslatorFactory<Object,Object>

Translator factory which lets users create @Container properties. This is a neat orthogonality in the translation system; @Container properties are just like any other translated property, except that the value is pulled out of the load context instead of the datastore node.

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

    • ContainerTranslatorFactory

      public ContainerTranslatorFactory()
  • Method Details