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 voidapply(ParameterContext context)Implement this method to collect input parameters and return valuesbooleansupports(DocumentationType delimiter)
-
-
-
Method Detail
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
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
-
-