java.lang.Object
org.xbib.datastructures.yaml.tiny.YamlGenerator
Alle implementierten Schnittstellen:
org.xbib.datastructures.api.Generator

public class YamlGenerator extends Object implements org.xbib.datastructures.api.Generator
  • Konstruktordetails

    • YamlGenerator

      public YamlGenerator(org.xbib.datastructures.api.Node<?> root)
    • YamlGenerator

      public YamlGenerator(org.xbib.datastructures.api.Node<?> root, int indent, Writer writer)
  • Methodendetails

    • toMap

      public static Map<String,Object> toMap(org.xbib.datastructures.api.Node<?> root)
    • generate

      public void generate(Writer writer) throws IOException
      Angegeben von:
      generate in Schnittstelle org.xbib.datastructures.api.Generator
      Löst aus:
      IOException