microprofile-opentracing-tck v3.0-RC4
- java.lang.Object
-
- org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTwoParams
@GET
@Path(value="/twoIds/{aaa: \\d+}/{bbb: \\w+}")
public jakarta.ws.rs.core.Response getTwoParams(@PathParam(value="id")
String id,
@PathParam(value="aaa")
String first,
@PathParam(value="bbb")
String second)
microprofile-opentracing-tck v3.0-RC4
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.