public class SchemaCacheUtils extends Object
| Constructor and Description |
|---|
SchemaCacheUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSchemaCacheKey(org.mule.apikit.model.Action action,
String mimeTypeName) |
static Object |
resolveJsonSchema(String schemaCacheKey,
org.mule.apikit.model.ApiSpecification 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.apikit.model.ApiSpecification api)
Returns the compiled representation of an XML schema.
|
public static String getSchemaCacheKey(org.mule.apikit.model.Action action, String mimeTypeName)
public static Schema resolveXmlSchema(String schemaCacheKey, org.mule.apikit.model.ApiSpecification api)
Copyright © 2025. All rights reserved.