Interface JsonParameter


@ThreadSafe public interface JsonParameter
Encapsulates PreparedStatement parameter data meant to be bound to a DBMS-specific type (for example, JSON or JSONB for PostgreSQL) by PreparedStatementBinder.

Stardard instances may be constructed via Parameters.json(String) and Parameters.json(String, BindingPreference).

Implementations should be threadsafe.

Since:
3.0.0
Author:
Mark Allen