public interface NameValueExpression<T>
"name!=value" style expression used to specify request
 parameters and request header conditions in @RequestMapping.RequestMapping.params(), 
RequestMapping.headers()| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
T | 
getValue()  | 
boolean | 
isNegated()  |