Uses of Interface
org.infinispan.commons.dataconversion.Transcoder
-
Packages that use Transcoder Package Description org.infinispan.commons.dataconversion org.infinispan.marshall.core org.infinispan.server.core.dataconversion -
-
Uses of Transcoder in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement Transcoder Modifier and Type Class Description class
DefaultTranscoder
Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.class
OneToManyTranscoder
Base class forTranscoder
that converts between a single format and multiple other formats and back.class
TranscoderMarshallerAdapter
Base class for transcoder between application/x-java-object and byte[] produced by a marshaller. -
Uses of Transcoder in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return Transcoder Modifier and Type Method Description Transcoder
EncoderRegistry. getTranscoder(MediaType type1, MediaType type2)
Obtain an instance ofTranscoder
from the registry.Transcoder
EncoderRegistryImpl. getTranscoder(MediaType mediaType, MediaType another)
Methods in org.infinispan.marshall.core with parameters of type Transcoder Modifier and Type Method Description void
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 Transcoder Modifier and Type Class Description class
JavaSerializationTranscoder
class
JBossMarshallingTranscoder
Transcode between application/x-jboss-marshalling and commons formatsclass
JsonTranscoder
class
XMLTranscoder
Basic XML transcoder supporting conversions from XML to commons formats.
-