Class BeanValidatorPluginsConfiguration
- java.lang.Object
-
- springfox.bean.validators.configuration.BeanValidatorPluginsConfiguration
-
@Configuration @ConditionalOnClass(javax.validation.executable.ExecutableValidator.class) public class BeanValidatorPluginsConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BeanValidatorPluginsConfiguration()
-
Method Summary
-
-
-
Method Detail
-
expanderMinMax
@Bean public ExpandedParameterMinMaxAnnotationPlugin expanderMinMax()
-
expanderNotNull
@Bean public ExpandedParameterNotNullAnnotationPlugin expanderNotNull()
-
expanderNotBlank
@Bean public ExpandedParameterNotBlankAnnotationPlugin expanderNotBlank()
-
expanderPattern
@Bean public ExpandedParameterPatternAnnotationPlugin expanderPattern()
-
expanderSize
@Bean public ExpandedParameterSizeAnnotationPlugin expanderSize()
-
parameterMinMax
@Bean public MinMaxAnnotationPlugin parameterMinMax()
-
parameterNotNull
@Bean public NotNullAnnotationPlugin parameterNotNull()
-
parameterNotBlank
@Bean public NotBlankAnnotationPlugin parameterNotBlank()
-
parameterPattern
@Bean public PatternAnnotationPlugin parameterPattern()
-
parameterSize
@Bean public SizeAnnotationPlugin parameterSize()
-
minMaxPlugin
@Bean public MinMaxAnnotationPlugin minMaxPlugin()
-
decimalMinMaxPlugin
@Bean public DecimalMinMaxAnnotationPlugin decimalMinMaxPlugin()
-
sizePlugin
@Bean public SizeAnnotationPlugin sizePlugin()
-
isNullPlugin
@Bean public IsNullAnnotationPlugin isNullPlugin()
-
notNullPlugin
@Bean public NotNullAnnotationPlugin notNullPlugin()
-
notBlankPlugin
@Bean public NotBlankAnnotationPlugin notBlankPlugin()
-
patternPlugin
@Bean public PatternAnnotationPlugin patternPlugin()
-
-