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 voidapply(ParameterContext context)Implement this method to collect input parameters and return valuesstatic java.lang.StringfindParameterType(ParameterContext parameterContext)booleansupports(DocumentationType delimiter)
-
-
-
Method Detail
-
apply
public void apply(ParameterContext context)
Description copied from interface:ParameterBuilderPluginImplement this method to collect input parameters and return values- Specified by:
applyin 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:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
findParameterType
public static java.lang.String findParameterType(ParameterContext parameterContext)
-
-