Class ValidatingRepositoryEventListener

java.lang.Object
org.springframework.data.rest.core.event.AbstractRepositoryEventListener<Object>
org.springframework.data.rest.core.event.ValidatingRepositoryEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<RepositoryEvent>

public class ValidatingRepositoryEventListener extends AbstractRepositoryEventListener<Object>
ApplicationListener implementation that dispatches RepositoryEvents to a specific Validator.
Author:
Jon Brisbin, Oliver Gierke