Uses of Interface
com.networknt.schema.ThresholdMixin
-
Packages that use ThresholdMixin Package Description com.networknt.schema -
-
Uses of ThresholdMixin in com.networknt.schema
Fields in com.networknt.schema declared as ThresholdMixin Modifier and Type Field Description private ThresholdMixin
ExclusiveMaximumValidator. typedMaximum
private ThresholdMixin
MaximumValidator. typedMaximum
private 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 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.
-