users@jax-rs-spec.java.net
[jax-rs-spec users] [jsr339-experts] ParamConverterProvider and bean list properties
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Sergey Beryozkin <
sberyozkin_at_talend.com
>
Date
: Fri, 24 May 2013 15:29:30 +0100
Hi
Consider
/bar?name=a&name=b
@GET
public get(@QueryParam("name") ComplexName name) {}
public class ComplexName {
List<String> names;
}
Can we handle such a case with ParamConverters ?
Probably not, but I wonder how we could've done it...
Sergey
This message
: [
Message body
]
Next message
:
Sergey Beryozkin: "[jax-rs-spec users] [jsr339-experts] Re: ParamConverterProvider and bean list properties"
Previous message
:
Jan Algermissen: "[jax-rs-spec users] [jsr339-experts] Re: getAcceptableMediaTypes() should return empty list"
Next in thread
:
Sergey Beryozkin: "[jax-rs-spec users] [jsr339-experts] Re: ParamConverterProvider and bean list properties"
Reply
:
Sergey Beryozkin: "[jax-rs-spec users] [jsr339-experts] Re: ParamConverterProvider and bean list properties"
Reply
:
Bill Burke: "[jax-rs-spec users] [jsr339-experts] Re: ParamConverterProvider and bean list properties"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]