Interface NameValueExpression<T>
- Type Parameters:
 T- the value type
public interface NameValueExpression<T>
A contract for 
"name!=value" style expression used to specify request
 parameters and request header conditions in @RequestMapping.- Since:
 - 5.0
 - Author:
 - Rossen Stoyanchev
 
- 
Method Summary
 
- 
Method Details
- 
getName
String getName() - 
getValue
 - 
isNegated
boolean isNegated() 
 -