Class ExpandedParameterMinMaxAnnotationPlugin
- java.lang.Object
-
- springfox.bean.validators.plugins.parameter.ExpandedParameterMinMaxAnnotationPlugin
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>,ExpandedParameterBuilderPlugin
@Component @Order(-2147483148) public class ExpandedParameterMinMaxAnnotationPlugin extends java.lang.Object implements ExpandedParameterBuilderPlugin
-
-
Constructor Summary
Constructors Constructor Description ExpandedParameterMinMaxAnnotationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(ParameterExpansionContext context)Implement this method to override the Parameter using ParameterBuilder available in the contextbooleansupports(DocumentationType delimiter)
-
-
-
Method Detail
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
apply
public void apply(ParameterExpansionContext context)
Description copied from interface:ExpandedParameterBuilderPluginImplement this method to override the Parameter using ParameterBuilder available in the context- Specified by:
applyin interfaceExpandedParameterBuilderPlugin- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Parameter,ParameterBuilder
-
-