Uses of Class
org.infinispan.commons.dataconversion.AbstractTranscoder
Package
Description
-
Uses of AbstractTranscoder in org.infinispan.commons.dataconversion
Modifier and TypeClassDescriptionfinal 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 AbstractTranscoder in org.infinispan.encoding
Modifier and TypeClassDescriptionclass
Performs conversions between application/x-protostream and commons formats. -
Uses of AbstractTranscoder 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 AbstractTranscoder in org.infinispan.jboss.marshalling.dataconversion
Modifier and TypeClassDescriptionclass
Transcode between application/x-jboss-marshalling and commons formats -
Uses of AbstractTranscoder in org.infinispan.server.core.dataconversion
Modifier and TypeClassDescriptionclass
class
Basic XML transcoder supporting conversions from XML to commons formats.