kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

@JsonProperty #170

Closed eriskooo closed 4 years ago

eriskooo commented 4 years ago

Hello, why is @JsonProperty ignored ?

MBJuric commented 4 years ago

Can you be more specific and describe where is it ignored. Maybe a code snippet?

eriskooo commented 4 years ago

hello, in any DTO, where I would like to other name as field of property, does not work neither serializing / deserializing json

cen1 commented 4 years ago

I tried to apply @JsonProperty to one of our samples and it works as expected. Try to compare your setup.

Jamsek-m commented 4 years ago

@eriskooo Do you by any chance encounter this error when using rest-client?

cen1 commented 4 years ago

Please reopen if the issue is not resolved.