类的使用
springfox.documentation.builders.ApiDescriptionBuilder
使用ApiDescriptionBuilder的程序包
-
springfox.documentation.builders中ApiDescriptionBuilder的使用
修饰符和类型方法说明ApiDescriptionBuilder.description(String description) Updates the descriptions to the api operationUpdates the group name the api operation belongs toApiDescriptionBuilder.hidden(boolean hidden) Marks the operation as hiddenApiDescriptionBuilder.operations(List<Operation> operations) Updates the operations to the api operationUpdates the path to the api operationApiDescriptionBuilder.pathDecorator(com.google.common.base.Function<String, String> pathDecorator)