Class FormProvider

All Implemented Interfaces:
MessageBodyReader<Form>, MessageBodyWriter<Form>

@Produces({"application/x-www-form-urlencoded","*/*"}) @Consumes({"application/x-www-form-urlencoded","*/*"}) @Singleton public final class FormProvider extends AbstractFormProvider<Form>
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from JAX-RS Form instance.
Author:
Paul Sandoz, Marek Potociar