类 ParameterTypeReader
java.lang.Object
springfox.documentation.spring.web.readers.parameter.ParameterTypeReader
- 所有已实现的接口:
org.springframework.plugin.core.Plugin<DocumentationType>,ParameterBuilderPlugin
@Component
@Order(-2147483648)
public class ParameterTypeReader
extends Object
implements ParameterBuilderPlugin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidapply(ParameterContext context) static StringfindParameterType(ParameterContext parameterContext) booleansupports(DocumentationType delimiter)
-
构造器详细资料
-
ParameterTypeReader
public ParameterTypeReader()
-
-
方法详细资料
-
apply
- 指定者:
apply在接口中ParameterBuilderPlugin
-
supports
- 指定者:
supports在接口中org.springframework.plugin.core.Plugin<DocumentationType>
-
findParameterType
-