public class GroupedOpenApi extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupedOpenApi.Builder
The type Builder.
|
Modifier and Type | Method and Description |
---|---|
static GroupedOpenApi.Builder |
builder()
Builder builder.
|
String |
getGroup()
Gets group.
|
List<OpenApiCustomiser> |
getOpenApiCustomisers()
Gets open api customisers.
|
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.
|
public static GroupedOpenApi.Builder builder()
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()
Copyright © 2020. All rights reserved.