JSONB is configured using annotations at compile time and JsonbConfig class at runtime. Runtime configuration currently doesn't cover many aspects covered by annotations. The goal is to extend JSONB runtime configuration the way that it allows to configure everything that annotations allow plus a little bit more.
Goals:
JSONB is configured using annotations at compile time and
JsonbConfigclass at runtime. Runtime configuration currently doesn't cover many aspects covered by annotations. The goal is to extend JSONB runtime configuration the way that it allows to configure everything that annotations allow plus a little bit more.Goals:
JsonbConfigfunctionality to cover all functionality provided by@JsonbXXXannotations