java - Spring rest. Abstract JSON tree payload -


is there way abstract json payload parameter of spring rest controller method. want like:

@requestmapping(value = "/my/url", method = requestmethod.post)     public bean method(jsonnode requestraw) 

jsonnode com.fasterxml.jackson.databind.jsonnode

node complex, map<string, object> not quiet convenient.

thank you!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -