public static class SpringDocConfigProperties.GroupConfig extends Object
Constructor and Description |
---|
GroupConfig()
Instantiates a new Group config.
|
GroupConfig(String group,
List<String> pathsToMatch,
List<String> packagesToScan,
List<String> packagesToExclude,
List<String> pathsToExclude,
List<String> producesToMatch,
List<String> consumesToMatch,
List<String> headersToMatch)
Instantiates a new Group config.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getConsumesToMatch()
Gets consumes to match.
|
String |
getGroup()
Gets group.
|
List<String> |
getHeadersToMatch()
Gets headers to match.
|
List<String> |
getPackagesToExclude()
Gets packages to exclude.
|
List<String> |
getPackagesToScan()
Gets packages to scan.
|
List<String> |
getPathsToExclude()
Gets paths to exclude.
|
List<String> |
getPathsToMatch()
Gets paths to match.
|
List<String> |
getProducesToMatch()
Gets produces to match.
|
void |
setConsumesToMatch(List<String> consumesToMatch)
Sets consumes to match.
|
void |
setGroup(String group)
Sets group.
|
void |
setHeadersToMatch(List<String> headersToMatch)
Sets headers to match.
|
void |
setPackagesToExclude(List<String> packagesToExclude)
Sets packages to exclude.
|
void |
setPackagesToScan(List<String> packagesToScan)
Sets packages to scan.
|
void |
setPathsToExclude(List<String> pathsToExclude)
Sets paths to exclude.
|
void |
setPathsToMatch(List<String> pathsToMatch)
Sets paths to match.
|
void |
setProducesToMatch(List<String> producesToMatch)
Sets produces to match.
|
public GroupConfig()
public GroupConfig(String group, List<String> pathsToMatch, List<String> packagesToScan, List<String> packagesToExclude, List<String> pathsToExclude, List<String> producesToMatch, List<String> consumesToMatch, List<String> headersToMatch)
group
- the grouppathsToMatch
- the paths to matchpackagesToScan
- the packages to scanpackagesToExclude
- the packages to excludepathsToExclude
- the paths to excludeproducesToMatch
- the produces to matchconsumesToMatch
- the consumes to matchheadersToMatch
- the headers to matchpublic List<String> getHeadersToMatch()
public void setHeadersToMatch(List<String> headersToMatch)
headersToMatch
- the headers to matchpublic List<String> getConsumesToMatch()
public void setConsumesToMatch(List<String> consumesToMatch)
consumesToMatch
- the consumes to matchpublic List<String> getPathsToMatch()
public void setPathsToMatch(List<String> pathsToMatch)
pathsToMatch
- the paths to matchpublic List<String> getPackagesToScan()
public void setPackagesToScan(List<String> packagesToScan)
packagesToScan
- the packages to scanpublic String getGroup()
public void setGroup(String group)
group
- the grouppublic List<String> getPackagesToExclude()
public void setPackagesToExclude(List<String> packagesToExclude)
packagesToExclude
- the packages to excludepublic List<String> getPathsToExclude()
public void setPathsToExclude(List<String> pathsToExclude)
pathsToExclude
- the paths to excludepublic List<String> getProducesToMatch()
Copyright © 2020. All rights reserved.