public abstract class AbstractGithubTemplate extends Object
| Constructor and Description |
|---|
AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations) |
| 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() |
public AbstractGithubTemplate(org.springframework.web.client.RestOperations restOperations)
public org.springframework.web.client.RestOperations getRestOperations()
protected org.springframework.web.util.UriTemplate buildUriTemplate(String path)
Copyright © 2015–2016 Zalando SE. All rights reserved.