クラス DecodeUtils
java.lang.ObjectSE
org.springframework.data.redis.connection.util.DecodeUtils
さまざまなデコードユーティリティを含む単純なクラス。
- 作成者:
- Costin Leau
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明static ListSE<byte[]>
convertToList
(CollectionSE<StringSE> keys) static SetSE<byte[]>
convertToSet
(CollectionSE<StringSE> keys) static StringSE
decode
(byte[] bytes) static StringSE[]
decodeMultiple
(byte[]... bytes) static byte[]
static MapSE<byte[],
byte[]>
コンストラクターの詳細
DecodeUtils
public DecodeUtils()
メソッドの詳細
decode
decodeMultiple
encode
encodeMap
decodeMap
convertToSet
convertToList