public interface Parser
Modifier and Type | Interface and Description |
---|---|
static class |
Parser.DefaultAsyncParser |
Modifier and Type | Method and Description |
---|---|
Parsed |
parse(ParserConfig config) |
default Future<Parsed> |
parseAsync(ParserConfig config) |
Parsed parse(ParserConfig config)
default Future<Parsed> parseAsync(ParserConfig config)
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.