接口 DefaultsProviderPlugin
- 所有超级接口:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface DefaultsProviderPlugin
extends org.springframework.plugin.core.Plugin<DocumentationType>
-
方法概要
修饰符和类型方法说明create(DocumentationType documentationType) Implement this method to override the @see springfox.documentation.spi.service.contexts .DocumentationContextBuilder从接口继承的方法 org.springframework.plugin.core.Plugin
supports
-
方法详细资料
-
create
Implement this method to override the @see springfox.documentation.spi.service.contexts .DocumentationContextBuilder- 参数:
documentationType- - creates a default DocumentationContextBuilder based on documentation type- 返回:
- - returns the documentation context builder
-