Skip to content

Instantly share code, notes, and snippets.

View sriganesh's full-sized avatar
🤷‍♂️
¯\_(ツ)_/¯

Sriganesh sriganesh

🤷‍♂️
¯\_(ツ)_/¯
View GitHub Profile
@sriganesh
sriganesh / gist:a5d21982788a542f7776a0e3b6e436e6
Created July 14, 2020 16:57 — forked from dileeph/gist:c5f9eae2f971d91e1dda
Getting List of Objects with RestTemplate in Spring
RestTemplate restTemplate = new RestTemplate();
try {
ResponseEntity<List<Claim>> claimResponse = restTemplate.exchange(
uri,
HttpMethod.GET,
null,
new ParameterizedTypeReference<List<Claim>>() {});
if(claimResponse != null && claimResponse.hasBody()){
claims = claimResponse.getBody();
Rank Type Prefix/Suffix
1. Prefix my+
2. Suffix +online
3. Prefix the+
4. Suffix +web
5. Suffix +media
6. Prefix web+
7. Suffix +world
8. Suffix +net
9. Prefix go+