org.mockserver.validator.jsonschema
Class JsonSchemaExpectationValidator

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.validator.jsonschema.JsonSchemaValidator
          extended by org.mockserver.validator.jsonschema.JsonSchemaExpectationValidator
All Implemented Interfaces:
Validator<String>

public class JsonSchemaExpectationValidator
extends JsonSchemaValidator

Author:
jamesdbloom

Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
JsonSchemaExpectationValidator()
           
 
Method Summary
 String getSchema()
           
 
Methods inherited from class org.mockserver.validator.jsonschema.JsonSchemaValidator
addReferencesIntoSchema, isValid
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger
Constructor Detail

JsonSchemaExpectationValidator

public JsonSchemaExpectationValidator()
Method Detail

getSchema

public String getSchema()


Copyright © 2017. All rights reserved.