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 Summary
Fields Modifier and Type Field Description protected static ConfigModelSerializerCONFIG_MODEL_SERIALIZERprotected static ConfigSerializerCONFIG_SERIALIZERprotected static RawSerializerRAW_VALUE_SERIALIZER
-
Constructor Summary
Constructors Modifier Constructor Description protectedHolder()
-
-
-
Field Detail
-
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
-
-