@ConfigurationProperties(value="micronaut.starter")
public class StarterConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StarterConfiguration.GitHubConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
StarterConfiguration()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
getPath() |
java.util.Optional<java.net.URI> |
getRedirectUri() |
java.util.Optional<java.net.URL> |
getUrl() |
void |
setPath(java.lang.String path) |
void |
setRedirectUri(java.net.URI redirectUri)
Sets the URI to redirect to when visiting via the browser.
|
void |
setUrl(java.net.URL url) |
public static final java.lang.String PREFIX
public java.util.Optional<java.net.URI> getRedirectUri()
public void setRedirectUri(@Nullable
java.net.URI redirectUri)
redirectUri - The redirect URIpublic java.util.Optional<java.net.URL> getUrl()
public void setUrl(java.net.URL url)
public java.util.Optional<java.lang.String> getPath()
public void setPath(java.lang.String path)