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