how generate json property names with start lowercase

33 views
Skip to first unread message

Гончаров Владимир

unread,
Aug 24, 2020, 9:54:52 AM8/24/20
to jsonschema2pojo-users

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
Reply all
Reply to author
Forward
0 new messages