Class BinaryTranscoder
java.lang.Object
org.infinispan.commons.dataconversion.AbstractTranscoder
org.infinispan.commons.dataconversion.OneToManyTranscoder
org.infinispan.commons.dataconversion.BinaryTranscoder
- All Implemented Interfaces:
- Transcoder
Deprecated, for removal: This API element is subject to removal in a future version.
Handle conversions for the generic binary format 'application/unknown' that is assumed when no MediaType is specified.
 This transcoder will not perform any conversion in the data, except those performed by 
MediaTypeCodec and
 for MediaType.APPLICATION_OBJECT it will use the default marshaller present in the server.- Since:
- 10.0
- 
Field SummaryFields inherited from class org.infinispan.commons.dataconversion.OneToManyTranscodermainType, supportedTypes
- 
Constructor SummaryConstructorsConstructorDescriptionBinaryTranscoder(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptiondoTranscode(Object content, MediaType contentType, MediaType destinationType) Deprecated, for removal: This API element is subject to removal in a future version.voidoverrideMarshaller(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.infinispan.commons.dataconversion.OneToManyTranscodergetSupportedMediaTypes, supportsConversionMethods inherited from class org.infinispan.commons.dataconversion.AbstractTranscoderdecodeContent, encodeContent, transcodeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.dataconversion.Transcodersupports
- 
Constructor Details- 
BinaryTranscoderDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
overrideMarshallerDeprecated, for removal: This API element is subject to removal in a future version.
- 
doTranscodeDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- doTranscodein class- AbstractTranscoder
 
 
- 
MediaType.APPLICATION_UNKNOWN.