Class CookieValueMethodArgumentResolver

All Implemented Interfaces:
HandlerMethodArgumentResolver, SyncHandlerMethodArgumentResolver

public class CookieValueMethodArgumentResolver extends AbstractNamedValueSyncArgumentResolver
Resolve method arguments annotated with @CookieValue.

An @CookieValue is a named value that is resolved from a cookie. It has a required flag and a default value to fall back on when the cookie does not exist.

Since:
5.0
Author:
Rossen Stoyanchev