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.
|
Modifier and Type | Method and Description |
---|---|
static JerseyQueryParamStyle |
JerseyQueryParamStyle.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.
|
Modifier and Type | Method and Description |
---|---|
JerseyUriBuilder |
JerseyUriBuilder.setQueryParamStyle(JerseyQueryParamStyle queryParamStyle) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.