public class PathSegmentStringTransformer extends Object implements com.google.common.base.Function<String,String>
Function that transforms a String such that it can be used
as a path segment in a URL.
Note that this is emphatically not the same as URLEncoder,
which is intended for the query parameter use case.| Constructor and Description |
|---|
PathSegmentStringTransformer() |
Copyright © 1999–2016. All rights reserved.