Class SpringExpressionResolver
java.lang.Object
org.openehealth.ipf.commons.ihe.core.payload.SpringExpressionResolver
- All Implemented Interfaces:
ExpressionResolver
ExpressionResolver
implementation using Spring Expression language. You can also implement your
own resolver that is able to evaluate file path patterns- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveExpression
(PayloadLoggingContext context) Resolves thePayloadLoggingContext
to obtain a path for payload logging
-
Constructor Details
-
SpringExpressionResolver
-
-
Method Details
-
resolveExpression
Description copied from interface:ExpressionResolver
Resolves thePayloadLoggingContext
to obtain a path for payload logging- Specified by:
resolveExpression
in interfaceExpressionResolver
- Parameters:
context
- PayloadLoggingContext- Returns:
- a path for payload logging
-