Package nablarch.fw.web.handler
Class HttpAccessJsonLogFormatter.ParametersBuilder
java.lang.Object
nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ParametersBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessJsonLogFormatter
public static class HttpAccessJsonLogFormatter.ParametersBuilder
extends Object
implements JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
リクエストパラメータを処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
ParametersBuilder
コンストラクタ。- Parameters:
mapValueEditor
- マップの値のマスキング
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-