com.github.t9t.jooq.json.JsonConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooq-postgresql-json Show documentation
Show all versions of jooq-postgresql-json Show documentation
jOOQ support for PostgreSQL json & jsonb
package com.github.t9t.jooq.json;
import org.jooq.Converter;
public class JsonConverter implements Converter