Package com.alibaba.nacos.client.utils
Class TemplateUtils
- java.lang.Object
-
- com.alibaba.nacos.client.utils.TemplateUtils
-
public class TemplateUtils extends Object
- Author:
- pbting
-
-
Constructor Summary
Constructors Constructor Description TemplateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringstringBlankAndThenExecute(String source, Callable<String> callable)static StringstringEmptyAndThenExecute(String source, Callable<String> callable)static voidstringNotEmptyAndThenExecute(String source, Runnable runnable)
-