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