Class JBossMarshallingTesterFactory
java.lang.Object
org.wildfly.clustering.marshalling.jboss.JBossMarshallingTesterFactory
- All Implemented Interfaces:
MarshallingTesterFactory,TesterFactory
@MetaInfServices(MarshallingTesterFactory.class)
public class JBossMarshallingTesterFactory
extends Object
implements MarshallingTesterFactory
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.marshalling.ByteBufferMarshallertoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.MarshallingTesterFactory
createTesterMethods inherited from interface org.wildfly.clustering.marshalling.TesterFactory
create2DArrayTester, createArrayTester, createCollectionTester, createIdentityTester, createKeyTester, createMapTester, createOrderedCollectionTester, createOrderedMapTester, createTester, createTester, createTester
-
Constructor Details
-
JBossMarshallingTesterFactory
public JBossMarshallingTesterFactory()
-
-
Method Details
-
getMarshaller
public org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()- Specified by:
getMarshallerin interfaceMarshallingTesterFactory
-
toString
-