Class JsonSchemaVerificationValidator
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.validator.jsonschema.JsonSchemaValidator
-
- org.mockserver.validator.jsonschema.JsonSchemaVerificationValidator
-
public class JsonSchemaVerificationValidator extends JsonSchemaValidator
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaVerificationValidator(MockServerLogger mockServerLogger)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonSchemaVerificationValidator
jsonSchemaVerificationValidator(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
-
JsonSchemaVerificationValidator
public JsonSchemaVerificationValidator(MockServerLogger mockServerLogger)
-
-
Method Detail
-
jsonSchemaVerificationValidator
public static JsonSchemaVerificationValidator jsonSchemaVerificationValidator(MockServerLogger mockServerLogger)
-
-