public class JsonSchemaCacheLoader extends com.google.common.cache.CacheLoader<String,com.github.fge.jsonschema.main.JsonSchema>
| Constructor and Description |
|---|
JsonSchemaCacheLoader(org.mule.raml.interfaces.model.IRaml api) |
| Modifier and Type | Method and Description |
|---|---|
com.github.fge.jsonschema.main.JsonSchema |
load(String schemaLocation) |
public JsonSchemaCacheLoader(org.mule.raml.interfaces.model.IRaml api)
public com.github.fge.jsonschema.main.JsonSchema load(String schemaLocation) throws IOException
load in class com.google.common.cache.CacheLoader<String,com.github.fge.jsonschema.main.JsonSchema>IOExceptionCopyright © 2021. All rights reserved.