I have tried to generate Java client to communicate with standalone wiremock.
I have use OpenApi generator but the generated source code contains imports like this
import org.openapitools.client.model.OneOfobjectobjectobjectobjectobjectobjectobjectobject;
import org.openapitools.client.model.UNKNOWN_BASE_TYPE;
And some of methods expects UNKNOWN_BASE_TYPE as an argument.
Can you look on it and suggest how to solve the issue? I have tried brew and gradle plugin.