open class CookieValueMethodArgumentResolver : 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.
Author
Rossen Stoyanchev
Since
5.0
CookieValueMethodArgumentResolver(factory: ConfigurableBeanFactory, registry: ReactiveAdapterRegistry) |
open fun supportsParameter(param: MethodParameter): Boolean |