Interface ListValidationUtils.ItemValidator<T>

Type Parameters:
T - type of validated item
Enclosing class:
ListValidationUtils

public static interface ListValidationUtils.ItemValidator<T>
Helper interface for lambdas passed to validateCollection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(T item, int index, org.springframework.validation.Errors errors)
     
  • Method Details

    • validate

      void validate(T item, int index, org.springframework.validation.Errors errors)