public class RESTEasyConnector extends Object implements OpenStackClientConnector
| Modifier and Type | Field and Description |
|---|---|
static org.codehaus.jackson.map.ObjectMapper |
DEFAULT_MAPPER |
static org.codehaus.jackson.map.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 org.codehaus.jackson.map.ObjectMapper DEFAULT_MAPPER
public static org.codehaus.jackson.map.ObjectMapper WRAPPED_MAPPER
protected org.jboss.resteasy.client.ClientExecutor createClientExecutor()
public <T> OpenStackResponse request(OpenStackRequest<T> request)
request in interface OpenStackClientConnectorCopyright © 2012–2025. All rights reserved.