Uses of Class
jakarta.ws.rs.core.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
Modifier 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. -
Uses of Form in jakarta.ws.rs.core