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 19:35:00 UTC

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

     [ https://issues.apache.org/jira/browse/JUNEAU-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar closed JUNEAU-233.
-------------------------------
    Fix Version/s: 8.1.4
         Assignee: James Bognar
       Resolution: Fixed

> 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
>            Assignee: James Bognar
>            Priority: Major
>             Fix For: 8.1.4
>
>
> 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)