WorkspaceReaderpublic final class JsonReader extends java.lang.Object implements WorkspaceReader
| Constructor | Description |
|---|---|
JsonReader() |
| Modifier and Type | Method | Description |
|---|---|---|
com.structurizr.Workspace |
read(java.io.Reader reader) |
Reads and parses a workspace definition from a JSON document.
|
public com.structurizr.Workspace read(java.io.Reader reader)
throws WorkspaceReaderException
read in interface WorkspaceReaderreader - a Reader on top of the workspace definitionWorkspaceReaderException - if something goes wrong