| 接口 | 说明 |
|---|---|
| PlaceholderParser |
| 类 | 说明 |
|---|---|
| HttpQueryStringAccessor | |
| ParameterizedMessage |
参数化消息
使用方式:
new ParameterizedMessage("hello {0}, welcome you to {1} . ", new Object[]{"zhang san", "BeiJing"});
那么结果就是: "hello zhang san, welcome you to BeiJing ." |
| PropertiesPlaceholderParser | |
| PropertyPlaceholderHandler |
Utility class for working with Strings that have placeholder values in them.
|
| StringTemplate | |
| StringTemplate.IndexBasedValueGetter | |
| StringTemplates |
Copyright © 2019. All rights reserved.