java.lang.Object
io.hotmoka.moka.internal.json.NodesConfigShowOutputJson
io.hotmoka.moka.NodesConfigShowOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<NodesConfigShowOutput>
- Enclosing class:
NodesConfigShowOutputs
public static class NodesConfigShowOutputs.Json
extends io.hotmoka.moka.internal.json.NodesConfigShowOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(NodesConfigShowOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.NodesConfigShowOutputJson
getConfig, unmap
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-