Interface | Description |
---|---|
Encoder |
Used to convert data between read/write format and storage format.
|
EncoderIds | |
Transcoder |
Converts content between two or more
MediaType s. |
Wrapper |
A Wrapper is used to decorate objects produced by the
Encoder . |
WrapperIds |
Class | Description |
---|---|
BinaryTranscoder |
Handle conversions for the generic binary format 'application/unknown' that is assumed when no MediaType is specified.
|
ByteArrayWrapper |
Wraps byte[] on a
WrappedByteArray to provide equality and hashCode support, leaving other objects
unchanged. |
DefaultTranscoder |
Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.
|
EncodingUtils | Deprecated
Use the org.infinispan.encoding.DataConversion obtained from the AdvancedCache.
|
GlobalMarshallerEncoder | Deprecated
Since 11.0, will be removed with ISPN-9622
|
IdentityEncoder |
Encoder that does not change the content.
|
IdentityWrapper |
A wrapper that does not change the content.
|
JavaSerializationEncoder | Deprecated
Since 11.0, will be removed in 14.0.
|
MarshallerEncoder |
Encoder that uses a
StreamingMarshaller to convert objects to byte[] and back. |
MediaType |
Represent a content type with optional parameters.
|
MediaType.MediaTypeExternalizer | |
MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568 |
WARNING: Generated code! Do not edit!
|
MediaTypeIds | |
MediaTypeResolver |
Resolve media types for files
|
OneToManyTranscoder |
Base class for
Transcoder that converts between a single format and multiple other formats and back. |
StandardConversions |
Utilities to convert between text/plain, octet-stream, java-objects and url-encoded contents.
|
TranscoderMarshallerAdapter |
Base class for transcoder between application/x-java-object and byte[] produced by a marshaller.
|
UTF8Encoder |
Encoder to/from UTF-8 content using the java string encoding mechanism.
|
Exception | Description |
---|---|
EncodingException |
Copyright © 2021 JBoss by Red Hat. All rights reserved.