Module org.jooq
Package org.jooq

Interface JSONEntry<T>

All Superinterfaces:
QueryPart, Serializable

public interface JSONEntry<T> extends QueryPart
A JSON entry for JSON objects.
Author:
Lukas Eder
  • Method Details

    • key

      @NotNull @NotNull Field<String> key()
      The JSON entry key.
    • value

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