Uses of Class
org.springframework.http.converter.json.MappingJacksonValue
Packages that use 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
Methods in org.springframework.web.servlet.mvc.method.annotation that return MappingJacksonValueModifier 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.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type MappingJacksonValueModifier 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)