Class YAMLMapperFactory


  • public final class YAMLMapperFactory
    extends java.lang.Object
    The factory class YAMLMapperFactory for creating YAMLMapper objects
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper()
      Factory method for create a new YAMLMapper
      static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper​(com.fasterxml.jackson.dataformat.yaml.YAMLFactory yamlFactory)
      Factory method for create a new YAMLMapper
      static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper​(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper)
      Factory method for create a new YAMLMapper
      • Methods inherited from class java.lang.Object

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

      • newYAMLMapper

        public static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper()
        Factory method for create a new YAMLMapper
        Returns:
        the new YAMLMapper
      • newYAMLMapper

        public static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper​(com.fasterxml.jackson.dataformat.yaml.YAMLFactory yamlFactory)
        Factory method for create a new YAMLMapper
        Parameters:
        yamlFactory - the YAMLFactory object
        Returns:
        the new YAMLMapper
      • newYAMLMapper

        public static com.fasterxml.jackson.dataformat.yaml.YAMLMapper newYAMLMapper​(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper)
        Factory method for create a new YAMLMapper
        Parameters:
        yamlMapper - the YAMLMapper object
        Returns:
        the new YAMLMapper