| Name | Description | Type | Package | Framework |
| Assertions | Various utility methods when dealing with shell commands. | Class | org.springframework.xd.shell.util | Spring XD |
| CommonUtils | Contains common non-ui related helper methods for rendering text to the console. | Class | org.springframework.xd.shell.util | Spring XD |
| JsonUtil | Some JSON helper utilities. | Class | org.springframework.xd.shell.util | Spring XD |
| Table | Provide a basic concept of a table structure containing a map of column headers and a collection of rows. | Class | org.springframework.xd.shell.util | Spring XD |
| TableHeader | Defines table column headers used by Table. | Class | org.springframework.xd.shell.util | Spring XD |
| TableRow | Holds the table rows used by Table. | Class | org.springframework.xd.shell.util | Spring XD |
| UiUtils | Contains utility methods for rendering data to a formatted console output. | Class | org.springframework.xd.shell.util | Spring XD |