Class YamlMapperFactory.Holder

  • Enclosing class:
    YamlMapperFactory

    private static class YamlMapperFactory.Holder
    extends java.lang.Object
    The holder defers the classloading until it is used.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.fasterxml.jackson.databind.ObjectMapper INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Holder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        private static final com.fasterxml.jackson.databind.ObjectMapper INSTANCE
    • Constructor Detail

      • Holder

        private Holder()