Uses of Class
org.springframework.data.redis.connection.util.ByteArrayWrapper
Package
Description
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
-
Uses of ByteArrayWrapper in org.springframework.data.redis.connection.util
Modifier and TypeMethodDescriptionboolean
ByteArraySet.add
(ByteArrayWrapper e) int
ByteArrayWrapper.compareTo
(ByteArrayWrapper o) Modifier and TypeMethodDescriptionboolean
ByteArraySet.addAll
(Collection<? extends ByteArrayWrapper> c)