@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 © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.