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