postForEntity
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
URI Template variables are expanded using the given URI variables, if any.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Parameters
the URL
the Object to be POSTed, may be null
the response type to return
the variables to expand the template
the type of the return value
See also
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
URI Template variables are expanded using the given map.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Parameters
the URL
the Object to be POSTed, may be null
the response type to return
the variables to expand the template
the type of the return value
See also
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Parameters
the URL
the Object to be POSTed, may be null
the response type to return
the type of the return value