Class ItemsSizeStep
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.steps.SimpleStep
-
- io.openapiprocessor.jsonschema.validator.array.ItemsSizeStep
-
- All Implemented Interfaces:
ValidationStep
@Deprecated public class ItemsSizeStep extends SimpleStep
Deprecated.
-
-
Field Summary
-
Fields inherited from class io.openapiprocessor.jsonschema.validator.steps.SimpleStep
instance, property, schema
-
-
Constructor Summary
Constructors Constructor Description ItemsSizeStep(JsonSchema schema, JsonInstance instance)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ValidationMessagegetError()Deprecated.-
Methods inherited from class io.openapiprocessor.jsonschema.validator.steps.SimpleStep
add, getAbsoluteKeywordLocation, getAnnotation, getAnnotations, getInstanceLocation, getKeywordLocation, getMessage, getScope, getSteps, isValid, setInvalid, setValid, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.openapiprocessor.jsonschema.validator.steps.ValidationStep
isValidatable
-
-
-
-
Constructor Detail
-
ItemsSizeStep
public ItemsSizeStep(JsonSchema schema, JsonInstance instance)
Deprecated.
-
-
Method Detail
-
getError
protected ValidationMessage getError()
Deprecated.- Specified by:
getErrorin classSimpleStep
-
-