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