Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7573783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:16:10+00:00 2026-05-30T16:16:10+00:00

I have a JAX-RS servlet and I would like to return a JSON object

  • 0

I have a JAX-RS servlet and I would like to return a JSON object for GET queries to the URL /upgrade/somePath but a String for GET queries to /upgrade/somePath?count=true. My problem is that this method cannot return two different types based on the query parameter. I tried to map a different method to a specific URL @Path("/upgrade/somePath?count=true") but Jersey was not happy to serve that.

@Path("upgrade")
public class UpgradeMock
{
    @GET
    @Path("somePath")
    @Produces(MediaType.APPLICATION_JSON)
    public UpgradePackageList getPackages(@QueryParam("count") Boolean count)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:16:12+00:00Added an answer on May 30, 2026 at 4:16 pm

    As far as I know you cannot achieve this using Jersey. If this way of working is a must (i.e. the specification) you should change your method to return a String and take JSON serialization into your hands by invoking Jackson’s JSON serializer manually.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JAX-RS resource, which gets its paramaters as a JSON string like
The idea: I have a JAX-RS webservice servlet (Object called webServlet ) which instantiates
I have a JAX-WS WebService like this: public class ParentClass{ public String str1; }
I have RESTEasy (JAX-RS) server with about 60 services (so far). I would like
I have the following JAX-RS service. @Path(config) public class ConfigurationResponder { @GET @Produces({application/json}) @Consumes({application/json})
I have a JAX-RPC (Java) web service that needs to return a complex polymorphic
Is it possible in jax-ws to have a webmethod that creates a new object
I have deployed some jax-ws webservices in a tomcat: web.xml: ... <servlet> <servlet-name>WebServiceJaxWs</servlet-name> <servlet-class>...a
I have specified my JAX-RS Application in the web.xml as follows: <servlet> <servlet-name>CXFServlet</servlet-name> <servlet-class>
I have a Jax-RS Jersey web service on Weblogic. It runs fine but returns

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.