You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A property annotated with @JacksonXmlText that is being suppressed during serialization (for example, with Include.NON_EMPTY) will "leak" to the next property being written, even if it is not in the same bean.