This is a follow up to the following question on the JPA Transient annotation Why does JPA have a @Transient annotation?
I have a transient variable that I do not wa
I use both @Transient and @JsonProperty, then it works!
@Transient @JsonProperty private String mapImageSrc;