Class DecodeUtils
java.lang.Object
org.springframework.data.redis.connection.util.DecodeUtils
Deprecated, for removal: This API element is subject to removal in a future version.
Simple class containing various decoding utilities.
- Author:
- Costin Leau, Christoph Strobl, Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<byte[]>
convertToList
(Collection<String> keys) Deprecated, for removal: This API element is subject to removal in a future version.static Set<byte[]>
convertToSet
(Collection<String> keys) Deprecated, for removal: This API element is subject to removal in a future version.static String
decode
(byte[] bytes) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static String[]
decodeMultiple
(byte[]... bytes) Deprecated, for removal: This API element is subject to removal in a future version.static byte @Nullable []
Deprecated, for removal: This API element is subject to removal in a future version.static Map<byte[],
byte[]> Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DecodeUtils
public DecodeUtils()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
decode
Deprecated, for removal: This API element is subject to removal in a future version. -
decodeMultiple
Deprecated, for removal: This API element is subject to removal in a future version. -
encode
Deprecated, for removal: This API element is subject to removal in a future version. -
encodeMap
Deprecated, for removal: This API element is subject to removal in a future version. -
decodeMap
Deprecated, for removal: This API element is subject to removal in a future version. -
convertToSet
Deprecated, for removal: This API element is subject to removal in a future version. -
convertToList
Deprecated, for removal: This API element is subject to removal in a future version.
-
Base64
encoding and decoding methods directly.