Class DefaultObjectMapperFactory.Holder

java.lang.Object
de.agilecoders.wicket.jquery.settings.DefaultObjectMapperFactory.Holder
Enclosing class:
DefaultObjectMapperFactory

protected static final class DefaultObjectMapperFactory.Holder extends Object
lazy holder pattern to prevent instantiation of serializers if not used.
  • Field Details

    • RAW_VALUE_SERIALIZER

      protected static final RawSerializer RAW_VALUE_SERIALIZER
    • CONFIG_SERIALIZER

      protected static final ConfigSerializer CONFIG_SERIALIZER
    • CONFIG_MODEL_SERIALIZER

      protected static final ConfigModelSerializer CONFIG_MODEL_SERIALIZER
  • Constructor Details

    • Holder

      protected Holder()