java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext.Resource
@Path("resource")
public class Resource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
jakarta.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Resource
public Resource()
-
Method Details
-
genericResponse
@GET
@Path("{id}")
public jakarta.ws.rs.core.Response genericResponse(@PathParam("id")
String path)