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 Summary
Fields inherited from class org.infinispan.commons.dataconversion.OneToManyTranscoder
mainType, supportedTypes
-
Constructor Summary
ConstructorDescriptionBinaryTranscoder
(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondoTranscode
(Object content, MediaType contentType, MediaType destinationType) Deprecated, for removal: This API element is subject to removal in a future version.void
overrideMarshaller
(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.infinispan.commons.dataconversion.OneToManyTranscoder
getSupportedMediaTypes, supportsConversion
Methods inherited from class org.infinispan.commons.dataconversion.AbstractTranscoder
decodeContent, encodeContent, transcode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commons.dataconversion.Transcoder
supports
-
Constructor Details
-
BinaryTranscoder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
overrideMarshaller
Deprecated, for removal: This API element is subject to removal in a future version. -
doTranscode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
doTranscode
in classAbstractTranscoder
-
MediaType.APPLICATION_UNKNOWN
.