Class TableRootEncoder

java.lang.Object
io.micronaut.serde.toml.encodestyle.TableRootEncoder

@Internal public final class TableRootEncoder extends Object
Renderer for TOML table output style.
Since:
3.0.1
  • Method Details

    • appendTableDocument

      public static void appendTableDocument(StringBuilder builder, io.micronaut.json.tree.JsonNode value) throws IOException
      Append a complete table-style TOML document.
      Parameters:
      builder - The target builder
      value - The root TOML value
      Throws:
      IOException - If the root value cannot be rendered