Package io.inversion.utils


package io.inversion.utils
  • Class
    Description
    Global configuration properties access through a singleton wrapper around a Commons Configuration CompositeConfiguration object.
    Wires up an Api at runtime by reflectively setting bean properties based on key/value configuration properties.
    Yet another JavaScript/JSON list object representation with a few superpowers.
    Yet another JavaScript/JSON map object representation with a few superpowers.
    A case insensitive utility abstraction for working with forward slash based paths /like/you/find/in/urls.
    An HttpClient wrapper designed specifically to run inside of an Inversion io.inversion.Action with some superpowers.
    An asynchronous thread pool task runner.
     
    An utility abstraction of a database result set where all child Row objects are themselves maps that share the same case insensitive key set.
    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.
    An ordered list of case insensitive key/column names shared by all Row instances in a Rows.
    Utility class for parsing and working with HTTP(S) URLs.
    Collection of utility methods designed to make java programming less verbose