Interface FormatterTesterFactory

All Superinterfaces:
org.wildfly.clustering.marshalling.TesterFactory
All Known Implementing Classes:
FormatterKeyMapperTesterFactory

public interface FormatterTesterFactory extends org.wildfly.clustering.marshalling.TesterFactory
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final System.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> org.wildfly.clustering.marshalling.Tester<T>
    createTester(BiConsumer<T,T> assertion)
     
    org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
     

    Methods inherited from interface org.wildfly.clustering.marshalling.TesterFactory

    create2DArrayTester, createArrayTester, createCollectionTester, createIdentityTester, createKeyTester, createMapTester, createOrderedCollectionTester, createOrderedMapTester, createTester, createTester, createTester
  • Field Details

  • Method Details

    • createTester

      default <T> org.wildfly.clustering.marshalling.Tester<T> createTester(BiConsumer<T,T> assertion)
      Specified by:
      createTester in interface org.wildfly.clustering.marshalling.TesterFactory
    • getMapper

      org.infinispan.persistence.keymappers.TwoWayKey2StringMapper getMapper()