How to change Json value to fit Enum case sensitivity using Springboot?
I've run into an issue while building out my controller. I am sending a GET request to a third party and receiving back data that I then map to a DTO. One of those pieces of data is Address and…