jsonschema2pojo icon indicating copy to clipboard operation
jsonschema2pojo copied to clipboard

Fixed generics in base builder => no more warnings

Open jiri-meluzin opened this issue 1 year ago • 0 comments

Previously the generated classes contained methods builder with no type returned generic base builder class. When I used such return value from builder the compiler complained about type of that generic class.

jiri-meluzin avatar Feb 09 '24 21:02 jiri-meluzin