英文: How do I import generated SDKs in golang? 问题 我已经使用openapi-generator分别生成了多个SDK,并将其放置在同一个父目录下: sdk...
错误的序列化LocalDateTime与OpenAPI Generator
英文: Wrong serialized LocalDateTime with OpenAPI Generator 问题 以下是翻译好的内容: 我正在使用 OpenAPI Generator 创建一个...
因字段以下划线开头而导致Swagger代码生成编译问题。
英文: Swagger codegen compilation issues due to field starting with an underscore 问题 我有以下的openApi定义,请注...
JSON模式中带有相同名称和不同类型的anyOf字段到POJO + Jackson。
英文: Json schema with anyOf field with same name and different types to POJO + Jackson 问题 如果有一个包含AnyO...
使用OpenAPI生成器创建实现外部接口的模型类。
英文: Create model classes with openapi generator which implements external interface 问题 我正在使用 openapi...
OpenAPI 3.0嵌套类的Java注解
英文: OpenAPI 3.0 Java Annotations of Nested Class 问题 我试图在使用OpenAPI 3.0 Java注解时使组件嵌套在一起显示。然而,每个在另一个对象内...
openapi-generator-maven-plugin 添加引号到枚举,swagger-ui 使用它们导致错误。
英文: openapi-generator-maven-plugin adds quotes to enumeration and swagger-ui uses them causing error...
Cannot deserialize value of type `java.time.OffsetDateTime` from String in openapi client
英文: Cannot deserialize value of type `java.time.OffsetDateTime` from String in openapi client 问题 我有一...
Jackson.InvalidDefinitionException: Cannot construct instance of java.time.OffsetDateTime in JUnit @BeforeEach
英文: Jackson.InvalidDefinitionException: Cannot construct instance of java.time.OffsetDateTime in JUn...
如何将 OpenAPI 客户端添加为子项目?
英文: How to add OpenAPI client as a subproject? 问题 成功地通过源集将生成的 OpenAPI 客户端添加到我的项目中。但是接下来我必须将依赖项复制到主 b...
4