public static enum RedissonObjectBuilder.ReferenceType extends Enum<RedissonObjectBuilder.ReferenceType>
| Modifier and Type | Method and Description |
|---|---|
static RedissonObjectBuilder.ReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedissonObjectBuilder.ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedissonObjectBuilder.ReferenceType RXJAVA
public static final RedissonObjectBuilder.ReferenceType REACTIVE
public static final RedissonObjectBuilder.ReferenceType DEFAULT
public static RedissonObjectBuilder.ReferenceType[] values()
for (RedissonObjectBuilder.ReferenceType c : RedissonObjectBuilder.ReferenceType.values()) System.out.println(c);
public static RedissonObjectBuilder.ReferenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2021 Redisson. All rights reserved.