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

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

public final class JsonSchemaCache
extends Object


Constructor Summary
JsonSchemaCache()
           
 
Method Summary
static com.google.common.cache.LoadingCache<String,JsonSchemaAndNode> getJsonSchemaCache(org.mule.api.MuleContext muleContext, org.raml.model.Raml api)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSchemaCache

public JsonSchemaCache()
Method Detail

getJsonSchemaCache

public static com.google.common.cache.LoadingCache<String,JsonSchemaAndNode> getJsonSchemaCache(org.mule.api.MuleContext muleContext,
                                                                                                org.raml.model.Raml api)
                                                                                         throws org.mule.api.registry.RegistrationException
Throws:
org.mule.api.registry.RegistrationException


Copyright © 2013. All rights reserved.