Class FormMultivaluedMapProvider

All Implemented Interfaces:
MessageBodyReader<MultivaluedMap<String,String>>, MessageBodyWriter<MultivaluedMap<String,String>>

@Produces("application/x-www-form-urlencoded") @Consumes("application/x-www-form-urlencoded") @Singleton public final class FormMultivaluedMapProvider extends AbstractFormProvider<MultivaluedMap<String,String>>
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from multi-valued map instance.
Author:
Paul Sandoz, Marek Potociar