jsonschema2pojo
jsonschema2pojo copied to clipboard
Fixed generics in base builder => no more warnings
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.