public class PathsProcessor extends Object
| Constructor and Description |
|---|
PathsProcessor(ResolverCache cache,
Swagger swagger) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
computeLocalRef(String ref,
String prefix) |
protected boolean |
isLocalRef(String ref) |
void |
processPaths() |
protected void |
updateLocalRefs(Model model,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.parameters.Parameter param,
String pathRef) |
protected void |
updateLocalRefs(Path path,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.properties.Property property,
String pathRef) |
protected void |
updateLocalRefs(Response response,
String pathRef) |
public PathsProcessor(ResolverCache cache, Swagger swagger)
public void processPaths()
protected void updateLocalRefs(io.swagger.models.parameters.Parameter param, String pathRef)
protected void updateLocalRefs(io.swagger.models.properties.Property property, String pathRef)
protected boolean isLocalRef(String ref)
Copyright © 2016. All Rights Reserved.