Class NotBlankAnnotationPlugin
- java.lang.Object
-
- springfox.bean.validators.plugins.parameter.NotBlankAnnotationPlugin
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
,ParameterBuilderPlugin
@Component @Order(-2147483148) public class NotBlankAnnotationPlugin extends java.lang.Object implements ParameterBuilderPlugin
-
-
Constructor Summary
Constructors Constructor Description NotBlankAnnotationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ParameterContext context)
Implement this method to collect input parameters and return valuesboolean
supports(DocumentationType delimiter)
-
-
-
Method Detail
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supports
in interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
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
-
-