クラスの使用
org.springframework.http.converter.json.MappingJacksonValue
MappingJacksonValue を使用するパッケージ
パッケージ
説明
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.web.servlet.mvc.method.annotation 内の MappingJacksonValue 使用
修飾子と型メソッド説明protected MappingJacksonValueAbstractMappingJacksonResponseBodyAdvice.getOrCreateContainer(ObjectSE body) 本体をMappingJacksonValue値コンテナーでラップするか(追加の直列化手順を提供するため)、すでにラップされている場合は単にキャストします。型 MappingJacksonValue のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明protected abstract voidAbstractMappingJacksonResponseBodyAdvice.beforeBodyWriteInternal(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response) コンバーター型がMappingJackson2HttpMessageConverterの場合にのみ呼び出されます。protected voidJsonViewResponseBodyAdvice.beforeBodyWriteInternal(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response)