Class CurrentUserResponseParser
java.lang.Object
org.sourcelab.buildkite.api.client.response.parser.CurrentUserResponseParser
- All Implemented Interfaces:
ResponseParser<CurrentUserResponse>
public class CurrentUserResponseParser
extends Object
implements ResponseParser<CurrentUserResponse>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrentUserResponseParser
public CurrentUserResponseParser()
-
-
Method Details
-
parseResponse
public CurrentUserResponse parseResponse(HttpResult result) throws com.fasterxml.jackson.core.JsonProcessingException - Specified by:
parseResponsein interfaceResponseParser<CurrentUserResponse>- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-