Class BaseYamlWriter

  • All Implemented Interfaces:
    YamlWriter

    public class BaseYamlWriter
    extends java.lang.Object
    implements YamlWriter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> void write​(java.io.Writer writer, T data)  
      • Methods inherited from class java.lang.Object

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

      • write

        public <T> void write​(java.io.Writer writer,
                              T data)
        Specified by:
        write in interface YamlWriter