接口 ModelBuilderPlugin
- 所有超级接口:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface ModelBuilderPlugin
extends org.springframework.plugin.core.Plugin<DocumentationType>
-
方法概要
修饰符和类型方法说明voidapply(ModelContext context) Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder从接口继承的方法 org.springframework.plugin.core.Plugin
supports
-
方法详细资料
-
apply
Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder- 参数:
context- - context that can be used to override the model attributes
-