@Deprecated public class JacksonMongoSessionConverter extends AbstractMongoSessionConverter
AbstractMongoSessionConverter implementation using Jackson.EXPIRE_AT_FIELD_NAME| Constructor and Description |
|---|
JacksonMongoSessionConverter()
Deprecated.
|
JacksonMongoSessionConverter(Iterable<com.fasterxml.jackson.databind.Module> modules)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected MongoExpiringSession |
convert(com.mongodb.DBObject source)
Deprecated.
|
protected com.mongodb.DBObject |
convert(MongoExpiringSession source)
Deprecated.
|
protected org.springframework.data.mongodb.core.query.Query |
getQueryForIndex(String indexName,
Object indexValue)
Deprecated.
Returns query to be executed to return sessions based on a particular index.
|
convert, ensureIndexes, extractPrincipal, getConvertibleTypespublic JacksonMongoSessionConverter()
public JacksonMongoSessionConverter(Iterable<com.fasterxml.jackson.databind.Module> modules)
protected org.springframework.data.mongodb.core.query.Query getQueryForIndex(String indexName, Object indexValue)
AbstractMongoSessionConvertergetQueryForIndex in class AbstractMongoSessionConverterindexName - name of the indexindexValue - value to query againstprotected com.mongodb.DBObject convert(MongoExpiringSession source)
convert in class AbstractMongoSessionConverterprotected MongoExpiringSession convert(com.mongodb.DBObject source)
convert in class AbstractMongoSessionConverter