Class SessionAttributesKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<SessionAttributesKey>
org.wildfly.clustering.cache.KeyFormatter<String, SessionAttributesKey>
org.wildfly.clustering.session.infinispan.embedded.SessionKeyFormatter<SessionAttributesKey>
org.wildfly.clustering.session.infinispan.embedded.attributes.SessionAttributesKeyFormatter
- All Implemented Interfaces:
Formatter<SessionAttributesKey>
@MetaInfServices(Formatter.class)
public class SessionAttributesKeyFormatter
extends SessionKeyFormatter<SessionAttributesKey>
Resolver for
SessionAttributesKey.- 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 session attributes key. -
Method Summary
Methods inherited from class Formatter.Provided
format, getType, parse, wrap
-
Constructor Details
-
SessionAttributesKeyFormatter
public SessionAttributesKeyFormatter()Creates a formatter of a session attributes key.
-