| Package | Description | 
|---|---|
| org.springframework.shell.result | Contains strategies for dealing with results of commands. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributedCharSequenceResultHandlerA  ResultHandlerthat knows how to render JLine'sAttributedCharSequence. | 
| class  | CommandParserExceptionsExceptionResultHandlerDisplays command parsing errors on the terminal. | 
| class  | DefaultResultHandlerA simple  ResultHandlerthat deals with Objects (hence comes as a last resort)
 and prints theObject.toString()value of results to standard out. | 
| class  | ParameterValidationExceptionResultHandlerDisplays validation errors on the terminal. | 
| class  | TerminalSizeAwareResultHandlerA ResultHandler that prints  TerminalSizeAwareaccording to theTerminalsize. | 
| class  | ThrowableResultHandlerA  ResultHandlerthat prints thrown exceptions messages in red. | 
Copyright © 2022. All rights reserved.