Uses of Interface
com.networknt.schema.ThresholdMixin
Packages that use ThresholdMixin
-
Uses of ThresholdMixin in com.networknt.schema
Fields in com.networknt.schema declared as ThresholdMixinModifier and TypeFieldDescriptionprivate final ThresholdMixin
ExclusiveMaximumValidator.typedMaximum
private final ThresholdMixin
MaximumValidator.typedMaximum
private final ThresholdMixin
ExclusiveMinimumValidator.typedMinimum
In order to limit number of `if` statements in `validate` method, all the logic of picking the right comparison is abstracted into a mixin.private final ThresholdMixin
MinimumValidator.typedMinimum
In order to limit number of `if` statements in `validate` method, all the logic of picking the right comparison is abstracted into a mixin.