Class FormatterKeyMapperTesterFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.persistence.FormatterKeyMapperTesterFactory
- All Implemented Interfaces:
FormatterTesterFactory, org.wildfly.clustering.marshalling.TesterFactory
@MetaInfServices(FormatterTesterFactory.class)
public class FormatterKeyMapperTesterFactory
extends Object
implements FormatterTesterFactory
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface FormatterTesterFactory
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.persistence.keymappers.TwoWayKey2StringMapperMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-