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 ThresholdMixinExclusiveMaximumValidator.typedMaximumprivate final ThresholdMixinMaximumValidator.typedMaximumprivate final ThresholdMixinExclusiveMinimumValidator.typedMinimumIn 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 ThresholdMixinMinimumValidator.typedMinimumIn order to limit number of `if` statements in `validate` method, all the logic of picking the right comparison is abstracted into a mixin.