public class PathsProcessor extends Object
| Constructor and Description |
|---|
PathsProcessor(ResolverCache cache,
io.swagger.models.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(io.swagger.models.Model model,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.parameters.Parameter param,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.Path path,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.properties.Property property,
String pathRef) |
protected void |
updateLocalRefs(io.swagger.models.Response response,
String pathRef) |
public PathsProcessor(ResolverCache cache, io.swagger.models.Swagger swagger)
public void processPaths()
protected void updateLocalRefs(io.swagger.models.Path path,
String pathRef)
protected void updateLocalRefs(io.swagger.models.Response response,
String pathRef)
protected void updateLocalRefs(io.swagger.models.parameters.Parameter param,
String pathRef)
protected void updateLocalRefs(io.swagger.models.Model model,
String pathRef)
protected void updateLocalRefs(io.swagger.models.properties.Property property,
String pathRef)
protected boolean isLocalRef(String ref)
Copyright © 2017. All Rights Reserved.