org.mockserver.validator.jsonschema
Class JsonSchemaVerificationValidator

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

public class JsonSchemaVerificationValidator
extends JsonSchemaValidator

Author:
jamesdbloom

Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
JsonSchemaVerificationValidator()
           
 
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

JsonSchemaVerificationValidator

public JsonSchemaVerificationValidator()
Method Detail

getSchema

public String getSchema()


Copyright © 2017. All rights reserved.