Package kboyle.oktane.core.parsers
Class DefaultArgumentParser
java.lang.Object
kboyle.oktane.core.parsers.DefaultArgumentParser
- All Implemented Interfaces:
ArgumentParser
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultArgumentParser(com.google.common.collect.ImmutableMap<Class<?>,TypeParser<?>> typeParserByClass)
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ArgumentParserResult>
parse(CommandContext context, Command command, List<String> tokens)
-
Constructor Details
-
DefaultArgumentParser
public DefaultArgumentParser(com.google.common.collect.ImmutableMap<Class<?>,TypeParser<?>> typeParserByClass)
-
-
Method Details
-
parse
public reactor.core.publisher.Mono<ArgumentParserResult> parse(CommandContext context, Command command, List<String> tokens)- Specified by:
parse
in interfaceArgumentParser
-