Class ValidationConfiguration

java.lang.Object
nl.b3p.tailormap.api.repository.validation.ValidationConfiguration
All Implemented Interfaces:
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer

@Configuration public class ValidationConfiguration extends Object implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
    ValidationConfiguration(org.springframework.validation.beanvalidation.LocalValidatorFactoryBean localValidatorFactoryBean, GeoServiceValidator geoServiceValidator, FeatureSourceValidator featureSourceValidator, ApplicationValidator applicationValidator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureValidatingRepositoryEventListener(org.springframework.data.rest.core.event.ValidatingRepositoryEventListener validatingListener)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer

    configureConversionService, configureExceptionHandlerExceptionResolver, configureHttpMessageConverters, configureJacksonObjectMapper, configureRepositoryRestConfiguration, customizeAuditableBeanWrapperFactory, customizeLinkCollector
  • Constructor Details

  • Method Details

    • configureValidatingRepositoryEventListener

      public void configureValidatingRepositoryEventListener(org.springframework.data.rest.core.event.ValidatingRepositoryEventListener validatingListener)
      Specified by:
      configureValidatingRepositoryEventListener in interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer