Package org.springdoc.core.models
Class GroupedOpenApi
java.lang.Object
org.springdoc.core.models.GroupedOpenApi
The type Grouped open api.
- Author:
- bnasslahsen
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOpenApiCustomizer
(OpenApiCustomizer openApiCustomizer) Add open api customizer.static GroupedOpenApi.Builder
builder()
Builder builder.Gets consumes to match.Gets display name.getGroup()
Gets group.Gets headers to match.Gets open api customisers.Gets open api method filters.Gets operation customizers.Gets packages to exclude.Gets packages to scan.Gets paths to exclude.Gets paths to match.Gets produces to match.
-
Method Details
-
builder
Builder builder.- Returns:
- the builder
-
getProducesToMatch
Gets produces to match.- Returns:
- the produces to match
-
getHeadersToMatch
Gets headers to match.- Returns:
- the headers to match
-
getConsumesToMatch
Gets consumes to match.- Returns:
- the consumes to match
-
getGroup
Gets group.- Returns:
- the group
-
getPathsToMatch
Gets paths to match.- Returns:
- the paths to match
-
getPackagesToScan
Gets packages to scan.- Returns:
- the packages to scan
-
getPackagesToExclude
Gets packages to exclude.- Returns:
- the packages to exclude
-
getPathsToExclude
Gets paths to exclude.- Returns:
- the paths to exclude
-
getOpenApiCustomizers
Gets open api customisers.- Returns:
- the open api customisers
-
getOperationCustomizers
Gets operation customizers.- Returns:
- the operation customizers
-
getOpenApiMethodFilters
Gets open api method filters.- Returns:
- the open api method filters
-
getDisplayName
Gets display name.- Returns:
- the display name
-
addOpenApiCustomizer
Add open api customizer.- Parameters:
openApiCustomizer
- the open api customiser
-