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
shalousun
changed the title
在子类中使用@JsonIgnore忽略属性后,依然会输出父类中的同名属性
When using @JsonIgnore in a subclass to ignore a property, it will still output the same-named property from the parent class.
May 22, 2024
Environment
smart-doc: 2.6.6
spring-boot: 2.7.11
Expected Result
When using @JsonIgnore in the subclass, it should also ignore the same-named field in the parent class.
Current Result
The same-named field in the parent class is not ignored.
The text was updated successfully, but these errors were encountered: