public class RequestHandlerKey
extends java.lang.Object
Constructor and Description |
---|
RequestHandlerKey(java.util.Set<java.lang.String> pathMappings,
java.util.Set<org.springframework.web.bind.annotation.RequestMethod> supportedMethods,
java.util.Set<? extends org.springframework.http.MediaType> supportedMediaTypes,
java.util.Set<? extends org.springframework.http.MediaType> producibleMediaTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<java.lang.String> |
getPathMappings() |
java.util.Set<? extends org.springframework.http.MediaType> |
getProducibleMediaTypes() |
java.util.Set<? extends org.springframework.http.MediaType> |
getSupportedMediaTypes() |
java.util.Set<org.springframework.web.bind.annotation.RequestMethod> |
getSupportedMethods() |
int |
hashCode() |
public RequestHandlerKey(java.util.Set<java.lang.String> pathMappings, java.util.Set<org.springframework.web.bind.annotation.RequestMethod> supportedMethods, java.util.Set<? extends org.springframework.http.MediaType> supportedMediaTypes, java.util.Set<? extends org.springframework.http.MediaType> producibleMediaTypes)
public java.util.Set<java.lang.String> getPathMappings()
public java.util.Set<org.springframework.web.bind.annotation.RequestMethod> getSupportedMethods()
public java.util.Set<? extends org.springframework.http.MediaType> getSupportedMediaTypes()
public java.util.Set<? extends org.springframework.http.MediaType> getProducibleMediaTypes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object