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