public final class Validator extends Object
Constructor and Description |
---|
Validator() |
Modifier and Type | Method and Description |
---|---|
Collection<ValidationMessage> |
validate(MessageInterface messageInterface)
Validates the message interface and returns a collection of validation messages or an empty collection.
|
public final Collection<ValidationMessage> validate(MessageInterface messageInterface)
messageInterface
- the message interface to validate.Copyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.