Package com.soebes.itf.jupiter.extension
Interface StringInterpolator
interface StringInterpolator
- Author:
- Karl Heinz Marbaise
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Pattern
This 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 betweenkey
andvalue
.null is not allowed
- Returns:
- The interpolated string.
-