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.

  • Class
    Description
    Type qualifying annotation for pre-encoded json data.
    Type qualifying annotation for converting Java types to json data type.
     
    Deserializes JSON to Java objects, and serializes Java objects to JSON.