Package io.spine.validation
Contains the components for generating validation code.
See: Description
-
Class Summary Class Description SimpleRules A factory of SimpleRules. Values A factory of {@code Value}
s.ValidationPlugin A ProtoData plugin which attaches validation-related policies and views. UnsetValue A factory of Values representing default states of Protobuf message fields. ValidationPolicy A policy that reacts to an event with a RuleAdded event. ErrorMessage A human-readable error message, describing a validation constraint violation. EventFieldNames Options -
Interface Summary Interface Description RuleAdded An event signifying that a validation rule has been created. -
Object Summary Object Description Companion