@Configuration
@ConfigurationProperties(prefix="springdoc")
@ConditionalOnProperty(name="springdoc.api-docs.enabled",
matchIfMissing=true)
public class SpringDocConfigProperties
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringDocConfigProperties.ApiDocs |
static class |
SpringDocConfigProperties.Groups |
static class |
SpringDocConfigProperties.Webjars |
| Constructor and Description |
|---|
SpringDocConfigProperties() |
| Modifier and Type | Method and Description |
|---|---|
SpringDocConfigProperties.ApiDocs |
getApiDocs() |
List<String> |
getPackagesToScan() |
List<String> |
getPathsToMatch() |
Boolean |
getShowActuator() |
SpringDocConfigProperties.Webjars |
getWebjars() |
void |
setApiDocs(SpringDocConfigProperties.ApiDocs apiDocs) |
void |
setPackagesToScan(List<String> packagesToScan) |
void |
setPathsToMatch(List<String> pathsToMatch) |
void |
setShowActuator(Boolean showActuator) |
void |
setWebjars(SpringDocConfigProperties.Webjars webjars) |
public Boolean getShowActuator()
public void setShowActuator(Boolean showActuator)
public SpringDocConfigProperties.Webjars getWebjars()
public void setWebjars(SpringDocConfigProperties.Webjars webjars)
public SpringDocConfigProperties.ApiDocs getApiDocs()
public void setApiDocs(SpringDocConfigProperties.ApiDocs apiDocs)
Copyright © 2020. All rights reserved.