Package org.infinispan.commons.dataconversion
package org.infinispan.commons.dataconversion
-
ClassDescriptionClass to inherit when implementing transcoders, will handle pre and post processing of the content.Deprecated, for removal: This API element is subject to removal in a future version.since 13.0.Wraps byte[] on a
WrappedByteArray
to provide equality and hashCode support, leaving other objects unchanged.Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, without replacement.Deprecated, for removal: This API element is subject to removal in a future version.since 12.1, to be removed in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, will be removed with ISPN-9622Deprecated, for removal: This API element is subject to removal in a future version.since 12.1.A wrapper that does not change the content.Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, will be removed in 14.0.Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.Represent a content type with optional parameters.WARNING: Generated code! Do not edit!Resolve media types for filesBase class forTranscoder
that converts between a single format and multiple other formats and back.Utilities to convert between text/plain, octet-stream, java-objects and url-encoded contents.Converts content between two or moreMediaType
s.Base class for transcoder between application/x-java-object and byte[] produced by a marshaller.Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.A Wrapper is used to decorate objects produced by theEncoder
.