Class ByteBufferMarshallerFactory
java.lang.Object
org.wildfly.clustering.infinispan.marshalling.ByteBufferMarshallerFactory
- All Implemented Interfaces:
Function<ClassLoader,ByteBufferMarshaller>
public class ByteBufferMarshallerFactory
extends Object
implements Function<ClassLoader,ByteBufferMarshaller>
Creates a
ByteBufferMarshaller suitable for the given MediaType.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionByteBufferMarshallerFactory(org.infinispan.commons.dataconversion.MediaType type, org.jboss.modules.ModuleLoader loader) -
Method Summary
-
Constructor Details
-
ByteBufferMarshallerFactory
public ByteBufferMarshallerFactory(org.infinispan.commons.dataconversion.MediaType type, org.jboss.modules.ModuleLoader loader)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ClassLoader,ByteBufferMarshaller>
-