Interface DefaultCookieSerializerCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the
DefaultCookieSerializer
configuration.- Since:
- 2.3.0
- Author:
- Vedran Pavic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.session.web.http.DefaultCookieSerializer cookieSerializer) Customize the cookie serializer.
-
Method Details
-
customize
void customize(org.springframework.session.web.http.DefaultCookieSerializer cookieSerializer) Customize the cookie serializer.- Parameters:
cookieSerializer
- theDefaultCookieSerializer
to customize
-