Package io.github.qishr.cascara.lang.json.processor
Class JsonPushParser
java.lang.Object
io.github.qishr.cascara.lang.json.processor.AbstractJsonProcessor<io.github.qishr.cascara.lang.json.processor.JsonPushParser>
io.github.qishr.cascara.lang.json.processor.JsonPushParser
All Implemented Interfaces:
PushParser
public class JsonPushParser
extends AbstractJsonProcessor<JsonPushParser>
Constructor Summary
| Constructor | Description |
|---|---|
| JsonPushParser() |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | parse(InputStream input, StreamHandler handler) | |
| protected JsonPushParser | self() |
Methods inherited from AbstractJsonProcessor
setReporter, getOptions, getContentType, getServiceProperties, getVersion, getReporter, setOptions, getTextResource
Method Details
parse
public void parse(InputStream input, StreamHandler handler)
Throws:
Specified By:
self
protected JsonPushParser self()
Overrides: