org.mockserver.validator.jsonschema
Class JsonSchemaVerificationSequenceValidator

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

public class JsonSchemaVerificationSequenceValidator
extends JsonSchemaValidator

Author:
jamesdbloom

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

JsonSchemaVerificationSequenceValidator

public JsonSchemaVerificationSequenceValidator()
Method Detail

getSchema

public String getSchema()


Copyright © 2017. All rights reserved.