Uses of Interface
org.infinispan.commons.dataconversion.Transcoder
Packages that use Transcoder
Package
Description
-
Uses of Transcoder in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement TranscoderModifier 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
Classes in org.infinispan.encoding that implement TranscoderModifier and TypeClassDescriptionclass
Performs conversions between application/x-protostream and commons formats. -
Uses of Transcoder in org.infinispan.encoding.impl
Classes in org.infinispan.encoding.impl that implement TranscoderModifier 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 typeConstructors in org.infinispan.encoding.impl with parameters of type Transcoder -
Uses of Transcoder in org.infinispan.jboss.marshalling.dataconversion
Classes in org.infinispan.jboss.marshalling.dataconversion that implement TranscoderModifier and TypeClassDescriptionclass
Transcode between application/x-jboss-marshalling and commons formats -
Uses of Transcoder in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core with type parameters of type TranscoderModifier and TypeMethodDescription<T extends Transcoder>
TEncoderRegistry.getTranscoder
(Class<T> clazz) <T extends Transcoder>
TEncoderRegistryImpl.getTranscoder
(Class<T> clazz) Methods in org.infinispan.marshall.core that return TranscoderModifier and TypeMethodDescriptionEncoderRegistry.getTranscoder
(MediaType type1, MediaType type2) Obtain an instance ofTranscoder
from the registry.EncoderRegistryImpl.getTranscoder
(MediaType mediaType, MediaType another) Methods in org.infinispan.marshall.core with parameters of type TranscoderModifier and TypeMethodDescriptionvoid
EncoderRegistry.registerTranscoder
(Transcoder transcoder) void
EncoderRegistryImpl.registerTranscoder
(Transcoder transcoder) -
Uses of Transcoder in org.infinispan.server.core.dataconversion
Classes in org.infinispan.server.core.dataconversion that implement TranscoderModifier and TypeClassDescriptionclass
class
Basic XML transcoder supporting conversions from XML to commons formats.