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