@ConfigurationProperties(prefix="jsondoc") public class JSONDocProperties extends Object
| Constructor and Description |
|---|
JSONDocProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
org.jsondoc.core.pojo.JSONDoc.MethodDisplay |
getDisplayMethodAs() |
List<String> |
getPackages() |
String |
getVersion() |
boolean |
isPlaygroundEnabled() |
void |
setBasePath(String basePath) |
void |
setDisplayMethodAs(org.jsondoc.core.pojo.JSONDoc.MethodDisplay displayMethodAs) |
void |
setPackages(List<String> packages) |
void |
setPlaygroundEnabled(boolean playgroundEnabled) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public String getBasePath()
public void setBasePath(String basePath)
public boolean isPlaygroundEnabled()
public void setPlaygroundEnabled(boolean playgroundEnabled)
public org.jsondoc.core.pojo.JSONDoc.MethodDisplay getDisplayMethodAs()
public void setDisplayMethodAs(org.jsondoc.core.pojo.JSONDoc.MethodDisplay displayMethodAs)
Copyright © 2016. All rights reserved.