public class SchemaCacheUtils extends Object
| Constructor and Description |
|---|
SchemaCacheUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSchemaCacheKey(org.mule.raml.interfaces.model.IAction action,
String mimeTypeName) |
static Object |
resolveJsonSchema(String schemaCacheKey,
org.mule.raml.interfaces.model.IRaml api)
may return either a string representing the path to the schema
or a JsonNode for inline schema definitions
|
static Schema |
resolveXmlSchema(String schemaCacheKey,
org.mule.raml.interfaces.model.IRaml api)
Returns the compiled representation of an XML schema.
|
public static String getSchemaCacheKey(org.mule.raml.interfaces.model.IAction action, String mimeTypeName)
public static Schema resolveXmlSchema(String schemaCacheKey, org.mule.raml.interfaces.model.IRaml api)
Copyright © 2021. All rights reserved.