public class JsonTee extends Object implements JsonEventHandler
Constructor and Description |
---|
JsonTee(JsonEventHandler first,
JsonEventHandler second) |
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) |
public JsonTee(JsonEventHandler first, JsonEventHandler second)
public void startDocument() throws SAXException
startDocument
in interface JsonEventHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface JsonEventHandler
SAXException
public void startObject() throws SAXException
startObject
in interface JsonEventHandler
SAXException
public void startObjectEntry(String key) throws SAXException
startObjectEntry
in interface JsonEventHandler
SAXException
public void endObject() throws SAXException
endObject
in interface JsonEventHandler
SAXException
public void startArray() throws SAXException
startArray
in interface JsonEventHandler
SAXException
public void endArray() throws SAXException
endArray
in interface JsonEventHandler
SAXException
public void primitive(Object value) throws SAXException
primitive
in interface JsonEventHandler
SAXException
public void number(String value) throws SAXException
number
in interface JsonEventHandler
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.