Class SearchIndexValidator

java.lang.Object
org.tailormap.api.repository.validation.SearchIndexValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Component public class SearchIndexValidator extends Object implements org.springframework.validation.Validator
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(@NonNull Class<?> clazz)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(@NonNull Object target, @NonNull org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator