Class GeoServiceValidator

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

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

    • GeoServiceValidator

      public GeoServiceValidator(GeoServiceHelper geoServiceHelper)
  • 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