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
Post a Comment