Uses of Class
org.springframework.http.converter.json.MappingJacksonValue
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of MappingJacksonValue in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionprotected MappingJacksonValue
AbstractMappingJacksonResponseBodyAdvice.getOrCreateContainer
(Object body) Wrap the body in aMappingJacksonValue
value container (for providing additional serialization instructions) or simply cast it if already wrapped.Modifier and TypeMethodDescriptionprotected abstract void
AbstractMappingJacksonResponseBodyAdvice.beforeBodyWriteInternal
(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response) Invoked only if the converter type isMappingJackson2HttpMessageConverter
.protected void
JsonViewResponseBodyAdvice.beforeBodyWriteInternal
(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response)