Class AsIsTranslatorFactory

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

public class AsIsTranslatorFactory
extends Object
implements TranslatorFactory<Object,​Object>

This should be near the end of the translation discovery chain. It recognizes any types natively supported by GAE and leaves them as-is when storing in the datastore.

Also handles the case of a field declared Object; we leave it unmolested.

Also - this fixes the boolean.class vs Boolean.class mismatch.

Author:
Jeff Schnitzer
  • Constructor Details

    • AsIsTranslatorFactory

      public AsIsTranslatorFactory()
  • Method Details