Class InfinispanTimerMetaDataKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<K>
org.wildfly.clustering.cache.KeyFormatter<UUID,InfinispanTimerMetaDataKey<UUID>>
org.wildfly.clustering.ejb.infinispan.timer.InfinispanTimerMetaDataKeyFormatter
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Formatter<InfinispanTimerMetaDataKey<UUID>>
@MetaInfServices(org.wildfly.clustering.marshalling.Formatter.class)
public class InfinispanTimerMetaDataKeyFormatter
extends org.wildfly.clustering.cache.KeyFormatter<UUID,InfinispanTimerMetaDataKey<UUID>>
Serializer for timer keys.
- 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 extends Object> -
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
-
InfinispanTimerMetaDataKeyFormatter
public InfinispanTimerMetaDataKeyFormatter()
-