Building a REST API Client with Java HttpClient + Jackson Java's built-in HttpClient is great for sending HTTP requests. Jackson is great for converting JSON into Java objects. Put them together, and you have everything you need to build a clean REST API client without introducing a heavyweight...
Source: [Dev.to](https://dev.to/deividas-strole/building-a-rest-api-client-with-java-httpclient-jackson-p8m)