Class TableRootEncoder
java.lang.Object
io.micronaut.serde.toml.encodestyle.TableRootEncoder
Renderer for TOML table output style.
- Since:
- 3.0.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendTableDocument(StringBuilder builder, io.micronaut.json.tree.JsonNode value) Append a complete table-style TOML document.
-
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 buildervalue- The root TOML value- Throws:
IOException- If the root value cannot be rendered
-