Uses of Record Class
org.springframework.shell.command.parser.Parser.ParseResult.OptionResult
Packages that use Parser.ParseResult.OptionResult
-
Uses of Parser.ParseResult.OptionResult in org.springframework.shell.command.parser
Methods in org.springframework.shell.command.parser that return Parser.ParseResult.OptionResultModifier and TypeMethodDescriptionParser.ParseResult.OptionResult.of
(CommandOption option, Object value) Methods in org.springframework.shell.command.parser that return types with arguments of type Parser.ParseResult.OptionResultModifier and TypeMethodDescriptionParser.ParseResult.optionResults()
Returns the value of theoptionResults
record component.Constructor parameters in org.springframework.shell.command.parser with type arguments of type Parser.ParseResult.OptionResultModifierConstructorDescriptionParseResult
(CommandRegistration commandRegistration, List<Parser.ParseResult.OptionResult> optionResults, List<Parser.ParseResult.ArgumentResult> argumentResults, List<MessageResult> messageResults, List<DirectiveResult> directiveResults) Creates an instance of aParseResult
record class.