Interface NameValueExpression<T>
-
- All Known Implementing Classes:
WebFluxNameValueExpressionWrapper
,WebMvcNameValueExpressionWrapper
public interface NameValueExpression<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
T
getValue()
boolean
isNegated()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValue
T getValue()
-
isNegated
boolean isNegated()
-
-