public class ClientCreationContext
extends java.lang.Object
Client's RestTemplate.RestTemplateConfigurator.configure(ClientCreationContext)| Modifier and Type | Method and Description |
|---|---|
ClientParameters |
getClientParameters()
ClientParameters used for this Client instance. |
org.springframework.web.client.RestTemplate |
getRestTemplate()
The
RestTemplate created by the Client. |
java.net.URI |
getRootUri()
The root URI of the management API.
|
public org.springframework.web.client.RestTemplate getRestTemplate()
RestTemplate created by the Client.
RestTemplateConfigurator.configure(ClientCreationContext) can create a new
instance and return it, but it usually changes the passed-in instance.
public ClientParameters getClientParameters()
Client instance creationpublic java.net.URI getRootUri()