Interface JsonMapper.TypedJsonMapper

Enclosing interface:
JsonMapper

public static interface JsonMapper.TypedJsonMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    fromJson(String json, org.jdbi.v3.core.config.ConfigRegistry config)
     
    toJson(Object value, org.jdbi.v3.core.config.ConfigRegistry config)
     
  • Method Details

    • toJson

      String toJson(Object value, org.jdbi.v3.core.config.ConfigRegistry config)
    • fromJson

      Object fromJson(String json, org.jdbi.v3.core.config.ConfigRegistry config)