@ParametersAreNonnullByDefault
public class UriResolver
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UriResolver
public UriResolver()
-
Method Details
-
resolve
@Nullable
@CheckReturnValue
public String resolve(@Nullable
String uri)
-
resolveUri
@Nonnull
@CheckReturnValue
public String resolveUri(String uri)
-
setBaseUri
public void setBaseUri(String baseUri)
-
getBaseUri
@Nonnull
@CheckReturnValue
public String getBaseUri()