public class OperationIdServiceIdResolver extends DefaultServiceIdResolver
ServiceIdResolver which uses operationId property specified for an operation in Swagger file
and falls back to DefaultServiceIdResolver if no operation ID specified.| Constructor and Description |
|---|
OperationIdServiceIdResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(io.swagger.models.HttpMethod httpMethod,
String pathname,
io.swagger.models.Operation operation) |
public String resolve(io.swagger.models.HttpMethod httpMethod, String pathname, io.swagger.models.Operation operation)
resolve in interface ServiceIdResolverresolve in class DefaultServiceIdResolverCopyright © 2018. All rights reserved.