Class JaxRsRequest.JaxRsQueryParameters
java.lang.Object
com.tangosol.coherence.management.internal.JaxRsRequest.JaxRsQueryParameters
- All Implemented Interfaces:
com.tangosol.internal.http.QueryParameters
- Enclosing class:
JaxRsRequest
public static class JaxRsRequest.JaxRsQueryParameters
extends Object
implements com.tangosol.internal.http.QueryParameters
A
QueryParameters implementation that wraps a JAX-RS UriInfo.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.internal.http.QueryParameters
com.tangosol.internal.http.QueryParameters.Empty -
Field Summary
Fields inherited from interface com.tangosol.internal.http.QueryParameters
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionJaxRsQueryParameters(jakarta.ws.rs.core.UriInfo uriInfo) Create aJaxRsRequest.JaxRsQueryParameters. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.internal.http.QueryParameters
getFirstAsBoolean
-
Constructor Details
-
JaxRsQueryParameters
public JaxRsQueryParameters(jakarta.ws.rs.core.UriInfo uriInfo) Create aJaxRsRequest.JaxRsQueryParameters.- Parameters:
uriInfo- theUriInfoto wrap
-
-
Method Details
-
getFirst
- Specified by:
getFirstin interfacecom.tangosol.internal.http.QueryParameters
-