Class Step
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.steps.Step
-
public class Step extends java.lang.Objectcommon step functions.
-
-
Constructor Summary
Constructors Constructor Description Step()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URIgetAbsoluteKeywordLocation(Scope scope, JsonPointer location)static java.lang.StringtoString(JsonPointer schema, JsonPointer instance, boolean valid)
-
-
-
Method Detail
-
getAbsoluteKeywordLocation
public static java.net.URI getAbsoluteKeywordLocation(Scope scope, JsonPointer location)
-
toString
public static java.lang.String toString(JsonPointer schema, JsonPointer instance, boolean valid)
-
-