java.lang.Object
io.hotmoka.moka.internal.json.ObjectsShowOutputJson
io.hotmoka.moka.ObjectsShowOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<ObjectsShowOutput>
- Enclosing class:
ObjectsShowOutputs
public static class ObjectsShowOutputs.Json
extends io.hotmoka.moka.internal.json.ObjectsShowOutputJson
JSON representation.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.hotmoka.moka.internal.json.ObjectsShowOutputJson
io.hotmoka.moka.internal.json.ObjectsShowOutputJson.ConstructorDescriptionJson, io.hotmoka.moka.internal.json.ObjectsShowOutputJson.MethodDescriptionJson -
Constructor Summary
ConstructorsConstructorDescriptionJson(ObjectsShowOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.ObjectsShowOutputJson
getConstructorDescriptions, getFields, getMethodDescriptions, getTag, unmap
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-