Class UserContextKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<UserContextKey>
org.wildfly.clustering.cache.KeyFormatter<String,UserContextKey>
org.wildfly.clustering.session.infinispan.embedded.SessionKeyFormatter<UserContextKey>
org.wildfly.clustering.session.infinispan.embedded.user.UserContextKeyFormatter
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Formatter<UserContextKey>
@MetaInfServices(org.wildfly.clustering.marshalling.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
org.wildfly.clustering.marshalling.Formatter.Identity, org.wildfly.clustering.marshalling.Formatter.Provided<T> -
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
-
UserContextKeyFormatter
public UserContextKeyFormatter()
-