Package com.networknt.schema
Interface ThresholdMixin
-
public interface ThresholdMixin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
crossesThreshold(com.fasterxml.jackson.databind.JsonNode node)
String
thresholdValue()
-
-
-
Method Detail
-
crossesThreshold
boolean crossesThreshold(com.fasterxml.jackson.databind.JsonNode node)
-
thresholdValue
String thresholdValue()
-
-