public enum CoarseSessionsKeyResolver extends Enum<CoarseSessionsKeyResolver> implements Function<String,CoarseSessionsKey>
CoarseSessionsKey.| Modifier and Type | Class and Description |
|---|---|
static class |
CoarseSessionsKeyResolver.CoarseSessionsKeyFormat |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
CoarseSessionsKey |
apply(String id) |
static CoarseSessionsKeyResolver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoarseSessionsKeyResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoarseSessionsKeyResolver INSTANCE
public static CoarseSessionsKeyResolver[] values()
for (CoarseSessionsKeyResolver c : CoarseSessionsKeyResolver.values()) System.out.println(c);
public static CoarseSessionsKeyResolver 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 CoarseSessionsKey apply(String id)
apply in interface Function<String,CoarseSessionsKey>Copyright © 2021 JBoss by Red Hat. All rights reserved.