public class GroupedOpenApi extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupedOpenApi.Builder
The type Builder.
|
Modifier and Type | Method and Description |
---|---|
GroupedOpenApi |
addAllOpenApiCustomizer(Collection<? extends OpenApiCustomiser> openApiCustomizerCollection)
Add all open api customizer grouped open api.
|
GroupedOpenApi |
addAllOpenApiMethodFilter(Collection<? extends OpenApiMethodFilter> openApiMethodFilterCollection)
Add all open api method filter grouped open api.
|
GroupedOpenApi |
addAllOperationCustomizer(Collection<? extends OperationCustomizer> operationCustomizerCollection)
Add all operation customizer grouped open api.
|
static GroupedOpenApi.Builder |
builder()
Builder builder.
|
List<String> |
getConsumesToMatch()
Gets consumes to match.
|
String |
getDisplayName()
Gets display name.
|
String |
getGroup()
Gets group.
|
List<String> |
getHeadersToMatch()
Gets headers to match.
|
List<OpenApiCustomiser> |
getOpenApiCustomisers()
Gets open api customisers.
|
List<OpenApiMethodFilter> |
getOpenApiMethodFilters()
Gets open api method filters.
|
List<OperationCustomizer> |
getOperationCustomizers()
Gets operation customizers.
|
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.
|
List<RouterOperationCustomizer> |
getRouterOperationCustomizers()
Gets router operation customizers.
|
public static GroupedOpenApi.Builder builder()
public List<String> getProducesToMatch()
public List<String> getHeadersToMatch()
public List<String> getConsumesToMatch()
public String getGroup()
public List<String> getPathsToMatch()
public List<String> getPackagesToScan()
public List<String> getPackagesToExclude()
public List<String> getPathsToExclude()
public List<OpenApiCustomiser> getOpenApiCustomisers()
public List<OperationCustomizer> getOperationCustomizers()
public List<OpenApiMethodFilter> getOpenApiMethodFilters()
public List<RouterOperationCustomizer> getRouterOperationCustomizers()
public String getDisplayName()
public GroupedOpenApi addAllOpenApiCustomizer(Collection<? extends OpenApiCustomiser> openApiCustomizerCollection)
openApiCustomizerCollection
- the open api customizer collectionpublic GroupedOpenApi addAllOperationCustomizer(Collection<? extends OperationCustomizer> operationCustomizerCollection)
operationCustomizerCollection
- the operation customizer collectionpublic GroupedOpenApi addAllOpenApiMethodFilter(Collection<? extends OpenApiMethodFilter> openApiMethodFilterCollection)
openApiMethodFilterCollection
- the open api method filter collectionCopyright © 2024. All rights reserved.