クラス JdkMongoSessionConverter

java.lang.ObjectSE
org.springframework.session.data.mongo.AbstractMongoSessionConverter
org.springframework.session.data.mongo.JdkMongoSessionConverter
実装済みのインターフェース一覧:
org.springframework.core.convert.converter.GenericConverter

public class JdkMongoSessionConverter extends AbstractMongoSessionConverter
標準の Java 直列化を使用した AbstractMongoSessionConverter の実装。
導入:
1.2
  • コンストラクターの詳細

    • JdkMongoSessionConverter

      public JdkMongoSessionConverter(DurationSE maxInactiveInterval)
    • JdkMongoSessionConverter

      public JdkMongoSessionConverter(org.springframework.core.convert.converter.Converter<ObjectSE,byte[]> serializer, org.springframework.core.convert.converter.Converter<byte[],ObjectSE> deserializer, DurationSE maxInactiveInterval)
  • 方法の詳細