Class SessionMetaDataKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>
org.wildfly.clustering.web.infinispan.SessionKeyFormatter<SessionMetaDataKey>
org.wildfly.clustering.web.infinispan.session.metadata.SessionMetaDataKeyFormatter
- All Implemented Interfaces:
Formatter<SessionMetaDataKey>
@MetaInfServices(org.wildfly.clustering.marshalling.spi.Formatter.class)
public class SessionMetaDataKeyFormatter
extends SessionKeyFormatter<SessionMetaDataKey>
Formatter for a
SessionMetaDataKey.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.SimpleFormatter
format, getTargetClass, parse
-
Constructor Details
-
SessionMetaDataKeyFormatter
public SessionMetaDataKeyFormatter()
-