public class JsonSchemaCacheLoader extends com.google.common.cache.CacheLoader<String,JsonSchemaAndNode>
| Constructor and Description |
|---|
JsonSchemaCacheLoader(org.raml.model.Raml api) |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaAndNode |
load(String schemaLocation) |
public JsonSchemaAndNode load(String schemaLocation) throws IOException
load in class com.google.common.cache.CacheLoader<String,JsonSchemaAndNode>IOExceptionCopyright © 2014. All rights reserved.