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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.persistence.FormatterTesterFactory

    createTester

    Methods 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:
      getMapper in interface FormatterTesterFactory