Class UserSessionsKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<UserSessionsKey>
org.wildfly.clustering.cache.KeyFormatter<String, UserSessionsKey>
org.wildfly.clustering.session.infinispan.embedded.SessionKeyFormatter<UserSessionsKey>
org.wildfly.clustering.session.infinispan.embedded.user.UserSessionsKeyFormatter
- All Implemented Interfaces:
Formatter<UserSessionsKey>
@MetaInfServices(Formatter.class)
public class UserSessionsKeyFormatter
extends SessionKeyFormatter<UserSessionsKey>
Formatter for
UserSessionsKey.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface Formatter
Formatter.Identity, Formatter.Provided<T> -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a formatter of a user sessions cache key. -
Method Summary
Methods inherited from class Formatter.Provided
format, getType, parse, wrap
-
Constructor Details
-
UserSessionsKeyFormatter
public UserSessionsKeyFormatter()Creates a formatter of a user sessions cache key.
-