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

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

public class SchemaCacheUtils
extends Object


Constructor Summary
SchemaCacheUtils()
           
 
Method Summary
static String getSchemaCacheKey(org.raml.model.Action action, String mimeTypeName)
           
static String resolveSchema(String schemaCacheKey, 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

SchemaCacheUtils

public SchemaCacheUtils()
Method Detail

getSchemaCacheKey

public static String getSchemaCacheKey(org.raml.model.Action action,
                                       String mimeTypeName)

resolveSchema

public static String resolveSchema(String schemaCacheKey,
                                   org.raml.model.Raml api)


Copyright © 2013. All rights reserved.