Hello! I have a problem, there is a json schema and in it the names start with a capital letter -
"Info": {
"$ref": "#/definitions/ClientInfo"
}
after generate java class plugin jsonschema2pojo myclass has properties:
@JsonProperty("Info")
how generate with start small leter? I wont:
"info": {
.....
}
It's settings pom? names strategy json