Class JBossMarshallingTranscoder
- java.lang.Object
- 
- org.infinispan.commons.dataconversion.OneToManyTranscoder
- 
- org.infinispan.server.core.dataconversion.JBossMarshallingTranscoder
 
 
- 
- All Implemented Interfaces:
- org.infinispan.commons.dataconversion.Transcoder
 
 public class JBossMarshallingTranscoder extends org.infinispan.commons.dataconversion.OneToManyTranscoderTranscode between application/x-jboss-marshalling and commons formats- Since:
- 9.2
 
- 
- 
Constructor SummaryConstructors Constructor Description JBossMarshallingTranscoder(JsonTranscoder jsonObjectTranscoder, org.infinispan.commons.marshall.jboss.GenericJBossMarshaller marshaller)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecttranscode(Object content, org.infinispan.commons.dataconversion.MediaType contentType, org.infinispan.commons.dataconversion.MediaType destinationType)Transcodes content between two differentMediaType.- 
Methods inherited from class org.infinispan.commons.dataconversion.OneToManyTranscodergetSupportedMediaTypes, supportsConversion
 
- 
 
- 
- 
- 
Field Detail- 
loggerprotected static final Log logger 
 
- 
 - 
Constructor Detail- 
JBossMarshallingTranscoderpublic JBossMarshallingTranscoder(JsonTranscoder jsonObjectTranscoder, org.infinispan.commons.marshall.jboss.GenericJBossMarshaller marshaller) 
 
- 
 - 
Method Detail- 
transcodepublic Object transcode(Object content, org.infinispan.commons.dataconversion.MediaType contentType, org.infinispan.commons.dataconversion.MediaType destinationType) Description copied from interface:org.infinispan.commons.dataconversion.TranscoderTranscodes content between two differentMediaType.- Parameters:
- content- Content to transcode.
- contentType- The- MediaTypeof the content.
- destinationType- The target- MediaTypeto convert.
- Returns:
- the transcoded content.
 
 
- 
 
-