@Schema oneOf 配置在生成 api-docs 时会被忽略
作者: abccbaandy创建于 2024年9月11日更新于 2026年8月26日
标签backlog
@Schema(oneOf = {Child1.class, Child2.class})
private Parent obj;内容来源: swagger-api/swagger-core
@Schema(oneOf = {Child1.class, Child2.class})
private Parent obj;内容来源: swagger-api/swagger-core