Class UnitTypeValidator

  • All Implemented Interfaces:
    Validator

    public final class UnitTypeValidator
    extends AbstractValidator
    Ensures that a unit type can only be referenced as operation input/output or by a tagged union member.
    • Constructor Detail

      • UnitTypeValidator

        public UnitTypeValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.