Package cloud.commandframework.arguments.parser
package cloud.commandframework.arguments.parser
Parser classes used to parse
CommandArgument-
ClassDescriptionArgumentParser<C,
T> Parser that parses strings into values of a specific typeResult of the parsing done by aArgumentParserMappedArgumentParser<C,I, O> An argument parser which wraps another argument parser, converting the output type.Parser parameter used when retrieving parsers from theParserRegistryRegistry ofArgumentParserthat allows these arguments to be referenced by aClass(or really, aTypeToken) or aStringkeyCommon parser parameters used when resolving types in theParserRegistryStandard implementation ofParserRegistry