getForEntity
Retrieve an entity by doing a GET on the specified URL. The response is converted and stored in an ResponseEntity.
URI Template variables are expanded using the given URI variables, if any.
Return
the entity
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 is converted and stored in an ResponseEntity.
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 is converted and stored in an ResponseEntity.
Return
the converted object
Parameters
the URL
the type of the return value
the type of the return value