public class MethodParameterDetails extends Object implements Serializable
FilterAdvice.beforeBodyWrite(java.lang.Object, org.springframework.core.MethodParameter, org.springframework.http.MediaType, java.lang.Class<? extends org.springframework.http.converter.HttpMessageConverter<?>>, org.springframework.http.server.ServerHttpRequest, org.springframework.http.server.ServerHttpResponse)| Constructor and Description |
|---|
MethodParameterDetails(org.springframework.core.MethodParameter methodParameter,
org.springframework.http.MediaType mediaType,
FilterFields filterFields)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FilterFields |
getFilterFields() |
org.springframework.http.MediaType |
getMediaType() |
int |
getMethodHashCode() |
org.springframework.core.MethodParameter |
getMethodParameter() |
int |
hashCode() |
public MethodParameterDetails(org.springframework.core.MethodParameter methodParameter,
org.springframework.http.MediaType mediaType,
FilterFields filterFields)
methodParameter - method of Spring controllermediaType - MediaType media type of http messagefilterFields - FilterFields fields whish should be kept or hiddenpublic org.springframework.core.MethodParameter getMethodParameter()
public int getMethodHashCode()
public org.springframework.http.MediaType getMediaType()
public FilterFields getFilterFields()
Copyright © 2019. All rights reserved.