| 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  | TerminalAwareResultHandler<T>Base class for ResultHandlers that rely on JLine's  Terminal. | 
| class  | TerminalSizeAwareResultHandlerA ResultHandler that prints  TerminalSizeAwareaccording to theTerminalsize. | 
| class  | ThrowableResultHandlerA  ResultHandlerthat prints thrown exceptions messages in red. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> void | GenericResultHandlerService. addResultHandler(Class<T> resultType,
                ResultHandler<? super T> resultHandler)Add a plain result handler to this registry. | 
| void | GenericResultHandlerService. addResultHandler(ResultHandler<?> resultHandler)Add a plain result handler to this registry. | 
Copyright © 2023. All rights reserved.