Skip to content

Package io.github.qishr.cascara.lang.yaml.processor

Class YamlPushParser

java.lang.Object
        io.github.qishr.cascara.lang.yaml.processor.AbstractYamlProcessor<io.github.qishr.cascara.lang.yaml.processor.YamlPushParser>
                io.github.qishr.cascara.lang.yaml.processor.YamlPushParser

All Implemented Interfaces:
    PushParser


public class YamlPushParser
extends AbstractYamlProcessor<YamlPushParser>

Constructor Summary

Constructor Description
YamlPushParser()

Method Summary

Modifier and Type Method Description
protected YamlPushParser self()
public void parse(InputStream input, StreamHandler handler)

Methods inherited from AbstractYamlProcessor

setReporter, getOptions, getContentType, getServiceProperties, getVersion, getReporter, setOptions

Method Details

self

protected YamlPushParser self()

Overrides:

AbstractYamlProcessor


parse

public void parse(InputStream input, StreamHandler handler)

Throws:

ParserException

Specified By:

PushParser