public final class UriUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
PATH_PARAM_URI
Regex to validate uris with or without parameters.
|
Modifier and Type | Method and Description |
---|---|
static String |
addFirstSlash(String uri) |
static boolean |
isPathParamUri(String uri) |
static String |
normalize(String uri) |
static String |
removeLastSlash(String uri) |
public static final Pattern PATH_PARAM_URI
Copyright © 2016–2017 RestNEXT. All rights reserved.