@org.springframework.context.annotation.Configuration @org.springframework.boot.autoconfigure.condition.ConditionalOnClass(value: MongoSession) @org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(prefix: spring.session, name: store-type, havingValue: mongodb) @org.springframework.boot.autoconfigure.AutoConfigureAfter(value: SpringSessionPluginConfig.class) @org.springframework.boot.context.properties.EnableConfigurationProperties(value: [SessionProperties, ServerProperties]) class MongoSpringSessionPluginConfig extends java.lang.Object
| Type | Name and description |
|---|---|
org.springframework.boot.autoconfigure.web.ServerProperties |
serverProperties |
org.springframework.boot.autoconfigure.session.SessionProperties |
sessionProperties |
| Constructor and description |
|---|
MongoSpringSessionPluginConfig
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.springframework.session.data.mongo.JdkMongoSessionConverter |
sessionConverter() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation