| Package | Description |
|---|---|
| org.springframework.data.rest.core.event |
| Modifier and Type | Method and Description |
|---|---|
ValidatingRepositoryEventListener |
ValidatingRepositoryEventListener.addValidator(String event,
org.springframework.validation.Validator validator)
Add a
Validator that will be triggered on the given event. |
ValidatingRepositoryEventListener |
ValidatingRepositoryEventListener.setValidators(Map<String,Collection<org.springframework.validation.Validator>> validators)
Assign a Map of
Validators that are assigned to the various RepositoryEvents. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.