Toggle navigation
Home
java.lang.Object to java.util.Optional
No. of Instances - 13
No. of Commits - 2
No. of Projects - {'pac4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
getHttpSession(context)
to
getHttpSession(context)
getHttpSession(context).getAttribute(key)
to
getHttpSession(context).getAttribute(key)
this.request.getAttribute(name)
to
this.request.getAttribute(name)
this.request.getAttribute(name)
to
this.request.getAttribute(name)
this.attributes.get(name)
to
this.attributes.get(name)
store
to
store
getHttpSession(context).getAttribute(key)
to
getHttpSession(context).getAttribute(key)
getHttpSession(context)
to
getHttpSession(context)
store.get(key)
to
store.get(key)
Cascading Type Change (Different)
SessionStore<C>
to
Optional<SessionStore<C>>
Add or Remove Method invocation
trackableSession
to
trackableSession.get()