public class OpenAPI3PathResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
ILLEGAL_PATH_MATCHER |
static Pattern |
OAS_PATH_PARAMETERS_PATTERN |
| Constructor and Description |
|---|
OpenAPI3PathResolver(String oasPath,
List<io.swagger.v3.oas.models.parameters.Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMappedGroups() |
Pattern |
getResolvedPattern() |
Optional<Pattern> |
solve()
This method returns a pattern only if a pattern is needed, otherwise it returns an empty optional
|
Copyright © 2020. All rights reserved.