Uses of Class
org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Packages that use JerseyQueryParamStyle Package Description org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.org.glassfish.jersey.uri.internal Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. -
-
Uses of JerseyQueryParamStyle in org.glassfish.jersey.uri
Methods in org.glassfish.jersey.uri that return JerseyQueryParamStyle Modifier and Type Method Description static JerseyQueryParamStyleJerseyQueryParamStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static JerseyQueryParamStyle[]JerseyQueryParamStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JerseyQueryParamStyle in org.glassfish.jersey.uri.internal
Methods in org.glassfish.jersey.uri.internal with parameters of type JerseyQueryParamStyle Modifier and Type Method Description JerseyUriBuilderJerseyUriBuilder. setQueryParamStyle(JerseyQueryParamStyle queryParamStyle)
-