Class UriBuilderImpl


  • @Deprecated
    public class UriBuilderImpl
    extends AbstractUriBuilder
    Deprecated.
    Will be removed in next minor release.
    Implementation of interface UriBuilder.
    See Also:
    UriBuilder
    • Constructor Detail

      • UriBuilderImpl

        public UriBuilderImpl()
        Deprecated.
    • Method Detail

      • clone

        public javax.ws.rs.core.UriBuilder clone()
        Deprecated.
        Create a copy of the UriBuilder preserving its state. This is a more efficient means of creating a copy than constructing a new UriBuilder from a URI returned by the AbstractUriBuilder.build(java.lang.Object...) method.
        Specified by:
        clone in class javax.ws.rs.core.UriBuilder
        Returns:
        a copy of the UriBuilder
        See Also:
        UriBuilder.clone()