1

I have already tried this :

@JsonIgnore

Removed Lombok and manually written @JsonIgnore on getter and setter of property

My property looks like this :

public Multimap<String, String> getmultiMapField() {
return multiMapField;

} I have both no argument and parameterised constructors.

But every time this field is getting saved in db with no value.

How to remove this field before saving in db

1
  • Can someone look into this issue? Commented Oct 19, 2021 at 18:49

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.