Replies: 1 comment
-
This Java code seems not generated with emitter in this repo (https://www.npmjs.com/package/@typespec/http-client-java -- it won't generate code with Jakarta or Jackson). If it is not http-client-java, the issue may better be reported to the repository of this particular emitter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
here is a piece of code:
It generates the following java classes:
BaseRequest
ARequest
BRequest
And here is the problem. It creates an inner enum (child class) that doesn't match with base type

Is there a workaround or what did I miss?
Beta Was this translation helpful? Give feedback.
All reactions