This resolver supports parameters annotated with {@link XPathParam @XPathParam} that specifies the XPath expressionthat should be bound to that parameter. The parameter can either a "natively supported" XPath type ( {@link Boolean boolean}, {@link Double double}, {@link String}, {@link Node}, or {@link NodeList}), or a type that is {@linkplain ConversionService#canConvert(Class,Class) supported} by the {@link ConversionService}. @author Arjen Poutsma @since 2.0
|
|