jiri-meluzin

Results 3 issues of jiri-meluzin

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...

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...

When a field in json schema is required and includeJsr303Annotations then compiler complains about missing checks of nullability of the fields. I have introduced new config option includeRequireNonNullOnRequiredFields which added...