Uses of Interface
org.infinispan.commons.dataconversion.Transcoder
Package
Description
-
Uses of Transcoder in org.infinispan.commons.dataconversion
Modifier and TypeClassDescriptionclass
Class to inherit when implementing transcoders, will handle pre and post processing of the content.final class
Deprecated, for removal: This API element is subject to removal in a future version.since 13.0.final class
Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.class
Base class forTranscoder
that converts between a single format and multiple other formats and back.class
Base class for transcoder between application/x-java-object and byte[] produced by a marshaller. -
Uses of Transcoder in org.infinispan.encoding
Modifier and TypeClassDescriptionclass
Performs conversions between application/x-protostream and commons formats. -
Uses of Transcoder in org.infinispan.encoding.impl
Modifier and TypeClassDescriptionclass
class
Performs conversions where there is no direct transcoder, but there are two transcoders available: one from source media type to application/x-java-object one from application/x-java-object to the destination media type -
Uses of Transcoder in org.infinispan.jboss.marshalling.dataconversion
Modifier and TypeClassDescriptionclass
Transcode between application/x-jboss-marshalling and commons formats -
Uses of Transcoder in org.infinispan.marshall.core
Modifier and TypeMethodDescription<T extends Transcoder>
TEncoderRegistry.getTranscoder
(Class<T> clazz) <T extends Transcoder>
TEncoderRegistryImpl.getTranscoder
(Class<T> clazz) Modifier and TypeMethodDescriptionEncoderRegistry.getTranscoder
(MediaType type1, MediaType type2) Obtain an instance ofTranscoder
from the registry.EncoderRegistryImpl.getTranscoder
(MediaType mediaType, MediaType another) Modifier and TypeMethodDescriptionvoid
EncoderRegistry.registerTranscoder
(Transcoder transcoder) void
EncoderRegistryImpl.registerTranscoder
(Transcoder transcoder) -
Uses of Transcoder in org.infinispan.server.core.dataconversion
Modifier and TypeClassDescriptionclass
class
Basic XML transcoder supporting conversions from XML to commons formats.