Package com.soebes.itf.jupiter.extension
Interface StringInterpolator
interface StringInterpolator
- Author:
- Karl Heinz Marbaise
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PatternThis pattern${..}with the given group(.*?)is defined to extract the${key}askey. -
Method Summary
-
Field Details
-
PLACEHOLDER_PATTERN
This pattern${..}with the given group(.*?)is defined to extract the${key}askey.
-
-
Method Details
-
interpolate
- Parameters:
mapping- The map which contains the mapping betweenkeyandvalue.null is not allowed- Returns:
- The interpolated string.
-