public final class YamlProcessorImpl
extends org.embulk.config.YamlProcessor
| Constructor and Description |
|---|
YamlProcessorImpl(boolean withResolver) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump(Object data) |
Object |
load(InputStream data) |
Object |
load(String data) |
public Object load(InputStream data)
load in class org.embulk.config.YamlProcessor