spring-framework / org.springframework.web.reactive.result.condition / NameValueExpression

NameValueExpression

interface NameValueExpression<T : Any>

A contract for "name!=value" style expression used to specify request parameters and request header conditions in @RequestMapping.

Author
Rossen Stoyanchev

Since
5.0

Functions

getName

abstract fun getName(): String

getValue

abstract fun getValue(): T

isNegated

abstract fun isNegated(): Boolean