Java org.springframework.data.rest.core.event ValidatingRepositoryEventListener fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.core.event ValidatingRepositoryEventListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.core.event ValidatingRepositoryEventListener.

The text is from its open source code.

Constructor

ValidatingRepositoryEventListener(ObjectFactory persistentEntitiesFactory)
Creates a new ValidatingRepositoryEventListener using the given repositories.

Method

ValidatingRepositoryEventListeneraddValidator(String event, Validator validator)
Add a Validator that will be triggered on the given event.