public abstract class AbstractGithubTemplate extends Object
| Constructor and Description |
|---|
AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations) |
AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations,
GithubApiUriUtil uriUtil) |
| Modifier and Type | Method and Description |
|---|---|
protected URI |
buildUri(String path) |
protected URI |
buildUri(String path,
Map<String,Object> uriVariables) |
protected String |
buildUriString(String path) |
protected org.springframework.web.util.UriTemplate |
buildUriTemplate(String path) |
org.springframework.web.client.RestOperations |
getRestOperations() |
org.springframework.web.client.RestOperations |
getRestOperations(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) |
public AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations)
public AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations,
GithubApiUriUtil uriUtil)
public org.springframework.web.client.RestOperations getRestOperations()
public org.springframework.web.client.RestOperations getRestOperations(org.springframework.web.client.ResponseErrorHandler responseErrorHandler)
protected org.springframework.web.util.UriTemplate buildUriTemplate(String path)
Copyright © 2015–2016 Zalando SE. All rights reserved.