Uses of Class
jakarta.ws.rs.core.Form
Packages that use Form
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Form in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return types with arguments of type FormModifier and TypeMethodDescriptionCreate an "application/x-www-form-urlencoded" form entity.Entity.form(MultivaluedMap<String, String> formData) Create an "application/x-www-form-urlencoded" form entity.Methods in jakarta.ws.rs.client with parameters of type Form -
Uses of Form in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Form -
Uses of Form in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers that return FormModifier and TypeMethodDescriptionJaxrsFormProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) JaxrsServerFormUrlEncodedProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Methods in org.jboss.resteasy.plugins.providers with parameters of type FormModifier and TypeMethodDescriptionJaxrsFormProvider.asyncWriteTo(Form form, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) longJaxrsFormProvider.getSize(Form form, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) voidJaxrsFormProvider.writeTo(Form form, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Method parameters in org.jboss.resteasy.plugins.providers with type arguments of type FormModifier and TypeMethodDescriptionJaxrsFormProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) JaxrsServerFormUrlEncodedProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream)