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 ThresholdMixinExclusiveMaximumValidator. typedMaximumprivate ThresholdMixinMaximumValidator. typedMaximumprivate 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 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.
-