getForObject
Retrieve a representation by doing a GET on the specified URL. The response (if any) is converted and returned.
URI Template variables are expanded using the given URI variables, if any.
Return
the converted object
Parameters
the URL
the type of the return value
the variables to expand the template
the type of the return value
See also
Retrieve a representation by doing a GET on the URI template. The response (if any) is converted and returned.
URI Template variables are expanded using the given map.
Return
the converted object
Parameters
the URL
the type of the return value
the map containing variables for the URI template
the type of the return value
See also
Retrieve a representation by doing a GET on the URL . The response (if any) is converted and returned.
Return
the converted object
Parameters
the URL
the type of the return value
the type of the return value