public interface JsonEventHandler
Modifier and Type | Method and Description |
---|---|
void |
endArray() |
void |
endDocument() |
void |
endObject() |
void |
number(String value) |
void |
primitive(Object value) |
void |
startArray() |
void |
startDocument() |
void |
startObject() |
void |
startObjectEntry(String key) |
void startDocument() throws SAXException
SAXException
void endDocument() throws SAXException
SAXException
void startObject() throws SAXException
SAXException
void startObjectEntry(String key) throws SAXException
SAXException
void endObject() throws SAXException
SAXException
void startArray() throws SAXException
SAXException
void endArray() throws SAXException
SAXException
void primitive(Object value) throws SAXException
SAXException
void number(String value) throws SAXException
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.