public class RamlNodeParser extends Object
| Constructor and Description |
|---|
RamlNodeParser() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
parse(InputStream inputStream) |
static Node |
parse(InputStream inputStream,
boolean supportLibraries) |
static Node |
parse(Reader reader) |
static Node |
parse(Reader reader,
boolean supportLibraries) |
static Node |
parse(String content) |
static Node |
parse(String content,
boolean supportLibraries) |
@Nullable public static Node parse(InputStream inputStream)
@Nullable public static Node parse(InputStream inputStream, boolean supportLibraries)
Copyright © 2016. All rights reserved.