You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/03/06 22:00:08 UTC

[jira] [Created] (JUNEAU-195) @Beanp("*") not working correctly?

James Bognar created JUNEAU-195:
-----------------------------------

             Summary: @Beanp("*") not working correctly?
                 Key: JUNEAU-195
                 URL: https://issues.apache.org/jira/browse/JUNEAU-195
             Project: Juneau
          Issue Type: Bug
          Components: Code
            Reporter: James Bognar


This might be a bug.  Serializing the following class is not working as expected:
{code:java}
   public class Foo {
    	@Beanp(name="*")
    	public Map<String,Integer> bar = new TreeMap<>();
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)