Interface IntegrityValidating
public interface IntegrityValidating
Aspect providing means to execute a (simple) data integrity validation.
- Since:
- 4.2.405
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Integrity problem descriptor. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Set<? extends IntegrityValidating.Problem>
Validate the state wrt. data integrity.
-
Field Details
-
TYPE
The aspects type.- Since:
- 4.2.405
-
-
Method Details
-
validateIntegrity
Validate the state wrt. data integrity.- Returns:
- Problems on the data's integrity.
- Since:
- 4.2.405
-