public class ApiCliBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClientCLIFactory |
clientFactory |
| Constructor and Description |
|---|
ApiCliBase() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
createObjectMapper() |
protected int |
getEndpointVersion(ApiResponse response) |
protected void |
throwConformanceErrors(List<ConformanceError> conformanceErrors) |
static String |
toJson(Object dataObject) |
<T> List<ConformanceError> |
validateMetadata(String requestUrl,
ApiResponse<T> response) |
protected ClientCLIFactory clientFactory
protected void throwConformanceErrors(List<ConformanceError> conformanceErrors) throws Exception
Exceptionprotected int getEndpointVersion(ApiResponse response)
public <T> List<ConformanceError> validateMetadata(String requestUrl, ApiResponse<T> response)
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
Copyright © 2023. All rights reserved.