Interface MarshallingTesterFactory
- All Superinterfaces:
TesterFactory
- All Known Implementing Classes:
JavaSerializationTesterFactory,JBossMarshallingTesterFactory,ProtoStreamTesterFactory
Factory for creating marshalling testers.
- Author:
- Paul Ferraro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault <T> Tester<T> createTester(BiConsumer<T, T> assertion) org.wildfly.clustering.marshalling.ByteBufferMarshallerMethods inherited from interface org.wildfly.clustering.marshalling.TesterFactory
create2DArrayTester, createArrayTester, createCollectionTester, createIdentityTester, createKeyTester, createMapTester, createOrderedCollectionTester, createOrderedMapTester, createTester, createTester, createTester
-
Field Details
-
LOGGER
-
-
Method Details
-
createTester
- Specified by:
createTesterin interfaceTesterFactory
-
getMarshaller
org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()
-