@Path(value="/somePath")
public interface TemplateMismatch
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
parmButNoTemplate(String paramName) |
@PUT
@Path(value="/{someParamName}")
jakarta.ws.rs.core.Response parmButNoTemplate(@PathParam(value="aDifferentParamName")
String paramName)
Copyright © 2021 Eclipse Foundation. All rights reserved.