public interface OperationNameProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OperationNameProvider.Builder |
static class |
OperationNameProvider.ClassNameOperationName
Default Microprofile operation name
|
static class |
OperationNameProvider.HTTPMethodOperationName
Returns HTTP method as operation name
|
static class |
OperationNameProvider.WildcardOperationName
As operation name provides "wildcard" HTTP path e.g:
resource method annotated with @Path("/foo/bar/{name: \\w+}") produces "/foo/bar/{name: \\w+}"
|
| Modifier and Type | Method and Description |
|---|---|
String |
operationName(javax.ws.rs.container.ContainerRequestContext requestContext) |
String operationName(javax.ws.rs.container.ContainerRequestContext requestContext)
Copyright © 2018–2022. All rights reserved.