Class FormatterKeyMapperTesterFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.persistence.FormatterKeyMapperTesterFactory
- All Implemented Interfaces:
FormatterTesterFactory,TesterFactory
@MetaInfServices(FormatterTesterFactory.class)
public class FormatterKeyMapperTesterFactory
extends Object
implements FormatterTesterFactory
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.persistence.keymappers.TwoWayKey2StringMapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.persistence.FormatterTesterFactory
createTesterMethods inherited from interface org.wildfly.clustering.marshalling.TesterFactory
create2DArrayTester, createArrayTester, createCollectionTester, createIdentityTester, createKeyTester, createMapTester, createOrderedCollectionTester, createOrderedMapTester, createTester, createTester, createTester
-
Constructor Details
-
FormatterKeyMapperTesterFactory
public FormatterKeyMapperTesterFactory()
-
-
Method Details
-
getMapper
public org.infinispan.persistence.keymappers.TwoWayKey2StringMapper getMapper()- Specified by:
getMapperin interfaceFormatterTesterFactory
-