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 aByteBufferMarshallersuitable for the givenMediaType.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ByteBufferMarshallerFactory(org.infinispan.commons.dataconversion.MediaType type, org.jboss.modules.ModuleLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferMarshallerapply(ClassLoader loader)
-
-
-
Method Detail
-
apply
public ByteBufferMarshaller apply(ClassLoader loader)
- Specified by:
applyin interfaceFunction<ClassLoader,ByteBufferMarshaller>
-
-