How to read path variables or url parameters in a custom Spring Boot deserializer

I wrote a custom deserializer for an object in a Spring boot application. Now I need to access url parameters and path variables in my custom deserializer for some data manipulation. Please tell me how I can do this.

thank

+3


source to share





All Articles