public class JsonArrayTextInput extends Object
JsonArrayParser. It is passed as constructor parameter.JsonArrayParser.parse()| Constructor and Description |
|---|
JsonArrayTextInput(String jsonText)
Instantiates a new Json array text input.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonText()
Gets json text.
|
void |
setJsonText(String jsonText)
Sets json text.
|
public JsonArrayTextInput(String jsonText)
jsonText - the json textCopyright © 2025. All rights reserved.