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
Set<? extends org.springframework.http.MediaType>
Set<? extends org.springframework.http.MediaType>
Set<org.springframework.web.bind.annotation.RequestMethod>
int
-
构造器详细资料
-
RequestHandlerKey
public 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)
-
方法详细资料
-
-
getSupportedMethods
public Set<org.springframework.web.bind.annotation.RequestMethod> getSupportedMethods()
-
-
-
-
-