Class GeoServiceValidator
- java.lang.Object
-
- nl.b3p.tailormap.api.repository.validation.GeoServiceValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@Component public class GeoServiceValidator extends Object implements org.springframework.validation.Validator
-
-
Constructor Summary
Constructors Constructor Description GeoServiceValidator(GeoServiceHelper geoServiceHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Class<?> clazz)voidvalidate(Object target, org.springframework.validation.Errors errors)
-
-
-
Constructor Detail
-
GeoServiceValidator
public GeoServiceValidator(GeoServiceHelper geoServiceHelper)
-
-
Method Detail
-
supports
public boolean supports(@NonNull Class<?> clazz)- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
public void validate(@NonNull Object target, @NonNull org.springframework.validation.Errors errors)- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
-