Uses of Class
org.springframework.data.redis.connection.util.ByteArrayWrapper
Packages that use 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
Classes in org.springframework.data.redis.connection.util that implement interfaces with type arguments of type ByteArrayWrapperModifier and TypeClassDescriptionclassclassSimple wrapper class used for wrapping arrays so they can be used as keys inside maps.Methods in org.springframework.data.redis.connection.util that return types with arguments of type ByteArrayWrapperMethods in org.springframework.data.redis.connection.util with parameters of type ByteArrayWrapperModifier and TypeMethodDescriptionbooleanByteArraySet.add(ByteArrayWrapper e) intByteArrayWrapper.compareTo(ByteArrayWrapper o) Method parameters in org.springframework.data.redis.connection.util with type arguments of type ByteArrayWrapperModifier and TypeMethodDescriptionbooleanByteArraySet.addAll(Collection<? extends ByteArrayWrapper> c)