クラス RedisProperties

java.lang.ObjectSE
java.util.DictionarySE<K,V>
java.util.HashtableSE<ObjectSE,ObjectSE>
java.util.PropertiesSE
org.springframework.data.redis.support.collections.RedisProperties
実装されたすべてのインターフェース:
SerializableSECloneableSEConcurrentMapSE<ObjectSE,ObjectSE>MapSE<ObjectSE,ObjectSE>BoundKeyOperations<StringSE>RedisMap<ObjectSE,ObjectSE>RedisStore

public class RedisProperties extends PropertiesSE implements RedisMap<ObjectSE,ObjectSE>
Redis バックストア用の PropertiesSE 拡張。Redis ハッシュ内のプロパティの読み取り(および保存)に役立ちます。Spring のプロパティプレースホルダーまたは PropertiesFactoryBean にフックするための Spring コンテナー内で特に役立ちます。

この実装は文字列のみを受け入れることに注意してください - 他の型のオブジェクトはサポートされていません。

作成者:
Costin Leau
関連事項: