Package io.inversion
package io.inversion
-
Interface SummaryInterfaceDescriptionListener that can be registered with an
Apito receive lifecycle, per request and per error callback notifications.ReceivesEngineandApilifecycle, per request and per error callback notifications.Implemented by different runtimes, for example a servlet vs a lambda, to enable different file upload mechanisms.Static constants for HTTP status codes. -
Class SummaryClassDescriptionActions perform some work when matched to a Request and potentially contribute to the content of the Response.Contains the Collections, Endpoints and Actions that make up a REST API.Represents a REST Collection and maps JSON properties property names and logical cross Collection data relationships to underlying Db tables and column names.An adapter to an underlying data source.A single Endpoint, bundling one or more Path match relative Actions, is selected to service a Request.Matches inbound Request Url paths to an Api Endpoint and executes associated Actions.Utility designed to make it easy to validate request properties or request body json values while you are retrieving them.Results are returned by a Db and transformed by Actions into Response content.Matches against an HTTP method and URL path to determine if the object should be included when processing the associated Request.
-
Exception Summary