public class UriHttpMethodTuple extends Object implements Serializable
HttpSecurityAware 配置时使用| 构造器和说明 |
|---|
UriHttpMethodTuple(String uri,
org.springframework.http.HttpMethod method) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
org.springframework.http.HttpMethod |
getMethod() |
String |
getUri() |
int |
hashCode() |
void |
setMethod(org.springframework.http.HttpMethod method) |
void |
setUri(String uri) |
static UriHttpMethodTuple |
tuple(org.springframework.http.HttpMethod method,
String uri) |
public UriHttpMethodTuple(String uri, org.springframework.http.HttpMethod method)
public static UriHttpMethodTuple tuple(org.springframework.http.HttpMethod method, String uri)
public String getUri()
public void setUri(String uri)
public org.springframework.http.HttpMethod getMethod()
public void setMethod(org.springframework.http.HttpMethod method)
Copyright © 2021. All rights reserved.