Package org.springdoc.core
Class GroupedOpenApi
- java.lang.Object
-
- org.springdoc.core.GroupedOpenApi
-
public class GroupedOpenApi extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupedOpenApi.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupedOpenApi.Builderbuilder()StringgetGroup()List<OpenApiCustomiser>getOpenApiCustomisers()List<String>getPackagesToScan()List<String>getPathsToMatch()
-
-
-
Method Detail
-
builder
public static GroupedOpenApi.Builder builder()
-
getGroup
public String getGroup()
-
getOpenApiCustomisers
public List<OpenApiCustomiser> getOpenApiCustomisers()
-
-