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(forRemoval=true,
since="13.0")
public final class BinaryTranscoder
extends OneToManyTranscoder
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 OneToManyTranscoder
mainType, supportedTypes -
Constructor Summary
ConstructorsConstructorDescriptionBinaryTranscoder(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.voidoverrideMarshaller(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class OneToManyTranscoder
getSupportedMediaTypes, supportsConversionMethods inherited from class AbstractTranscoder
decodeContent, encodeContent, transcodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
doTranscodein classAbstractTranscoder
-
MediaType.APPLICATION_UNKNOWN.