Uses of Class
org.springframework.shell.command.parser.ParserConfig
Packages that use ParserConfig
-
Uses of ParserConfig in org.springframework.shell.command
Methods in org.springframework.shell.command with parameters of type ParserConfigModifier and TypeMethodDescriptionstatic CommandParserCommandParser.of(org.springframework.core.convert.ConversionService conversionService, Map<String, CommandRegistration> registrations, ParserConfig config) Gets an instance of a default command parser.Constructors in org.springframework.shell.command with parameters of type ParserConfigModifierConstructorDescriptionAstCommandParser(Map<String, CommandRegistration> registrations, ParserConfig configuration, org.springframework.core.convert.ConversionService conversionService) -
Uses of ParserConfig in org.springframework.shell.command.parser
Constructors in org.springframework.shell.command.parser with parameters of type ParserConfigModifierConstructorDescriptionCommandModel(Map<String, CommandRegistration> registrations, ParserConfig configuration) DefaultLexer(CommandModel commandModel, ParserConfig config) DefaultParser(CommandModel commandModel, Lexer lexer, Ast ast, ParserConfig config) DefaultParser(CommandModel commandModel, Lexer lexer, Ast ast, ParserConfig config, org.springframework.core.convert.ConversionService conversionService)