Package org.jdbi.v3.json
package org.jdbi.v3.json
JSON mapping SPI and the Json qualifier.
The JsonPlugin registers argument and column
mapper factories for @Json qualified types. A concrete JSON
library implementation (such as Gson, Jackson, or Moshi) must be
installed to provide the actual serialization.
-
ClassDescriptionType qualifying annotation for pre-encoded
jsondata.Type qualifying annotation for converting Java types tojsondata type.Deserializes JSON to Java objects, and serializes Java objects to JSON.