Class DateTimeStep
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.steps.SimpleStep
-
- io.openapiprocessor.jsonschema.validator.string.DateTimeStep
-
- All Implemented Interfaces:
ValidationStep
public class DateTimeStep extends SimpleStep
-
-
Field Summary
-
Fields inherited from class io.openapiprocessor.jsonschema.validator.steps.SimpleStep
instance, property, schema
-
-
Constructor Summary
Constructors Constructor Description DateTimeStep(JsonSchema schema, JsonInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable AnnotationgetAnnotation()protected ValidationMessagegetError()-
Methods inherited from class io.openapiprocessor.jsonschema.validator.steps.SimpleStep
add, getAbsoluteKeywordLocation, 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
-
DateTimeStep
public DateTimeStep(JsonSchema schema, JsonInstance instance)
-
-
Method Detail
-
getAnnotation
public @Nullable Annotation getAnnotation()
- Specified by:
getAnnotationin interfaceValidationStep- Overrides:
getAnnotationin classSimpleStep
-
getError
protected ValidationMessage getError()
- Specified by:
getErrorin classSimpleStep
-
-