RootCauseunvalidated
Spring Data Couchbase doesn't use Jackson for entity mapping — Spring Data Couchbase's converter. Tension: @JsonAnySetter/@JsonAnyGetter work perfectly with ObjectMapper, they're simply ignored. Outcome: it uses its own MappingCouchbaseConverter which is part of Spring Data's mapping infrastructure.
6b54f9ac-985f-4abe-8566-8130f1c7adec
Spring Data Couchbase doesn't use Jackson for entity mapping — Spring Data Couchbase's converter. Tension: @JsonAnySetter/@JsonAnyGetter work perfectly with ObjectMapper, they're simply ignored. Outcome: it uses its own MappingCouchbaseConverter which is part of Spring Data's mapping infrastructure.