org.mockserver.validator.jsonschema
Class JsonSchemaHttpRequestValidator

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

public class JsonSchemaHttpRequestValidator
extends JsonSchemaValidator

Author:
jamesdbloom

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

JsonSchemaHttpRequestValidator

public JsonSchemaHttpRequestValidator()
Method Detail

getSchema

public String getSchema()


Copyright © 2017. All rights reserved.