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<JsonObject> parameters,
OpenAPIHolder openAPIHolder) |
| 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
|
public static final Pattern OAS_PATH_PARAMETERS_PATTERN
public static final Pattern ILLEGAL_PATH_MATCHER
public OpenAPI3PathResolver(String oasPath, List<JsonObject> parameters, OpenAPIHolder openAPIHolder)
Copyright © 2021. All rights reserved.