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