Class ChangedRangeTrait

  • All Implemented Interfaces:
    DiffEvaluator

    public final class ChangedRangeTrait
    extends AbstractDiffEvaluator
    Detects when the Range trait is made more restrictive by either raising the min or lowering the max.
    • Constructor Detail

      • ChangedRangeTrait

        public ChangedRangeTrait()
    • Method Detail

      • getTraitType

        protected java.lang.Class<RangeTrait> getTraitType()
      • getMin

        protected java.util.Optional<java.math.BigDecimal> getMin​(RangeTrait t)
      • getMax

        protected java.util.Optional<java.math.BigDecimal> getMax​(RangeTrait t)
      • evaluate

        public final java.util.List<ValidationEvent> evaluate​(Differences differences)
        Description copied from interface: DiffEvaluator
        Returns validation events given two models and the detected differences between them.
        Parameters:
        differences - Detected differences.
        Returns:
        Returns validation events that are relative to the new model.