Class MarshallerRegistry
java.lang.Object
org.infinispan.client.hotrod.impl.MarshallerRegistry
A registry of
Marshaller
along with its MediaType
.- Since:
- 9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMarshaller
(Class<? extends Marshaller> marshallerClass) getMarshaller
(MediaType mediaType) void
registerMarshaller
(Marshaller marshaller)
-
Field Details
-
log
-
-
Constructor Details
-
MarshallerRegistry
public MarshallerRegistry()
-
-
Method Details
-
registerMarshaller
-
getMarshaller
-
getMarshaller
-