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