de.agilecoders.wicket.jquery.settings
Class DefaultObjectMapperFactory.Holder

java.lang.Object
  extended by 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
protected static ConfigModelSerializer CONFIG_MODEL_SERIALIZER
           
protected static ConfigSerializer CONFIG_SERIALIZER
           
protected static RawSerializer RAW_VALUE_SERIALIZER
           
 
Constructor Summary
protected DefaultObjectMapperFactory.Holder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

DefaultObjectMapperFactory.Holder

protected DefaultObjectMapperFactory.Holder()


Copyright © 2017. All Rights Reserved.