public class RequestHandlerKey extends Object
| 构造器和说明 |
|---|
RequestHandlerKey(Set<String> pathMappings,
Set<org.springframework.web.bind.annotation.RequestMethod> supportedMethods,
Set<? extends org.springframework.http.MediaType> supportedMediaTypes,
Set<? extends org.springframework.http.MediaType> producibleMediaTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getPathMappings() |
Set<? extends org.springframework.http.MediaType> |
getProducibleMediaTypes() |
Set<? extends org.springframework.http.MediaType> |
getSupportedMediaTypes() |
Set<org.springframework.web.bind.annotation.RequestMethod> |
getSupportedMethods() |
int |
hashCode() |
String |
toString() |
public Set<org.springframework.web.bind.annotation.RequestMethod> getSupportedMethods()
public Set<? extends org.springframework.http.MediaType> getSupportedMediaTypes()
public Set<? extends org.springframework.http.MediaType> getProducibleMediaTypes()
Copyright © 2023. All rights reserved.