You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json boolean values are not being captured from the JSON body that was sent from the POST request. Could you please look into the below issue as soon as possible?
The type is not following the Java beans convention for primitive boolean. See more on this here. So generally speaking, this is a simple Jackson issue and has got nothing to do with either Boot or Spring Data REST.
Hi Team,
The json boolean values are not being captured from the JSON body that was sent from the POST request. Could you please look into the below issue as soon as possible?
Below are the Details :
POJO :
JSON Request :
Url :
http://localhost:8000/categories
Method : POST
Request Body :
Response from API :
The text was updated successfully, but these errors were encountered: