spring-framework / org.springframework.web.servlet.mvc.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
3.1

See Also
RequestMapping#params()RequestMapping#headers()

Functions

getName

abstract fun getName(): String

getValue

abstract fun getValue(): T

isNegated

abstract fun isNegated(): Boolean