| Interface | Description |
|---|---|
| RestClient.RequestListener |
| Class | Description |
|---|---|
| Config |
Global configuration properties access through a singleton wrapper around a Commons Configuration CompositeConfiguration object.
|
| Configurator |
Wires up an Api at runtime by reflectively setting bean properties based on key/value configuration properties.
|
| JSArray |
Yet another JavaScript/JSON list object representation with a few superpowers.
|
| JSNode |
Yet another JavaScript/JSON map object representation with a few superpowers.
|
| Path |
A case insensitive utility abstraction for working with forward slash based paths /like/you/find/in/urls.
|
| RestClient |
An HttpClient wrapper designed specifically to run inside of an Inversion
io.inversion.Action with some superpowers. |
| RestClient.Executor |
An asynchronous thread pool task runner.
|
| Rows |
An utility abstraction of a database result set where all child
Row objects are themselves maps that share the same case insensitive key set. |
| Rows.Row |
Represents a single row in a database result set where values can be accessed by a zero based integer index or by a case insensitive key/column name.
|
| Rows.RowKeys |
An ordered list of case insensitive key/column names shared by all Row instances in a Rows.
|
| Url |
Utility class for parsing and working with HTTP(S) URLs.
|
| Utils |
Collection of utility methods designed to make
java programming less verbose
|
Copyright © 2021 Rocket Partners, LLC. All rights reserved.