public class FormInputVisitor extends Object implements ContractInputVisitor
| Constructor and Description |
|---|
FormInputVisitor(JacksonObjectMapper objectMapperWrapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
String |
toJson() |
void |
visit(LeafContractInput contractInput) |
void |
visit(NodeContractInput contractInput) |
public FormInputVisitor(JacksonObjectMapper objectMapperWrapper)
public void visit(NodeContractInput contractInput)
visit in interface ContractInputVisitorpublic void visit(LeafContractInput contractInput)
visit in interface ContractInputVisitorpublic String toJson() throws IOException
IOExceptionpublic boolean isEmpty()
Copyright © 2021. All rights reserved.