Interface ValidationModule
- All Superinterfaces:
ru.tinkoff.kora.validation.common.constraint.ValidatorModule
public interface ValidationModule
extends ru.tinkoff.kora.validation.common.constraint.ValidatorModule
-
Method Summary
Methods inherited from interface ru.tinkoff.kora.validation.common.constraint.ValidatorModule
collectionValidator, listValidator, notBlankCharSequenceConstraintFactory, notBlankStringConstraintFactory, notEmptyCharSequenceConstraintFactory, notEmptyCollectionConstraintFactory, notEmptyIterableConstraintFactory, notEmptyListConstraintFactory, notEmptyMapConstraintFactory, notEmptySetConstraintFactory, notEmptyStringConstraintFactory, patternCharSequenceConstraintFactory, patternStringConstraintFactory, rangeBigDecimalConstraintFactory, rangeBigIntegerConstraintFactory, rangeDoubleConstraintFactory, rangeFloatConstraintFactory, rangeIntegerConstraintFactory, rangeLongConstraintFactory, rangeShortConstraintFactory, setValidator, sizeCharSequenceConstraintFactory, sizeDoubleConstraintFactory, sizeIterableConstraintFactory, sizeListConstraintFactory, sizeSetConstraintFactory, sizeStringConstraintFactory
-
Method Details
-
validationHttpServerInterceptor
default ValidationHttpServerInterceptor validationHttpServerInterceptor(@Nullable ViolationExceptionHttpServerResponseMapper mapper)
-