-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Open
Labels
Description
Description
(Thanks for fantastic tool!)
I expect OneOfGeographicLocationGeographicLocationRef.java be created.
Actual: no such file is generated
openapi-generator version
Tried with
- 4.3.1
- openapi-generator-cli-5.0.0-20200813.162255-527.jar
OpenAPI declaration file content or url
Generation Details
openapi-generator generate -I Swagger.json.txt -g jaxrs-cxf-client Steps to reproduce
Run above command, you'll get
src/gen/java/org/openapitools/model/GeographicLocation.java
which contains
import org.openapitools.model.OneOfGeographicLocationGeographicLocationRef;But no such class was generated.
Reactions are currently unavailable