Class ParameterTypeReader
- java.lang.Object
-
- springfox.documentation.spring.web.readers.parameter.ParameterTypeReader
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
,ParameterBuilderPlugin
@Component @Order(-2147483648) public class ParameterTypeReader extends java.lang.Object implements ParameterBuilderPlugin
-
-
Constructor Summary
Constructors Constructor Description ParameterTypeReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ParameterContext context)
Implement this method to collect input parameters and return valuesstatic java.lang.String
findParameterType(ParameterContext parameterContext)
boolean
supports(DocumentationType delimiter)
-
-
-
Method Detail
-
apply
public void apply(ParameterContext context)
Description copied from interface:ParameterBuilderPlugin
Implement this method to collect input parameters and return values- Specified by:
apply
in interfaceParameterBuilderPlugin
- Parameters:
context
- - context that can be used to override the parameter attributes- See Also:
Parameter
,ParameterBuilder
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supports
in interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
findParameterType
public static java.lang.String findParameterType(ParameterContext parameterContext)
-
-