JsonWriterpublic interface WorkspaceWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(com.structurizr.Workspace workspace,
java.io.Writer writer) |
Writes a workspace definition to the specified Writer object.
|
void write(com.structurizr.Workspace workspace,
java.io.Writer writer)
throws WorkspaceWriterException
workspace - the Workspace object to writewriter - the Writer object to write the workspace toWorkspaceWriterException - if something goes wrong