Class 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
    • Constructor Detail

      • ContainerTranslatorFactory

        public ContainerTranslatorFactory()