Uses of Interface
org.springframework.shell.command.CommandParser
Packages that use CommandParser
-
Uses of CommandParser in org.springframework.shell.command
Classes in org.springframework.shell.command that implement CommandParserMethods in org.springframework.shell.command that return CommandParserModifier and TypeMethodDescriptionstatic CommandParser
CommandParser.of
(org.springframework.core.convert.ConversionService conversionService, Map<String, CommandRegistration> registrations, ParserConfig config) Gets an instance of a default command parser.