public class SwaggerResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ResolverOptions |
opts |
protected Map<String,List<io.swagger.parser.SwaggerResolver.ResolutionContext>> |
resolutionMap |
protected Swagger |
swagger |
| Constructor and Description |
|---|
SwaggerResolver() |
SwaggerResolver(ResolverOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyResolutions(List<io.swagger.models.auth.AuthorizationValue> auths) |
void |
detectModelRefs() |
void |
detectOperationRefs() |
Swagger |
resolve(Swagger swagger,
List<io.swagger.models.auth.AuthorizationValue> auths) |
protected Swagger swagger
protected Map<String,List<io.swagger.parser.SwaggerResolver.ResolutionContext>> resolutionMap
protected ResolverOptions opts
public SwaggerResolver()
public SwaggerResolver(ResolverOptions opts)
public Swagger resolve(Swagger swagger, List<io.swagger.models.auth.AuthorizationValue> auths)
public void applyResolutions(List<io.swagger.models.auth.AuthorizationValue> auths)
public void detectOperationRefs()
public void detectModelRefs()
Copyright © 2015. All Rights Reserved.