Uses of Class
jakarta.ws.rs.core.Form
-
Packages that use Form Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.core 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 Form Modifier and Type Method Description static Entity<Form>
Entity. form(Form form)
Create an "application/x-www-form-urlencoded" form entity.static Entity<Form>
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 Modifier and Type Method Description static Entity<Form>
Entity. form(Form form)
Create an "application/x-www-form-urlencoded" form entity. -
Uses of Form in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Form Modifier and Type Method Description Form
Form. param(String name, String value)
Adds a new value to the specified form parameter.
-