Class JsonSchemaVerificationSequenceValidator
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.validator.jsonschema.JsonSchemaValidator
-
- org.mockserver.validator.jsonschema.JsonSchemaVerificationSequenceValidator
-
public class JsonSchemaVerificationSequenceValidator extends JsonSchemaValidator
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaVerificationSequenceValidator(MockServerLogger mockServerLogger)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonSchemaVerificationSequenceValidator
jsonSchemaVerificationSequenceValidator(MockServerLogger mockServerLogger)
-
Methods inherited from class org.mockserver.validator.jsonschema.JsonSchemaValidator
getSchema, isValid
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
JsonSchemaVerificationSequenceValidator
public JsonSchemaVerificationSequenceValidator(MockServerLogger mockServerLogger)
-
-
Method Detail
-
jsonSchemaVerificationSequenceValidator
public static JsonSchemaVerificationSequenceValidator jsonSchemaVerificationSequenceValidator(MockServerLogger mockServerLogger)
-
-