| 程序包 | 说明 |
|---|---|
| springfox.documentation.builders |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiListingBuilder |
ApiListingBuilder.apis(List<ApiDescription> apis)
Updates the apis
|
ApiListingBuilder |
ApiListingBuilder.apis(List<ApiDescription> apis)
Updates the apis
|
ApiListingBuilder |
ApiListingBuilder.apiVersion(String apiVersion)
Updates the api version
|
ApiListingBuilder |
ApiListingBuilder.apiVersion(String apiVersion)
Updates the api version
|
ApiListingBuilder |
ApiListingBuilder.appendConsumes(List<String> consumes)
Appends to the exiting collection of supported media types this listing consumes
|
ApiListingBuilder |
ApiListingBuilder.appendConsumes(List<String> consumes)
Appends to the exiting collection of supported media types this listing consumes
|
ApiListingBuilder |
ApiListingBuilder.appendProduces(List<String> produces)
Appends to the exiting collection of supported media types this listing produces
|
ApiListingBuilder |
ApiListingBuilder.appendProduces(List<String> produces)
Appends to the exiting collection of supported media types this listing produces
|
ApiListingBuilder |
ApiListingBuilder.availableTags(Set<Tag> availableTags)
Globally configured tags
|
ApiListingBuilder |
ApiListingBuilder.availableTags(Set<Tag> availableTags)
Globally configured tags
|
ApiListingBuilder |
ApiListingBuilder.basePath(String basePath)
Updates base path for the api listing
|
ApiListingBuilder |
ApiListingBuilder.basePath(String basePath)
Updates base path for the api listing
|
ApiListingBuilder |
ApiListingBuilder.consumes(Set<String> mediaTypes)
Replaces the existing media types with new entries that this documentation consumes
|
ApiListingBuilder |
ApiListingBuilder.consumes(Set<String> mediaTypes)
Replaces the existing media types with new entries that this documentation consumes
|
ApiListingBuilder |
ApiListingBuilder.description(String description)
Updates the description
|
ApiListingBuilder |
ApiListingBuilder.description(String description)
Updates the description
|
ApiListingBuilder |
ApiListingBuilder.host(String host)
Updates the host
|
ApiListingBuilder |
ApiListingBuilder.host(String host)
Updates the host
|
ApiListingBuilder |
ApiListingBuilder.models(Map<String,Model> models)
Adds to the models collection
|
ApiListingBuilder |
ApiListingBuilder.models(Map<String,Model> models)
Adds to the models collection
|
ApiListingBuilder |
ApiListingBuilder.position(int position)
Updates the position of the listing
|
ApiListingBuilder |
ApiListingBuilder.position(int position)
Updates the position of the listing
|
ApiListingBuilder |
ApiListingBuilder.produces(Set<String> mediaTypes)
Replaces the existing media types with new entries that this documentation produces
|
ApiListingBuilder |
ApiListingBuilder.produces(Set<String> mediaTypes)
Replaces the existing media types with new entries that this documentation produces
|
ApiListingBuilder |
ApiListingBuilder.protocols(Set<String> protocols)
Appends to the exiting collection of supported protocols
|
ApiListingBuilder |
ApiListingBuilder.protocols(Set<String> protocols)
Appends to the exiting collection of supported protocols
|
ApiListingBuilder |
ApiListingBuilder.resourcePath(String resourcePath)
Updates resource path for the api listing
|
ApiListingBuilder |
ApiListingBuilder.resourcePath(String resourcePath)
Updates resource path for the api listing
|
ApiListingBuilder |
ApiListingBuilder.securityReferences(List<SecurityReference> securityReferences)
Updates the references to the security definitions
|
ApiListingBuilder |
ApiListingBuilder.securityReferences(List<SecurityReference> securityReferences)
Updates the references to the security definitions
|
ApiListingBuilder |
ApiListingBuilder.tagNames(Set<String> tagNames)
Updates the tags
|
ApiListingBuilder |
ApiListingBuilder.tagNames(Set<String> tagNames)
Updates the tags
|
ApiListingBuilder |
ApiListingBuilder.tags(Set<Tag> tags)
Updates the tags.
|
ApiListingBuilder |
ApiListingBuilder.tags(Set<Tag> tags)
Updates the tags.
|
Copyright © 2023. All rights reserved.