public class RESTEasyConnector extends Object implements OpenStackClientConnector
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
DEFAULT_MAPPER |
static com.fasterxml.jackson.databind.ObjectMapper |
WRAPPED_MAPPER |
Constructor and Description |
---|
RESTEasyConnector() |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.resteasy.client.ClientExecutor |
createClientExecutor() |
<T> OpenStackResponse |
request(OpenStackRequest<T> request) |
public static com.fasterxml.jackson.databind.ObjectMapper DEFAULT_MAPPER
public static com.fasterxml.jackson.databind.ObjectMapper WRAPPED_MAPPER
protected org.jboss.resteasy.client.ClientExecutor createClientExecutor()
public <T> OpenStackResponse request(OpenStackRequest<T> request)
request
in interface OpenStackClientConnector
Copyright © 2012–2023. All rights reserved.