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 8278071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:52:55+00:00 2026-06-08T08:52:55+00:00

I have a method that expects a generic map in parameter : public void

  • 0

I have a method that expects a generic map in parameter :

public void someMethod(Map<String,?> mapParameter){
    ...
}

My implementation that calls this method, have multiple possible values to the “?” generic param. For example, sometimes the value in “?” will be Integer, others it will be String, Boolean.

Exists some way to declare a fully generic HashMap that can accept my values, and passed to the “someMethod” method ?

I tried to extract the values to classes “IntegerValueDTO”, receiving the value in String value and converting to the especific type. All this “valueDTO” classes created, i put to extend from “defaultValue”.
With this, i implemented this map :

Map<String, ? extends DefaultValue> map = new HashMap<String, ? extends DefaultValue>();

But, the method someMethod is not from my application, it is from a framework, then i dont have the control to chance the implementation. And declaring my map that way, he will generate a map of "Map<String, some instance of DefaultValue>", and the framework crashes.

Any help will be welcome.

  • 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-06-08T08:52:58+00:00Added an answer on June 8, 2026 at 8:52 am
    Map<String, ? extends Object> map = new HashMap<String, ? extends Object>();
    

    If that method returns some values that you expect to use in your application, you can use reflection to see what value it returns and cast to that particular object.

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

Sidebar

Related Questions

I have a method that accepts a generic delegate as a parameter, and inserts
I have a generic method that returns IEnumerable<KeyValuePair<T, string>> but i expect the T
I have this situation: A method that expects a Type as one of its
I have a WCF service method that expects an object and then retrieves its
I have an annotated controller with a method that expects a model and a
I have a data type that contains a set and a method that expects
I have a method that prints private variable of the class. public class Test
I have this extension method for my BusinessObject class: public static class Extensions {
I have a C# method that returns very large number of objects. This is
I have this method... public static IList<IOutgoingMessage> CompressMessages(IList<IOutgoingMessageWithUserAndPtMedInfo> msgs) { StoreOriginalMessages(msgs); ... } which

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.