You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Fabien Thouny (JIRA)" <ji...@apache.org> on 2013/10/22 12:15:44 UTC

[jira] [Updated] (CXF-5352) @Multipart support for types that have constructors accepting a String parameter or static valueOf(String s) methods

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

Fabien Thouny updated CXF-5352:
-------------------------------

    Summary: @Multipart support for types that have constructors accepting a String parameter or static valueOf(String s) methods  (was: Add to @Multipart support types that have constructors accepting a String parameter or static valueOf(String s) methods)

> @Multipart support for types that have constructors accepting a String parameter or static valueOf(String s) methods
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-5352
>                 URL: https://issues.apache.org/jira/browse/CXF-5352
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 2.7.7
>            Reporter: Fabien Thouny
>            Priority: Minor
>
> For the moment, it's not possible to have the following resource :
> {code}
> @POST
> @Produces("application/json")
> @Consumes("multipart/form-data")
> public Response multipartWithBeanAndEnum(
>     @Multipart("input") BeanWithStringConstructor input,
>     @Multipart("someEnum") SomeEnum someEnum) {
>       [...]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)