public static class SpringDocConfigProperties.GroupConfig extends Object
Constructor and Description |
---|
GroupConfig() |
GroupConfig(String group,
List<String> pathsToMatch,
List<String> packagesToScan,
List<String> packagesToExclude,
List<String> pathsToExclude) |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
List<String> |
getPackagesToExclude() |
List<String> |
getPackagesToScan() |
List<String> |
getPathsToExclude() |
List<String> |
getPathsToMatch() |
void |
setGroup(String group) |
void |
setPackagesToExclude(List<String> packagesToExclude) |
void |
setPackagesToScan(List<String> packagesToScan) |
void |
setPathsToExclude(List<String> pathsToExclude) |
void |
setPathsToMatch(List<String> pathsToMatch) |
Copyright © 2020. All rights reserved.