| Interface | Description |
|---|---|
| ServiceResult<T> |
This interface defines a service result in TM4J that can contain a generic result if valid or a
ValidationResult otherwise. |
| ValidationMessage |
This interface defines a validation message in TM4J that has a valid/invalid state, and stores the message and an optional meta info map.
|
| ValidationResult |
This interface defines a Validation Result that might contain errors when the validation has an invalid state.
|
Copyright © 2020. All rights reserved.