| 程序包 | 说明 |
|---|---|
| springfox.documentation.builders |
| 限定符和类型 | 方法和说明 |
|---|---|
OperationBuilder |
OperationBuilder.authorizations(Collection<SecurityReference> securityReferences)
Updates the security checks that apply to this operation
|
OperationBuilder |
OperationBuilder.authorizations(Collection<SecurityReference> securityReferences)
Updates the security checks that apply to this operation
|
OperationBuilder |
OperationBuilder.codegenMethodNameStem(String codeGenMethodNameStem)
This is an optional override that provides a custom method name stem, such that the method name
that is generated for the purposes of code-gen can be customized.
|
OperationBuilder |
OperationBuilder.codegenMethodNameStem(String codeGenMethodNameStem)
This is an optional override that provides a custom method name stem, such that the method name
that is generated for the purposes of code-gen can be customized.
|
OperationBuilder |
OperationBuilder.consumes(Set<String> mediaTypes)
Updates the existing media types with new entries that this documentation consumes
|
OperationBuilder |
OperationBuilder.consumes(Set<String> mediaTypes)
Updates the existing media types with new entries that this documentation consumes
|
OperationBuilder |
OperationBuilder.deprecated(String deprecated)
Marks the listing as deprecated
|
OperationBuilder |
OperationBuilder.deprecated(String deprecated)
Marks the listing as deprecated
|
OperationBuilder |
OperationBuilder.extensions(List<VendorExtension> extensions)
Updates the operation extensions
|
OperationBuilder |
OperationBuilder.extensions(List<VendorExtension> extensions)
Updates the operation extensions
|
OperationBuilder |
OperationBuilder.hidden(boolean isHidden)
Marks the operation as hidden
|
OperationBuilder |
OperationBuilder.hidden(boolean isHidden)
Marks the operation as hidden
|
OperationBuilder |
OperationBuilder.method(org.springframework.http.HttpMethod method)
Updates the http method
|
OperationBuilder |
OperationBuilder.method(org.springframework.http.HttpMethod method)
Updates the http method
|
OperationBuilder |
OperationBuilder.notes(String notes)
Updates the operation notes
|
OperationBuilder |
OperationBuilder.notes(String notes)
Updates the operation notes
|
OperationBuilder |
OperationBuilder.parameters(List<Parameter> parameters)
Updates the input parameters this operation needs
|
OperationBuilder |
OperationBuilder.parameters(List<Parameter> parameters)
Updates the input parameters this operation needs
|
OperationBuilder |
OperationBuilder.position(int position)
Updates the index of the operation
|
OperationBuilder |
OperationBuilder.position(int position)
Updates the index of the operation
|
OperationBuilder |
OperationBuilder.produces(Set<String> mediaTypes)
Updates the existing media types with new entries that this documentation produces
|
OperationBuilder |
OperationBuilder.produces(Set<String> mediaTypes)
Updates the existing media types with new entries that this documentation produces
|
OperationBuilder |
OperationBuilder.protocols(Set<String> protocols)
Update the protocols this operation supports
|
OperationBuilder |
OperationBuilder.protocols(Set<String> protocols)
Update the protocols this operation supports
|
OperationBuilder |
OperationBuilder.responseMessages(Set<ResponseMessage> responseMessages)
Updates the response messages
|
OperationBuilder |
OperationBuilder.responseMessages(Set<ResponseMessage> responseMessages)
Updates the response messages
|
OperationBuilder |
OperationBuilder.responseModel(ModelReference responseType)
Updates the reference to the response model
|
OperationBuilder |
OperationBuilder.responseModel(ModelReference responseType)
Updates the reference to the response model
|
OperationBuilder |
OperationBuilder.summary(String summary)
Updates the operation summary
|
OperationBuilder |
OperationBuilder.summary(String summary)
Updates the operation summary
|
OperationBuilder |
OperationBuilder.tags(Set<String> tags)
Updates the tags that identify this operation
|
OperationBuilder |
OperationBuilder.tags(Set<String> tags)
Updates the tags that identify this operation
|
OperationBuilder |
OperationBuilder.uniqueId(String uniqueId)
Updates the uniqueId for the operation.
|
OperationBuilder |
OperationBuilder.uniqueId(String uniqueId)
Updates the uniqueId for the operation.
|
Copyright © 2023. All rights reserved.