Looking for java classes to capture responses from REST API

I’m doing development using Java Spring Boot wanting to do searches via the Graylog rest api. It would be great to have Java classes the describe the responses to these service endpoints. I want to use RestTemplate or WebClient spring classes to make the REST calls and bind the results directly to java classes.
Does Graylog provide Java classes that I can use to bind the REST api responses to?

Hello && Welcome

I don’t know much about Java classes but I ran into this post

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.