public static enum WxOpenProperties.StorageType extends Enum<WxOpenProperties.StorageType>
| 枚举常量和说明 |
|---|
jedis
jedis.
|
memory
内存.
|
redisson
redisson.
|
redistemplate
redistemplate
|
| 限定符和类型 | 方法和说明 |
|---|---|
static WxOpenProperties.StorageType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WxOpenProperties.StorageType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final WxOpenProperties.StorageType memory
public static final WxOpenProperties.StorageType jedis
public static final WxOpenProperties.StorageType redisson
public static final WxOpenProperties.StorageType redistemplate
public static WxOpenProperties.StorageType[] values()
for (WxOpenProperties.StorageType c : WxOpenProperties.StorageType.values()) System.out.println(c);
public static WxOpenProperties.StorageType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.