Class RefStep
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.steps.CompositeStep
-
- io.openapiprocessor.jsonschema.validator.steps.RefStep
-
- All Implemented Interfaces:
Annotations,ValidationStep
public class RefStep extends CompositeStep
-
-
Field Summary
Fields Modifier and Type Field Description protected JsonInstanceinstance-
Fields inherited from class io.openapiprocessor.jsonschema.validator.steps.CompositeStep
steps
-
-
Constructor Summary
Constructors Constructor Description RefStep(JsonSchema schema, JsonInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIgetAbsoluteKeywordLocation()JsonPointergetInstanceLocation()JsonPointergetKeywordLocation()java.net.URIgetRef()java.lang.StringtoString()-
Methods inherited from class io.openapiprocessor.jsonschema.validator.steps.CompositeStep
add, getAnnotation, getAnnotations, getMessage, 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
-
-
-
-
Field Detail
-
instance
protected final JsonInstance instance
-
-
Constructor Detail
-
RefStep
public RefStep(JsonSchema schema, JsonInstance instance)
-
-
Method Detail
-
getInstanceLocation
public JsonPointer getInstanceLocation()
-
getKeywordLocation
public JsonPointer getKeywordLocation()
-
getAbsoluteKeywordLocation
public java.net.URI getAbsoluteKeywordLocation()
-
getRef
public java.net.URI getRef()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCompositeStep
-
-