Class Minimum4Error
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.ValidationMessage
-
- io.openapiprocessor.jsonschema.validator.number.draft4.Minimum4Error
-
public class Minimum4Error extends ValidationMessage
Created byMinimum4Step.
-
-
Constructor Summary
Constructors Constructor Description Minimum4Error(JsonSchema schema, JsonInstance instance)
-
Method Summary
-
Methods inherited from class io.openapiprocessor.jsonschema.validator.ValidationMessage
getInstancePath, getNestedMessages, getProperty, getSchemaPath, getSchemaScope, getText, hasNestedMessages, toString
-
-
-
-
Constructor Detail
-
Minimum4Error
public Minimum4Error(JsonSchema schema, JsonInstance instance)
-
-