JSONDoc template uses field names instead of the overridden name specified in the annotation, example:
@ApiObjectField(name = "category_id") --> expected: category_id, actual: categoryId
The text was updated successfully, but these errors were encountered:
JSONDoc template uses field names instead of the overridden name specified in the annotation, example:
@ApiObjectField(name = "category_id") --> expected: category_id, actual: categoryId
The text was updated successfully, but these errors were encountered: