Class MpUriBuilder

java.lang.Object
jakarta.ws.rs.core.UriBuilder
org.jboss.resteasy.spi.ResteasyUriBuilder
org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl
org.jboss.resteasy.microprofile.client.impl.MpUriBuilder

public class MpUriBuilder extends org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl
  • Field Summary

    Fields inherited from class org.jboss.resteasy.spi.ResteasyUriBuilder

    hierarchicalUri, opaqueUri
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    MpUriBuilder(String host, String scheme, int port, String userInfo, String path, String query, String fragment, String ssp, String authority)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.UriBuilder
    clientQueryParam(String name, Object... values)
     
    jakarta.ws.rs.core.UriBuilder
     
    void
    setQueryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle)
     
    jakarta.ws.rs.core.UriBuilder
    uri(String uriTemplate, org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle)
     
    jakarta.ws.rs.core.UriBuilder
    uri(URI uri, org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle)
     

    Methods inherited from class org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl

    build, build, buildFromEncoded, buildFromEncodedMap, buildFromMap, buildFromMap, buildFromValues, buildUriFromMap, createUriParamMatcher, fragment, getAuthority, getFragment, getHost, getPath, getPathParamNamesInDeclarationOrder, getPort, getQuery, getScheme, getSsp, getUserInfo, host, matrixParam, parseHierarchicalUri, path, path, path, path, paths, port, queryParam, replaceMatrix, replaceMatrixParam, replaceParameter, replacePath, replacePathParameter, replaceQuery, replaceQueryNoEncoding, replaceQueryParam, replaceQueryStringParameter, resolveTemplate, resolveTemplate, resolveTemplateFromEncoded, resolveTemplates, resolveTemplates, resolveTemplatesFromEncoded, scheme, schemeSpecificPart, segment, substitutePathParam, toTemplate, uri, uri, uriFromCharSequence, uriTemplate, userInfo

    Methods inherited from class org.jboss.resteasy.spi.ResteasyUriBuilder

    compare, fromTemplate, relativize

    Methods inherited from class jakarta.ws.rs.core.UriBuilder

    fromLink, fromMethod, fromPath, fromResource, fromUri, fromUri, newInstance

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setQueryParamStyle

      public void setQueryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle)
    • clone

      public jakarta.ws.rs.core.UriBuilder clone()
      Overrides:
      clone in class org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl
    • clientQueryParam

      public jakarta.ws.rs.core.UriBuilder clientQueryParam(String name, Object... values) throws IllegalArgumentException
      Overrides:
      clientQueryParam in class org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl
      Throws:
      IllegalArgumentException
    • uri

      public jakarta.ws.rs.core.UriBuilder uri(String uriTemplate, org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle) throws IllegalArgumentException
      Throws:
      IllegalArgumentException
    • uri

      public jakarta.ws.rs.core.UriBuilder uri(URI uri, org.eclipse.microprofile.rest.client.ext.QueryParamStyle queryParamStyle) throws IllegalArgumentException
      Throws:
      IllegalArgumentException