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