SevenParadigms / r2dbc-dsl-common

Library provides common models and utils for R2DBC-DSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R2DBC-DSL-COMMON

Library provides common models and utils for R2DBC-DSL

<dependency>
  <groupId>io.github.sevenparadigms</groupId>
  <artifactId>spring-data-r2dbc-dsl-common</artifactId>
  <version>4.8.8</version>
</dependency>

Features

  • Utility class FastMethodInvoker is a modern and powerful reflection access to object properties, in performance comparable to direct access

  • Utility class JsonUtils is a flexibility manage any json operations around JsonNode type, both operation serialization and deserialization executed by ObjectMapper in performance over 1000 times per millisecond

  • A lot Kotlin powerful extensions: Json, Map, FastMethod, Log, String, Hash, Expression, Dsl, ByteArray

About

Library provides common models and utils for R2DBC-DSL

License:Apache License 2.0


Languages

Language:Java 79.9%Language:Kotlin 20.1%