Package org.jooq

Interface JSONEntry<T>

  • All Superinterfaces:
    QueryPart, java.io.Serializable

    public interface JSONEntry<T>
    extends QueryPart
    A JSON entry for JSON objects.
    • Method Detail

      • key

        Field<java.lang.String> key()
        The JSON entry key.
      • value

        Field<T> value()
        The JSON entry value.