Uses of Enum Class
org.glassfish.jersey.uri.JerseyQueryParamStyle
Packages that use JerseyQueryParamStyle
Package
Description
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
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 JerseyQueryParamStyleModifier and TypeMethodDescriptionstatic JerseyQueryParamStyleReturns the enum constant of this class with the specified name.static JerseyQueryParamStyle[]JerseyQueryParamStyle.values()Returns an array containing the constants of this enum class, 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 JerseyQueryParamStyleModifier and TypeMethodDescriptionJerseyUriBuilder.setQueryParamStyle(JerseyQueryParamStyle queryParamStyle)