Class URIUtils
- java.lang.Object
-
- io.smallrye.opentracing.contrib.jaxrs2.internal.URIUtils
-
public class URIUtils extends Object
- Author:
- Pavol Loffay
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringpath(URI uri)Returns path of given URI.static Stringurl(URI uri)Returns string representation of supplied URL.
-