Module org.jooq
Package org.jooq

Interface JSONEntry<T>

    • Method Detail

      • key

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

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