Class JdkMongoSessionConverter

java.lang.Object
org.springframework.session.data.mongo.AbstractMongoSessionConverter
org.springframework.session.data.mongo.JdkMongoSessionConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter

public class JdkMongoSessionConverter extends AbstractMongoSessionConverter
AbstractMongoSessionConverter implementation using standard Java serialization.
Since:
1.2
  • Constructor Details

    • JdkMongoSessionConverter

      public JdkMongoSessionConverter(Duration maxInactiveInterval)
    • JdkMongoSessionConverter

      public JdkMongoSessionConverter(org.springframework.core.convert.converter.Converter<Object,byte[]> serializer, org.springframework.core.convert.converter.Converter<byte[],Object> deserializer, Duration maxInactiveInterval)
  • Method Details