public static enum RedisOptions.Serialization extends Enum<RedisOptions.Serialization>
| Modifier and Type | Method and Description |
|---|---|
org.redisson.client.codec.Codec |
getCodec() |
static RedisOptions.Serialization |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisOptions.Serialization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisOptions.Serialization FST
public static final RedisOptions.Serialization JDK
public static RedisOptions.Serialization[] values()
for (RedisOptions.Serialization c : RedisOptions.Serialization.values()) System.out.println(c);
public static RedisOptions.Serialization 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 nullpublic org.redisson.client.codec.Codec getCodec()
Copyright © 2013–2020. All rights reserved.