Interface | Description |
---|---|
ValidationMessenger |
An interface that defines a messenger service, to which a message can be sent; typically if any validation fails.
|
Class | Description |
---|---|
LoggingPropertyValidationHandler |
Simply logs a message.
|
PropertyValidationHandlerUtils |
Utilities for construction messages for PropertyIO and Property validations.
|
SendMessagePropertyValidationHandler |
Sends a message via the
ValidationMessager if either the PropertyIO and any of the Property's is invalid. |