- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.netty.HelloWorldResource
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
postQueryParameter
@POST
@Path(value="query2")
@Consumes(value="text/plain")
@Produces(value="text/plain")
public String postQueryParameter(@DefaultValue(value="error1") @QueryParam(value="test1")
String test1,
@DefaultValue(value="error2") @QueryParam(value="test2")
String test2,
String entity)
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.