Class YamlMapperFactory


  • public class YamlMapperFactory
    extends java.lang.Object
    YAML Mapper Factory.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  YamlMapperFactory.Holder
      The holder defers the classloading until it is used.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper getInstance()
      Gets the singleton instance of the YAMLMapper.
      • Methods inherited from class java.lang.Object

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

      • YamlMapperFactory

        public YamlMapperFactory()
    • Method Detail

      • getInstance

        public static com.fasterxml.jackson.databind.ObjectMapper getInstance()
        Gets the singleton instance of the YAMLMapper.
        Returns:
        the YAMLMapper