public class FreemarkerMessageFormatter extends AbstractFreemarkerFormatter implements MessageFormatter, LogFormatter
Created by davidoff shen on 2016-12-02.
| Constructor and Description |
|---|
FreemarkerMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(String pattern,
Map<String,Object> values) |
String |
format(String pattern,
Object... objects) |
formatMsgpublic String format(String pattern, Object... objects)
format in interface MessageFormatterpattern - free marker引擎模版,o+index就是objects里的索引, 从1开始objects - Copyright © 2018. All rights reserved.