public class SchemaLoader extends Object
| Constructor and Description |
|---|
SchemaLoader() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigSchema |
loadConfigSchemaFromYaml(InputStream sourceStream) |
static Map<String,Object> |
loadYamlAsMap(InputStream sourceStream) |
public static Map<String,Object> loadYamlAsMap(InputStream sourceStream) throws IOException, SchemaLoaderException
IOExceptionSchemaLoaderExceptionpublic static ConfigSchema loadConfigSchemaFromYaml(InputStream sourceStream) throws IOException, SchemaLoaderException
IOExceptionSchemaLoaderExceptionCopyright © 2016 Apache NiFi Project. All rights reserved.