Class DependenciesStep
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.steps.CompositeStep
-
- io.openapiprocessor.jsonschema.validator.object.DependenciesStep
-
- All Implemented Interfaces:
Annotations,ValidationStep
public class DependenciesStep extends CompositeStep
-
-
Field Summary
-
Fields inherited from class io.openapiprocessor.jsonschema.validator.steps.CompositeStep
steps
-
-
Constructor Summary
Constructors Constructor Description DependenciesStep(JsonSchema schema, JsonInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIgetAbsoluteKeywordLocation()@Nullable AnnotationgetAnnotation()JsonPointergetInstanceLocation()JsonPointergetKeywordLocation()@Nullable ValidationMessagegetMessage()java.lang.StringtoString()-
Methods inherited from class io.openapiprocessor.jsonschema.validator.steps.CompositeStep
add, getAnnotations, getSteps, isEmpty, isNotEmpty, isValid, mergeAnnotations
-
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
-
DependenciesStep
public DependenciesStep(JsonSchema schema, JsonInstance instance)
-
-
Method Detail
-
getMessage
public @Nullable ValidationMessage getMessage()
- Specified by:
getMessagein interfaceValidationStep- Overrides:
getMessagein classCompositeStep
-
getAnnotation
public @Nullable Annotation getAnnotation()
- Specified by:
getAnnotationin interfaceValidationStep- Overrides:
getAnnotationin classCompositeStep
-
getInstanceLocation
public JsonPointer getInstanceLocation()
-
getKeywordLocation
public JsonPointer getKeywordLocation()
-
getAbsoluteKeywordLocation
public java.net.URI getAbsoluteKeywordLocation()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCompositeStep
-
-