Package nablarch.fw.web.handler
Class HttpAccessJsonLogFormatter.EndTimeBuilder
java.lang.Object
nablarch.fw.web.handler.HttpAccessJsonLogFormatter.EndTimeBuilder
- All Implemented Interfaces:
 JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
 - HttpAccessJsonLogFormatter
 
public static class HttpAccessJsonLogFormatter.EndTimeBuilder
extends Object
implements JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
終了日時を処理するクラス。
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。 
- 
Constructor Details
- 
EndTimeBuilder
public EndTimeBuilder() 
 - 
 - 
Method Details
- 
build
public void build(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
 buildin interfaceJsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>- Parameters:
 structuredObject- 構築先のオブジェクトcontext- ログコンテキスト
 
 -