public final class ResourceIdentifierBindingValidator extends AbstractValidator
collection
trait are bound using a collection binding, and operations bound with
no collection trait are bound using an instance binding.MODEL_ERROR| Constructor and Description |
|---|
ResourceIdentifierBindingValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValidationEvent> |
validate(Model model)
Validates a model and returns a list of validation events.
|
createEvent, createEvent, danger, danger, error, error, getName, note, note, warning, warningpublic java.util.List<ValidationEvent> validate(Model model)
Validatormodel - Model to validate.