| 程序包 | 说明 |
|---|---|
| com.spring.boxes.dollar.support.locale |
| 限定符和类型 | 字段和说明 |
|---|---|
I18NCurrencyEnum |
I18NRegionEnum.defaultCurrency |
| 限定符和类型 | 方法和说明 |
|---|---|
static I18NCurrencyEnum |
I18NCurrencyEnum.getCurrencyEnumBy(String currency)
根据currency 获取 GlobalCurrencyEnum枚举值
|
static I18NCurrencyEnum |
I18NCurrencyEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static I18NCurrencyEnum[] |
I18NCurrencyEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,I18NCurrencyEnum> |
I18NCurrencyEnum.getCurrencyEnumMap()
获取所有已存在的币种枚举
|
static Set<I18NCurrencyEnum> |
I18NCurrencyEnum.getMinUnitYuanCurrency()
获取最小结算币种是元的地区
|
Copyright © 2023 wuyushuo. All rights reserved.