org.mule.module.apikit.validation.cache
Class JsonSchemaAndNode

java.lang.Object
  extended by org.mule.module.apikit.validation.cache.JsonSchemaAndNode

public final class JsonSchemaAndNode
extends Object


Constructor Summary
JsonSchemaAndNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getJsonNode()
           
 org.eel.kitchen.jsonschema.main.JsonSchema getJsonSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSchemaAndNode

public JsonSchemaAndNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
Method Detail

getJsonSchema

public org.eel.kitchen.jsonschema.main.JsonSchema getJsonSchema()

getJsonNode

public com.fasterxml.jackson.databind.JsonNode getJsonNode()


Copyright © 2013. All rights reserved.