Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 716 Bytes

klite-core

Some core concepts that can be useful without klite-server. Dependency of other klite modules.

  • Config - simple env/system properties based configuration
  • Converter - base for http/jdbc/json conversion of Strings to type-safe values
  • Logger - convenient extensions for JDK System.Logger
  • toValues/create - functions for conversion of objects to maps and back; can be used for DTO mapping, but also jdbc/json/etc
  • Decimal - an alternative for BigDecimal for monetary amounts
  • Registry/DependencyInjectingRegistry - simple registry of class instances and Dependency Injection