Package nablarch.fw.jaxrs
Class JaxRsAccessJsonLogFormatter.ResponseBodyBuilder
java.lang.Object
nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ResponseBodyBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Enclosing class:
- JaxRsAccessJsonLogFormatter
public static class JaxRsAccessJsonLogFormatter.ResponseBodyBuilder
extends Object
implements JsonLogObjectBuilder<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
レスポンスのボディを処理する。
-
Constructor Summary
ConstructorDescriptionResponseBodyBuilder
(MessageBodyLogTargetMatcher logTargetMatcher, LogContentMaskingFilter maskingFilter) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, JaxRsAccessLogFormatter.JaxRsAccessLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
ResponseBodyBuilder
public ResponseBodyBuilder(MessageBodyLogTargetMatcher logTargetMatcher, LogContentMaskingFilter maskingFilter) コンストラクタ- Parameters:
logTargetMatcher
- ログ出力対象判定maskingFilter
- マスク処理フィルタ
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, JaxRsAccessLogFormatter.JaxRsAccessLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-