Package com.github.basking2.sdsai.util
Class StringInterpolator
java.lang.Object
com.github.basking2.sdsai.util.StringInterpolator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatString
(String input, Function<String, ? extends Object> mapper) static String
formatString
(String input, Map<String, ? extends Object> environment) static String
formatString
(String input, Properties properties)
-
Constructor Details
-
StringInterpolator
public StringInterpolator()
-
-
Method Details
-
formatString
-
formatString
-
formatString
-