Hello,
My Open API specification contains images in Base64 encoding which normally is translated by Jackson into a byte[] array. This fails during the spec to client conversion in getStringGenericClassName() in ClientGeneratorUtils, since this format is not supported.
Could support for this format be added? Alternatively, is there a way I could easily patch the code to provide this functionality? I'm not familiar with Maven plugin development, so I would need some assistance if possible.
Thank You