Package nablarch.fw.jaxrs
Class JaxRsAccessLogFormatter.RequestBodyItem
java.lang.Object
nablarch.fw.jaxrs.JaxRsAccessLogFormatter.RequestBodyItem
- All Implemented Interfaces:
LogItem<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Enclosing class:
- JaxRsAccessLogFormatter
public static class JaxRsAccessLogFormatter.RequestBodyItem
extends Object
implements LogItem<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
リクエストのボディを取得する。
-
Constructor Summary
ConstructorDescriptionRequestBodyItem
(MessageBodyLogTargetMatcher logTargetMatcher, LogContentMaskingFilter maskingFilter) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionログの出力項目を取得する。
-
Constructor Details
-
RequestBodyItem
public RequestBodyItem(MessageBodyLogTargetMatcher logTargetMatcher, LogContentMaskingFilter maskingFilter) コンストラクタ- Parameters:
logTargetMatcher
- ログ出力対象判定maskingFilter
- マスク処理フィルタ
-
-
Method Details
-
get
Description copied from interface:LogItem
ログの出力項目を取得する。- Specified by:
get
in interfaceLogItem<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- ログの出力項目
-