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/05/23 18:42:00 UTC

[jira] [Created] (JUNEAU-233) JsonParser is not instantiating interface proxies.

James Bognar created JUNEAU-233:
-----------------------------------

             Summary: JsonParser is not instantiating interface proxies.
                 Key: JUNEAU-233
                 URL: https://issues.apache.org/jira/browse/JUNEAU-233
             Project: Juneau
          Issue Type: Bug
          Components: Code
    Affects Versions: 8.1.3
            Reporter: James Bognar


The JsonParser should be able to instantiate into an interface like so:
{code:java}
	public static interface O37 {
		public String getFoo();
		public void setFoo(String foo);
	}
{code}
This doesn't appear to be working anymore.



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