public class ResolverCache extends Object
| Constructor and Description |
|---|
ResolverCache(Swagger swagger,
List<io.swagger.models.auth.AuthorizationValue> auths,
String parentFileLocation) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getExternalFileCache() |
Map<String,String> |
getRenameCache() |
String |
getRenamedRef(String originalRef) |
Map<String,Object> |
getResolutionCache() |
<T> T |
loadRef(String ref,
io.swagger.models.refs.RefFormat refFormat,
Class<T> expectedType) |
void |
putRenamedRef(String originalRef,
String newRef) |
public ResolverCache(Swagger swagger, List<io.swagger.models.auth.AuthorizationValue> auths, String parentFileLocation)
public <T> T loadRef(String ref, io.swagger.models.refs.RefFormat refFormat, Class<T> expectedType)
Copyright © 2016. All Rights Reserved.