Skip to content

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

Class YamlConverter

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

All Implemented Interfaces:
    AstConverter<YamlNode>


public class YamlConverter
extends AbstractYamlProcessor<YamlConverter>

Constructor Summary

Constructor Description
YamlConverter()

Method Summary

Modifier and Type Method Description
protected YamlConverter self()
public String toText(AstNode ast)
public YamlNode fromAst(AstNode ast)

Methods inherited from AbstractYamlProcessor

setReporter, getContentType, setOptions, getServiceProperties

Method Details

self

protected YamlConverter self()


toText

public String toText(AstNode ast)

Specified By:

AstConverter


fromAst

public YamlNode fromAst(AstNode ast)

Specified By:

AstConverter