public class FormattingVisitor extends Object
Constructor and Description |
---|
FormattingVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
beginVisit(com.google.gson.JsonObject node)
Begin the visit (top to bottom).
|
void |
endVisit(com.google.gson.JsonObject node)
End the visit (bottom to top).
|
public void beginVisit(com.google.gson.JsonObject node)
node
- ballerina node as a json objectpublic void endVisit(com.google.gson.JsonObject node)
node
- ballerina node as a json objectCopyright © 2019 WSO2. All rights reserved.