Class UriBuilderImpl

java.lang.Object
jakarta.ws.rs.core.UriBuilder
org.apache.cxf.jaxrs.impl.UriBuilderImpl
All Implemented Interfaces:
Cloneable

public class UriBuilderImpl extends jakarta.ws.rs.core.UriBuilder implements Cloneable
Implements the UriBuilder abstract class. A few notes with respect to CXF specifics:
  • it uses standard URI internally, so it does not conform to RFC-3986 which UriBuilder mandates
  • it encodes URI components if it encounters '%XX' pattern within name (if applicable) or value (those are treated as partially encoded)
  • </ul