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()
abstract fun getName(): String |
|
abstract fun getValue(): T |
|
abstract fun isNegated(): Boolean |