Class JBossMarshallingTesterFactory
java.lang.Object
org.wildfly.clustering.marshalling.jboss.JBossMarshallingTesterFactory
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.MarshallingTesterFactory, org.wildfly.clustering.marshalling.TesterFactory
@MetaInfServices({org.wildfly.clustering.marshalling.MarshallingTesterFactory.class,JBossMarshallingTesterFactory.class})
public class JBossMarshallingTesterFactory
extends Object
implements org.wildfly.clustering.marshalling.MarshallingTesterFactory
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.marshalling.MarshallingTesterFactory
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.marshalling.ByteBufferMarshallertoString()Methods inherited from class 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 interfaceorg.wildfly.clustering.marshalling.MarshallingTesterFactory
-
toString
-