Package cloud.commandframework.arguments.parser
package cloud.commandframework.arguments.parser
Parser classes used to parse
CommandArgument
-
Interface SummaryInterfaceDescriptionArgumentParser<C,T>Parser that parses strings into values of a specific typeRegistry of
ArgumentParser
that allows these arguments to be referenced by aClass
(or really, aTypeToken
) or aString
key -
Class SummaryClassDescriptionResult of the parsing done by a
ArgumentParser
MappedArgumentParser<C,I,O>An argument parser which wraps another argument parser, converting the output type.Parser parameter used when retrieving parsers from theParserRegistry
Common parser parameters used when resolving types in theParserRegistry
Standard implementation ofParserRegistry